Color Hex Logo

#80894a Color Hex

#80894A
(128,137,74)
0 Favorites   0 Comments

Color spaces of #80894a

RGB 12813774
HSL0.190.300.41
HSV69°46°54°
CMYK 0.070.000.46   0.46
XYZ19.083822.97499.9073
Yxy22.97490.36720.4421
Hunter Lab47.9321-12.812921.2976
CIE-Lab55.0465-13.452132.5383

#80894a color RGB value is (128,137,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001001 01001010
Octal 200 211 112
Decimal 128 137 74
Hex 80 89 4A

RGB Percentages of Color #80894a

%37.76
%40.41
%21.83

CMYK Percentages of Color #80894a

%7
%0
%46
%46

Triadic Colors of #80894a

#80894a #4a8089 #894a80

Analogous Colors of #80894a

#80894a #61894a #89734a

Monochromatic Colors of #80894a

#80894a

Complementary Color

#80894a #534a89

#80894a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80894a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80894a Color CSS Codes

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

#80894a Text Font Color

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

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


#80894a Background Color

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

This div background color is #80894a


#80894a Border Color

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

This div border color is #80894a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80894a


Comments

No comments written yet.

Please login to write comment.