Color Hex Logo

#84884a Color Hex

#84884A
(132,136,74)
0 Favorites   0 Comments

Color spaces of #84884a

RGB 13213674
HSL0.180.300.41
HSV64°46°53°
CMYK 0.030.000.46   0.47
XYZ19.555923.00839.8889
Yxy23.00830.37280.4386
Hunter Lab47.9670-11.168621.3536
CIE-Lab55.0809-11.205732.6533

#84884a color RGB value is (132,136,74).

#84884a hex color red value is 132, green value is 136 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #84884a hue: 0.18 , saturation: 0.30 and the lightness value of 84884a is 0.41.

The process color (four color CMYK) of #84884a color hex is 0.03, 0.00, 0.46, 0.47. Web safe color of #84884a is #999933. Color #84884a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001000 01001010
Octal 204 210 112
Decimal 132 136 74
Hex 84 88 4A

RGB Percentages of Color #84884a

%38.60
%39.77
%21.64

CMYK Percentages of Color #84884a

%3
%0
%46
%47

Triadic Colors of #84884a

#84884a #4a8488 #884a84

Analogous Colors of #84884a

#84884a #65884a #886d4a

Monochromatic Colors of #84884a

#84884a

Complementary Color

#84884a #4e4a88

#84884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84884a Color CSS Codes

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

#84884a Text Font Color

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

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


#84884a Background Color

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

This div background color is #84884a


#84884a Border Color

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

This div border color is #84884a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84884a


Comments

No comments written yet.

Please login to write comment.