Color Hex Logo

#84785b Color Hex

#84785B
(132,120,91)
0 Favorites   0 Comments

Color spaces of #84785b

RGB 13212091
HSL0.120.180.44
HSV42°31°52°
CMYK 0.000.090.31   0.48
XYZ18.120519.093812.6279
Yxy19.09380.36360.3831
Hunter Lab43.6965-2.446613.4532
CIE-Lab50.7968-0.145917.6334

#84785b color RGB value is (132,120,91).

#84785b hex color red value is 132, green value is 120 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #84785b hue: 0.12 , saturation: 0.18 and the lightness value of 84785b is 0.44.

The process color (four color CMYK) of #84785b color hex is 0.00, 0.09, 0.31, 0.48. Web safe color of #84785b is #996666. Color #84785b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111000 01011011
Octal 204 170 133
Decimal 132 120 91
Hex 84 78 5B

RGB Percentages of Color #84785b

%38.48
%34.99
%26.53

CMYK Percentages of Color #84785b

%0
%9
%31
%48

Triadic Colors of #84785b

#84785b #5b8478 #785b84

Analogous Colors of #84785b

#84785b #7c845b #84645b

Monochromatic Colors of #84785b

#84785b

Complementary Color

#84785b #5b6784

#84785b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84785b Color Preview on White Background

Lorem ipsum dolor sit amet.

#84785b Color CSS Codes

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

#84785b Text Font Color

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

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


#84785b Background Color

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

This div background color is #84785b


#84785b Border Color

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

This div border color is #84785b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84785b


Comments

No comments written yet.

Please login to write comment.