Color Hex Logo

#84886d Color Hex

#84886D
(132,136,109)
0 Favorites   0 Comments

Color spaces of #84886d

RGB 132136109
HSL0.190.110.48
HSV69°20°53°
CMYK 0.030.000.20   0.47
XYZ21.080223.618017.9157
Yxy23.61800.33670.3772
Hunter Lab48.5984-7.620312.1617
CIE-Lab55.7033-6.410214.0321

#84886d color RGB value is (132,136,109).

#84886d hex color red value is 132, green value is 136 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #84886d hue: 0.19 , saturation: 0.11 and the lightness value of 84886d is 0.48.

The process color (four color CMYK) of #84886d color hex is 0.03, 0.00, 0.20, 0.47. Web safe color of #84886d is #999966. Color #84886d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001000 01101101
Octal 204 210 155
Decimal 132 136 109
Hex 84 88 6D

RGB Percentages of Color #84886d

%35.01
%36.07
%28.91

CMYK Percentages of Color #84886d

%3
%0
%20
%47

Triadic Colors of #84886d

#84886d #6d8488 #886d84

Analogous Colors of #84886d

#84886d #77886d #887f6d

Monochromatic Colors of #84886d

#84886d

Complementary Color

#84886d #716d88

#84886d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84886d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84886d Color CSS Codes

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

#84886d Text Font Color

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

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


#84886d Background Color

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

This div background color is #84886d


#84886d Border Color

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

This div border color is #84886d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84886d


Comments

No comments written yet.

Please login to write comment.