Color Hex Logo

#80884a Color Hex

#80884A
(128,136,74)
0 Favorites   0 Comments

Color spaces of #80884a

RGB 12813674
HSL0.190.300.41
HSV68°46°53°
CMYK 0.060.000.46   0.47
XYZ18.942322.69199.8602
Yxy22.69190.36790.4407
Hunter Lab47.6360-12.383121.0727
CIE-Lab54.7536-12.914932.1760

#80884a color RGB value is (128,136,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001000 01001010
Octal 200 210 112
Decimal 128 136 74
Hex 80 88 4A

RGB Percentages of Color #80884a

%37.87
%40.24
%21.89

CMYK Percentages of Color #80884a

%6
%0
%46
%47

Triadic Colors of #80884a

#80884a #4a8088 #884a80

Analogous Colors of #80884a

#80884a #61884a #88714a

Monochromatic Colors of #80884a

#80884a

Complementary Color

#80884a #524a88

#80884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80884a Color CSS Codes

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

#80884a Text Font Color

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

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


#80884a Background Color

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

This div background color is #80884a


#80884a Border Color

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

This div border color is #80884a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80884a


Comments

No comments written yet.

Please login to write comment.