Color Hex Logo

#84976d Color Hex

#84976D
(132,151,109)
0 Favorites   0 Comments

Color spaces of #84976d

RGB 132151109
HSL0.240.170.51
HSV87°28°59°
CMYK 0.130.000.28   0.41
XYZ23.342628.142918.6698
Yxy28.14290.33270.4012
Hunter Lab53.0499-14.295116.2690
CIE-Lab60.0176-14.544919.9540

#84976d color RGB value is (132,151,109).

#84976d hex color red value is 132, green value is 151 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #84976d hue: 0.24 , saturation: 0.17 and the lightness value of 84976d is 0.51.

The process color (four color CMYK) of #84976d color hex is 0.13, 0.00, 0.28, 0.41. Web safe color of #84976d is #999966. Color #84976d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010111 01101101
Octal 204 227 155
Decimal 132 151 109
Hex 84 97 6D

RGB Percentages of Color #84976d

%33.67
%38.52
%27.81

CMYK Percentages of Color #84976d

%13
%0
%28
%41

Triadic Colors of #84976d

#84976d #6d8497 #976d84

Analogous Colors of #84976d

#84976d #6f976d #97956d

Monochromatic Colors of #84976d

#84976d

Complementary Color

#84976d #806d97

#84976d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84976d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84976d Color CSS Codes

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

#84976d Text Font Color

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

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


#84976d Background Color

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

This div background color is #84976d


#84976d Border Color

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

This div border color is #84976d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,151,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84976d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84976d;
  -webkit-box-shadow: 1px 1px 3px 2px #84976d;
  box-shadow:         1px 1px 3px 2px #84976d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84976d


Comments

No comments written yet.

Please login to write comment.