Color Hex Logo

#84886b Color Hex

#84886B
(132,136,107)
0 Favorites   0 Comments

Color spaces of #84886b

RGB 132136107
HSL0.190.120.48
HSV68°21°53°
CMYK 0.030.000.21   0.47
XYZ20.973723.575417.3550
Yxy23.57540.33880.3808
Hunter Lab48.5545-7.865212.7959
CIE-Lab55.6601-6.734815.1131

#84886b color RGB value is (132,136,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001000 01101011
Octal 204 210 153
Decimal 132 136 107
Hex 84 88 6B

RGB Percentages of Color #84886b

%35.20
%36.27
%28.53

CMYK Percentages of Color #84886b

%3
%0
%21
%47

Triadic Colors of #84886b

#84886b #6b8488 #886b84

Analogous Colors of #84886b

#84886b #76886b #887e6b

Monochromatic Colors of #84886b

#84886b

Complementary Color

#84886b #6f6b88

#84886b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84886b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84886b Color CSS Codes

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

#84886b Text Font Color

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

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


#84886b Background Color

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

This div background color is #84886b


#84886b Border Color

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

This div border color is #84886b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84886b


Comments

No comments written yet.

Please login to write comment.