Color Hex Logo

#84967a Color Hex

#84967A
(132,150,122)
0 Favorites   0 Comments

Color spaces of #84967a

RGB 132150122
HSL0.270.120.53
HSV99°19°59°
CMYK 0.120.000.19   0.41
XYZ23.934928.123422.5792
Yxy28.12340.32070.3768
Hunter Lab53.0315-12.242111.8782
CIE-Lab60.0001-11.843012.6543

#84967a color RGB value is (132,150,122).

#84967a hex color red value is 132, green value is 150 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #84967a hue: 0.27 , saturation: 0.12 and the lightness value of 84967a is 0.53.

The process color (four color CMYK) of #84967a color hex is 0.12, 0.00, 0.19, 0.41. Web safe color of #84967a is #999966. Color #84967a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010110 01111010
Octal 204 226 172
Decimal 132 150 122
Hex 84 96 7A

RGB Percentages of Color #84967a

%32.67
%37.13
%30.20

CMYK Percentages of Color #84967a

%12
%0
%19
%41

Triadic Colors of #84967a

#84967a #7a8496 #967a84

Analogous Colors of #84967a

#84967a #7a967e #92967a

Monochromatic Colors of #84967a

#84967a

Complementary Color

#84967a #8c7a96

#84967a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84967a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84967a Color CSS Codes

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

#84967a Text Font Color

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

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


#84967a Background Color

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

This div background color is #84967a


#84967a Border Color

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

This div border color is #84967a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,150,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84967a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84967a;
  -webkit-box-shadow: 1px 1px 3px 2px #84967a;
  box-shadow:         1px 1px 3px 2px #84967a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84967a


Comments

No comments written yet.

Please login to write comment.