Color Hex Logo

#848976 Color Hex

#848976
(132,137,118)
0 Favorites   0 Comments

Color spaces of #848976

RGB 132137118
HSL0.210.070.50
HSV76°14°54°
CMYK 0.040.000.14   0.46
XYZ21.731424.104920.6469
Yxy24.10490.32690.3626
Hunter Lab49.0967-6.91099.4342
CIE-Lab56.1927-5.43479.5679

#848976 color RGB value is (132,137,118).

#848976 hex color red value is 132, green value is 137 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #848976 hue: 0.21 , saturation: 0.07 and the lightness value of 848976 is 0.50.

The process color (four color CMYK) of #848976 color hex is 0.04, 0.00, 0.14, 0.46. Web safe color of #848976 is #999966. Color #848976 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001001 01110110
Octal 204 211 166
Decimal 132 137 118
Hex 84 89 76

RGB Percentages of Color #848976

%34.11
%35.40
%30.49

CMYK Percentages of Color #848976

%4
%0
%14
%46

Triadic Colors of #848976

#848976 #768489 #897684

Analogous Colors of #848976

#848976 #7b8976 #898576

Monochromatic Colors of #848976

#848976

Complementary Color

#848976 #7b7689

#848976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848976 Color CSS Codes

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

#848976 Text Font Color

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

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


#848976 Background Color

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

This div background color is #848976


#848976 Border Color

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

This div border color is #848976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848976


Comments

No comments written yet.

Please login to write comment.