Color Hex Logo

#84814a Color Hex

#84814A
(132,129,74)
0 Favorites   0 Comments

Color spaces of #84814a

RGB 13212974
HSL0.160.280.40
HSV57°44°52°
CMYK 0.000.020.44   0.48
XYZ18.602021.10059.5709
Yxy21.10050.37750.4282
Hunter Lab45.9353-8.101219.8013
CIE-Lab53.0593-7.371630.1420

#84814a color RGB value is (132,129,74).

#84814a hex color red value is 132, green value is 129 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #84814a hue: 0.16 , saturation: 0.28 and the lightness value of 84814a is 0.40.

The process color (four color CMYK) of #84814a color hex is 0.00, 0.02, 0.44, 0.48. Web safe color of #84814a is #999933. Color #84814a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000001 01001010
Octal 204 201 112
Decimal 132 129 74
Hex 84 81 4A

RGB Percentages of Color #84814a

%39.40
%38.51
%22.09

CMYK Percentages of Color #84814a

%0
%2
%44
%48

Triadic Colors of #84814a

#84814a #4a8481 #814a84

Analogous Colors of #84814a

#84814a #6a844a #84644a

Monochromatic Colors of #84814a

#84814a

Complementary Color

#84814a #4a4d84

#84814a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84814a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84814a Color CSS Codes

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

#84814a Text Font Color

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

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


#84814a Background Color

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

This div background color is #84814a


#84814a Border Color

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

This div border color is #84814a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84814a


Comments

No comments written yet.

Please login to write comment.