Color Hex Logo

#849061 Color Hex

#849061
(132,144,97)
0 Favorites   0 Comments

Color spaces of #849061

RGB 13214497
HSL0.210.200.47
HSV75°33°56°
CMYK 0.080.000.33   0.44
XYZ21.646625.715115.1319
Yxy25.71510.34640.4115
Hunter Lab50.7101-12.546317.8049
CIE-Lab57.7656-12.612923.5866

#849061 color RGB value is (132,144,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010000 01100001
Octal 204 220 141
Decimal 132 144 97
Hex 84 90 61

RGB Percentages of Color #849061

%35.39
%38.61
%26.01

CMYK Percentages of Color #849061

%8
%0
%33
%44

Triadic Colors of #849061

#849061 #618490 #906184

Analogous Colors of #849061

#849061 #6d9061 #908561

Monochromatic Colors of #849061

#849061

Complementary Color

#849061 #6d6190

#849061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849061 Color CSS Codes

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

#849061 Text Font Color

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

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


#849061 Background Color

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

This div background color is #849061


#849061 Border Color

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

This div border color is #849061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849061


Comments

No comments written yet.

Please login to write comment.