Color Hex Logo

#84934a Color Hex

#84934A
(132,147,74)
0 Favorites   0 Comments

Color spaces of #84934a

RGB 13214774
HSL0.200.330.43
HSV72°50°58°
CMYK 0.100.000.50   0.42
XYZ21.185526.267410.4321
Yxy26.26740.36600.4538
Hunter Lab51.2517-15.905523.8080
CIE-Lab58.2900-17.056836.5695

#84934a color RGB value is (132,147,74).

#84934a hex color red value is 132, green value is 147 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #84934a hue: 0.20 , saturation: 0.33 and the lightness value of 84934a is 0.43.

The process color (four color CMYK) of #84934a color hex is 0.10, 0.00, 0.50, 0.42. Web safe color of #84934a is #999933. Color #84934a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010011 01001010
Octal 204 223 112
Decimal 132 147 74
Hex 84 93 4A

RGB Percentages of Color #84934a

%37.39
%41.64
%20.96

CMYK Percentages of Color #84934a

%10
%0
%50
%42

Triadic Colors of #84934a

#84934a #4a8493 #934a84

Analogous Colors of #84934a

#84934a #60934a #937e4a

Monochromatic Colors of #84934a

#84934a

Complementary Color

#84934a #594a93

#84934a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84934a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84934a Color CSS Codes

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

#84934a Text Font Color

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

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


#84934a Background Color

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

This div background color is #84934a


#84934a Border Color

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

This div border color is #84934a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,147,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 #84934a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84934a


Comments

No comments written yet.

Please login to write comment.