Color Hex Logo

#84965f Color Hex

#84965F
(132,150,95)
0 Favorites   0 Comments

Color spaces of #84965f

RGB 13215095
HSL0.220.220.48
HSV80°37°59°
CMYK 0.120.000.37   0.41
XYZ22.487627.544414.9579
Yxy27.54440.34600.4238
Hunter Lab52.4828-15.361919.8399
CIE-Lab59.4749-16.076226.9322

#84965f color RGB value is (132,150,95).

#84965f hex color red value is 132, green value is 150 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #84965f hue: 0.22 , saturation: 0.22 and the lightness value of 84965f is 0.48.

The process color (four color CMYK) of #84965f color hex is 0.12, 0.00, 0.37, 0.41. Web safe color of #84965f is #999966. Color #84965f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010110 01011111
Octal 204 226 137
Decimal 132 150 95
Hex 84 96 5F

RGB Percentages of Color #84965f

%35.01
%39.79
%25.20

CMYK Percentages of Color #84965f

%12
%0
%37
%41

Triadic Colors of #84965f

#84965f #5f8496 #965f84

Analogous Colors of #84965f

#84965f #69965f #968d5f

Monochromatic Colors of #84965f

#84965f

Complementary Color

#84965f #715f96

#84965f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84965f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84965f Color CSS Codes

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

#84965f Text Font Color

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

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


#84965f Background Color

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

This div background color is #84965f


#84965f Border Color

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

This div border color is #84965f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84965f


Comments

No comments written yet.

Please login to write comment.