Color Hex Logo

#504922 Color Hex

#504922
(80,73,34)
0 Favorites   0 Comments

Color spaces of #504922

RGB 807334
HSL0.140.400.22
HSV51°58°31°
CMYK 0.000.090.58   0.69
XYZ5.97956.58612.4695
Yxy6.58610.39770.4380
Hunter Lab25.6634-3.320912.2591
CIE-Lab30.8455-3.060924.1554

#504922 color RGB value is (80,73,34).

#504922 hex color red value is 80, green value is 73 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #504922 hue: 0.14 , saturation: 0.40 and the lightness value of 504922 is 0.22.

The process color (four color CMYK) of #504922 color hex is 0.00, 0.09, 0.58, 0.69. Web safe color of #504922 is #663333. Color #504922 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001001 00100010
Octal 120 111 42
Decimal 80 73 34
Hex 50 49 22

RGB Percentages of Color #504922

%42.78
%39.04
%18.18

CMYK Percentages of Color #504922

%0
%9
%58
%69

Triadic Colors of #504922

#504922 #225049 #492250

Analogous Colors of #504922

#504922 #405022 #503222

Monochromatic Colors of #504922

#504922

Complementary Color

#504922 #222950

#504922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504922 Color CSS Codes

.mybgcolor {background-color:#504922; } 
.myforecolor {color:#504922; }
.mybordercolor {border:3px solid #504922; }

#504922 Text Font Color

<p style="color:#504922">Text here</p>

This sample text font color is #504922
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#504922 Background Color

<div style="background-color:#504922">
Div content here</div>

This div background color is #504922


#504922 Border Color

<div style="border:3px solid #504922">
Div here</div>

This div border color is #504922


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,73,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #504922; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #504922;
  -webkit-box-shadow: 1px 1px 3px 2px #504922;
  box-shadow:         1px 1px 3px 2px #504922; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,73,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #504922">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #504922;
  -webkit-box-shadow: 1px 1px 3px 2px #504922;
  box-shadow:         1px 1px 3px 2px #504922;">
Div content here</div>

This div box has shadow with color #504922


Comments

No comments written yet.

Please login to write comment.