Color Hex Logo

#84815a Color Hex

#84815A
(132,129,90)
0 Favorites   0 Comments

Color spaces of #84815a

RGB 13212990
HSL0.150.190.44
HSV56°32°52°
CMYK 0.000.020.32   0.48
XYZ19.211421.344212.7802
Yxy21.34420.36020.4002
Hunter Lab46.1998-6.623415.9385
CIE-Lab53.3242-5.377221.6004

#84815a color RGB value is (132,129,90).

#84815a hex color red value is 132, green value is 129 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #84815a hue: 0.15 , saturation: 0.19 and the lightness value of 84815a is 0.44.

The process color (four color CMYK) of #84815a color hex is 0.00, 0.02, 0.32, 0.48. Web safe color of #84815a is #999966. Color #84815a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000001 01011010
Octal 204 201 132
Decimal 132 129 90
Hex 84 81 5A

RGB Percentages of Color #84815a

%37.61
%36.75
%25.64

CMYK Percentages of Color #84815a

%0
%2
%32
%48

Triadic Colors of #84815a

#84815a #5a8481 #815a84

Analogous Colors of #84815a

#84815a #72845a #846c5a

Monochromatic Colors of #84815a

#84815a

Complementary Color

#84815a #5a5d84

#84815a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84815a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84815a Color CSS Codes

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

#84815a Text Font Color

<p style="color:#84815a">Text here</p>

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


#84815a Background Color

<div style="background-color:#84815a">
Div content here</div>

This div background color is #84815a


#84815a Border Color

<div style="border:3px solid #84815a">
Div here</div>

This div border color is #84815a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,129,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84815a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84815a;
  -webkit-box-shadow: 1px 1px 3px 2px #84815a;
  box-shadow:         1px 1px 3px 2px #84815a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84815a


Comments

No comments written yet.

Please login to write comment.