Color Hex Logo

#84897f Color Hex

#84897F
(132,137,127)
0 Favorites   0 Comments

Color spaces of #84897f

RGB 132137127
HSL0.250.040.52
HSV90°54°
CMYK 0.040.000.07   0.46
XYZ22.292124.329223.5997
Yxy24.32920.31750.3465
Hunter Lab49.3246-5.64576.1596
CIE-Lab56.4159-3.78974.7174

#84897f color RGB value is (132,137,127).

#84897f hex color red value is 132, green value is 137 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #84897f hue: 0.25 , saturation: 0.04 and the lightness value of 84897f is 0.52.

The process color (four color CMYK) of #84897f color hex is 0.04, 0.00, 0.07, 0.46. Web safe color of #84897f is #999966. Color #84897f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001001 01111111
Octal 204 211 177
Decimal 132 137 127
Hex 84 89 7F

RGB Percentages of Color #84897f

%33.33
%34.60
%32.07

CMYK Percentages of Color #84897f

%4
%0
%7
%46

Triadic Colors of #84897f

#84897f #7f8489 #897f84

Analogous Colors of #84897f

#84897f #7f897f #89897f

Monochromatic Colors of #84897f

#84897f

Complementary Color

#84897f #847f89

#84897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84897f Color CSS Codes

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

#84897f Text Font Color

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

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


#84897f Background Color

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

This div background color is #84897f


#84897f Border Color

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

This div border color is #84897f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84897f


Comments

No comments written yet.

Please login to write comment.