Color Hex Logo

#84967d Color Hex

#84967D
(132,150,125)
0 Favorites   0 Comments

Color spaces of #84967d

RGB 132150125
HSL0.290.110.54
HSV103°17°59°
CMYK 0.120.000.17   0.41
XYZ24.123728.198923.5735
Yxy28.19890.31790.3715
Hunter Lab53.1026-11.839810.8516
CIE-Lab60.0680-11.307811.0587

#84967d color RGB value is (132,150,125).

#84967d hex color red value is 132, green value is 150 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #84967d hue: 0.29 , saturation: 0.11 and the lightness value of 84967d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010110 01111101
Octal 204 226 175
Decimal 132 150 125
Hex 84 96 7D

RGB Percentages of Color #84967d

%32.43
%36.86
%30.71

CMYK Percentages of Color #84967d

%12
%0
%17
%41

Triadic Colors of #84967d

#84967d #7d8496 #967d84

Analogous Colors of #84967d

#84967d #7d9683 #91967d

Monochromatic Colors of #84967d

#84967d

Complementary Color

#84967d #8f7d96

#84967d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84967d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84967d Color CSS Codes

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

#84967d Text Font Color

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

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


#84967d Background Color

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

This div background color is #84967d


#84967d Border Color

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

This div border color is #84967d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84967d


Comments

No comments written yet.

Please login to write comment.