Color Hex Logo

#849071 Color Hex

#849071
(132,144,113)
0 Favorites   0 Comments

Color spaces of #849071

RGB 132144113
HSL0.230.120.50
HSV83°22°56°
CMYK 0.080.000.22   0.44
XYZ22.469626.044319.4656
Yxy26.04430.33050.3831
Hunter Lab51.0336-10.717013.1087
CIE-Lab58.0791-10.142315.0549

#849071 color RGB value is (132,144,113).

#849071 hex color red value is 132, green value is 144 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #849071 hue: 0.23 , saturation: 0.12 and the lightness value of 849071 is 0.50.

The process color (four color CMYK) of #849071 color hex is 0.08, 0.00, 0.22, 0.44. Web safe color of #849071 is #999966. Color #849071 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010000 01110001
Octal 204 220 161
Decimal 132 144 113
Hex 84 90 71

RGB Percentages of Color #849071

%33.93
%37.02
%29.05

CMYK Percentages of Color #849071

%8
%0
%22
%44

Triadic Colors of #849071

#849071 #718490 #907184

Analogous Colors of #849071

#849071 #759071 #908d71

Monochromatic Colors of #849071

#849071

Complementary Color

#849071 #7d7190

#849071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849071 Color CSS Codes

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

#849071 Text Font Color

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

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


#849071 Background Color

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

This div background color is #849071


#849071 Border Color

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

This div border color is #849071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849071


Comments

No comments written yet.

Please login to write comment.