Color Hex Logo

#84891f Color Hex

#84891F
(132,137,31)
0 Favorites   0 Comments

Color spaces of #84891f

RGB 13213731
HSL0.170.630.33
HSV63°77°54°
CMYK 0.040.000.77   0.46
XYZ18.708722.89584.7296
Yxy22.89580.40380.4941
Hunter Lab47.8496-13.945027.6343
CIE-Lab54.9648-15.031252.0484

#84891f color RGB value is (132,137,31).

#84891f hex color red value is 132, green value is 137 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #84891f hue: 0.17 , saturation: 0.63 and the lightness value of 84891f is 0.33.

The process color (four color CMYK) of #84891f color hex is 0.04, 0.00, 0.77, 0.46. Web safe color of #84891f is #999933. Color #84891f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001001 00011111
Octal 204 211 37
Decimal 132 137 31
Hex 84 89 1F

RGB Percentages of Color #84891f

%44.00
%45.67
%10.33

CMYK Percentages of Color #84891f

%4
%0
%77
%46

Triadic Colors of #84891f

#84891f #1f8489 #891f84

Analogous Colors of #84891f

#84891f #4f891f #89591f

Monochromatic Colors of #84891f

#84891f

Complementary Color

#84891f #241f89

#84891f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84891f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84891f Color CSS Codes

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

#84891f Text Font Color

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

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


#84891f Background Color

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

This div background color is #84891f


#84891f Border Color

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

This div border color is #84891f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84891f


Comments

No comments written yet.

Please login to write comment.