Color Hex Logo

#849540 Color Hex

#849540
(132,149,64)
0 Favorites   0 Comments

Color spaces of #849540

RGB 13214964
HSL0.200.400.42
HSV72°57°58°
CMYK 0.110.000.57   0.42
XYZ21.188626.77068.9010
Yxy26.77060.37260.4708
Hunter Lab51.7403-17.446526.0184
CIE-Lab58.7614-19.073842.0983

#849540 color RGB value is (132,149,64).

#849540 hex color red value is 132, green value is 149 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #849540 hue: 0.20 , saturation: 0.40 and the lightness value of 849540 is 0.42.

The process color (four color CMYK) of #849540 color hex is 0.11, 0.00, 0.57, 0.42. Web safe color of #849540 is #999933. Color #849540 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010101 01000000
Octal 204 225 100
Decimal 132 149 64
Hex 84 95 40

RGB Percentages of Color #849540

%38.26
%43.19
%18.55

CMYK Percentages of Color #849540

%11
%0
%57
%42

Triadic Colors of #849540

#849540 #408495 #954084

Analogous Colors of #849540

#849540 #5a9540 #957c40

Monochromatic Colors of #849540

#849540

Complementary Color

#849540 #514095

#849540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849540 Color CSS Codes

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

#849540 Text Font Color

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

This sample text font color is #849540
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.


#849540 Background Color

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

This div background color is #849540


#849540 Border Color

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

This div border color is #849540


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,149,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #849540; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #849540;
  -webkit-box-shadow: 1px 1px 3px 2px #849540;
  box-shadow:         1px 1px 3px 2px #849540; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,149,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849540


Comments

No comments written yet.

Please login to write comment.