Color Hex Logo

#849051 Color Hex

#849051
(132,144,81)
0 Favorites   0 Comments

Color spaces of #849051

RGB 13214481
HSL0.200.280.44
HSV71°44°56°
CMYK 0.080.000.44   0.44
XYZ20.974225.446111.5907
Yxy25.44610.36160.4386
Hunter Lab50.4441-14.058621.6876
CIE-Lab57.5075-14.695231.9506

#849051 color RGB value is (132,144,81).

#849051 hex color red value is 132, green value is 144 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #849051 hue: 0.20 , saturation: 0.28 and the lightness value of 849051 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010000 01010001
Octal 204 220 121
Decimal 132 144 81
Hex 84 90 51

RGB Percentages of Color #849051

%36.97
%40.34
%22.69

CMYK Percentages of Color #849051

%8
%0
%44
%44

Triadic Colors of #849051

#849051 #518490 #905184

Analogous Colors of #849051

#849051 #659051 #907d51

Monochromatic Colors of #849051

#849051

Complementary Color

#849051 #5d5190

#849051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849051 Color CSS Codes

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

#849051 Text Font Color

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

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


#849051 Background Color

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

This div background color is #849051


#849051 Border Color

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

This div border color is #849051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849051


Comments

No comments written yet.

Please login to write comment.