Color Hex Logo

#849657 Color Hex

#849657
(132,150,87)
0 Favorites   0 Comments

Color spaces of #849657

RGB 13215087
HSL0.210.270.46
HSV77°42°59°
CMYK 0.120.000.42   0.41
XYZ22.142427.406313.1398
Yxy27.40630.35320.4372
Hunter Lab52.3510-16.115921.7643
CIE-Lab59.3485-17.122131.0773

#849657 color RGB value is (132,150,87).

#849657 hex color red value is 132, green value is 150 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #849657 hue: 0.21 , saturation: 0.27 and the lightness value of 849657 is 0.46.

The process color (four color CMYK) of #849657 color hex is 0.12, 0.00, 0.42, 0.41. Web safe color of #849657 is #999966. Color #849657 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010110 01010111
Octal 204 226 127
Decimal 132 150 87
Hex 84 96 57

RGB Percentages of Color #849657

%35.77
%40.65
%23.58

CMYK Percentages of Color #849657

%12
%0
%42
%41

Triadic Colors of #849657

#849657 #578496 #965784

Analogous Colors of #849657

#849657 #659657 #968957

Monochromatic Colors of #849657

#849657

Complementary Color

#849657 #695796

#849657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849657 Color CSS Codes

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

#849657 Text Font Color

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

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


#849657 Background Color

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

This div background color is #849657


#849657 Border Color

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

This div border color is #849657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849657


Comments

No comments written yet.

Please login to write comment.