Color Hex Logo

#849b68 Color Hex

#849B68
(132,155,104)
0 Favorites   0 Comments

Color spaces of #849b68

RGB 132155104
HSL0.240.200.51
HSV87°33°61°
CMYK 0.150.000.33   0.39
XYZ23.735829.347717.5104
Yxy29.34770.33620.4157
Hunter Lab54.1735-16.595018.7573
CIE-Lab61.0873-17.407224.1476

#849b68 color RGB value is (132,155,104).

#849b68 hex color red value is 132, green value is 155 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #849b68 hue: 0.24 , saturation: 0.20 and the lightness value of 849b68 is 0.51.

The process color (four color CMYK) of #849b68 color hex is 0.15, 0.00, 0.33, 0.39. Web safe color of #849b68 is #999966. Color #849b68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011011 01101000
Octal 204 233 150
Decimal 132 155 104
Hex 84 9B 68

RGB Percentages of Color #849b68

%33.76
%39.64
%26.60

CMYK Percentages of Color #849b68

%15
%0
%33
%39

Triadic Colors of #849b68

#849b68 #68849b #9b6884

Analogous Colors of #849b68

#849b68 #6b9b68 #9b9968

Monochromatic Colors of #849b68

#849b68

Complementary Color

#849b68 #7f689b

#849b68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849b68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849b68 Color CSS Codes

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

#849b68 Text Font Color

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

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


#849b68 Background Color

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

This div background color is #849b68


#849b68 Border Color

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

This div border color is #849b68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,155,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #849b68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #849b68;
  -webkit-box-shadow: 1px 1px 3px 2px #849b68;
  box-shadow:         1px 1px 3px 2px #849b68; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849b68


Comments

No comments written yet.

Please login to write comment.