Color Hex Logo

#849b74 Color Hex

#849B74
(132,155,116)
0 Favorites   0 Comments

Color spaces of #849b74

RGB 132155116
HSL0.260.160.53
HSV95°25°61°
CMYK 0.150.000.25   0.39
XYZ24.389529.609220.9527
Yxy29.60920.32540.3950
Hunter Lab54.4143-15.218115.2599
CIE-Lab61.3156-15.526717.8360

#849b74 color RGB value is (132,155,116).

#849b74 hex color red value is 132, green value is 155 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #849b74 hue: 0.26 , saturation: 0.16 and the lightness value of 849b74 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011011 01110100
Octal 204 233 164
Decimal 132 155 116
Hex 84 9B 74

RGB Percentages of Color #849b74

%32.75
%38.46
%28.78

CMYK Percentages of Color #849b74

%15
%0
%25
%39

Triadic Colors of #849b74

#849b74 #74849b #9b7484

Analogous Colors of #849b74

#849b74 #749b78 #989b74

Monochromatic Colors of #849b74

#849b74

Complementary Color

#849b74 #8b749b

#849b74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849b74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849b74 Color CSS Codes

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

#849b74 Text Font Color

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

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


#849b74 Background Color

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

This div background color is #849b74


#849b74 Border Color

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

This div border color is #849b74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849b74


Comments

No comments written yet.

Please login to write comment.