Color Hex Logo

#84872d Color Hex

#84872D
(132,135,45)
0 Favorites   0 Comments

Color spaces of #84872d

RGB 13213545
HSL0.170.500.35
HSV62°67°53°
CMYK 0.020.000.67   0.47
XYZ18.653322.42295.8275
Yxy22.42290.39770.4781
Hunter Lab47.3528-12.552425.8504
CIE-Lab54.4729-13.197946.1340

#84872d color RGB value is (132,135,45).

#84872d hex color red value is 132, green value is 135 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #84872d hue: 0.17 , saturation: 0.50 and the lightness value of 84872d is 0.35.

The process color (four color CMYK) of #84872d color hex is 0.02, 0.00, 0.67, 0.47. Web safe color of #84872d is #999933. Color #84872d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000111 00101101
Octal 204 207 55
Decimal 132 135 45
Hex 84 87 2D

RGB Percentages of Color #84872d

%42.31
%43.27
%14.42

CMYK Percentages of Color #84872d

%2
%0
%67
%47

Triadic Colors of #84872d

#84872d #2d8487 #872d84

Analogous Colors of #84872d

#84872d #57872d #875d2d

Monochromatic Colors of #84872d

#84872d

Complementary Color

#84872d #302d87

#84872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84872d Color CSS Codes

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

#84872d Text Font Color

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

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


#84872d Background Color

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

This div background color is #84872d


#84872d Border Color

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

This div border color is #84872d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84872d


Comments

No comments written yet.

Please login to write comment.