Color Hex Logo

#808a4a Color Hex

#808A4A
(128,138,74)
0 Favorites   0 Comments

Color spaces of #808a4a

RGB 12813874
HSL0.190.300.42
HSV69°46°54°
CMYK 0.070.000.46   0.46
XYZ19.226623.26069.9550
Yxy23.26060.36660.4435
Hunter Lab48.2292-13.242121.5224
CIE-Lab55.3398-13.987732.8998

#808a4a color RGB value is (128,138,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001010 01001010
Octal 200 212 112
Decimal 128 138 74
Hex 80 8A 4A

RGB Percentages of Color #808a4a

%37.65
%40.59
%21.76

CMYK Percentages of Color #808a4a

%7
%0
%46
%46

Triadic Colors of #808a4a

#808a4a #4a808a #8a4a80

Analogous Colors of #808a4a

#808a4a #608a4a #8a744a

Monochromatic Colors of #808a4a

#808a4a

Complementary Color

#808a4a #544a8a

#808a4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808a4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#808a4a Color CSS Codes

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

#808a4a Text Font Color

<p style="color:#808a4a">Text here</p>

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


#808a4a Background Color

<div style="background-color:#808a4a">
Div content here</div>

This div background color is #808a4a


#808a4a Border Color

<div style="border:3px solid #808a4a">
Div here</div>

This div border color is #808a4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808a4a


Comments

No comments written yet.

Please login to write comment.