Color Hex Logo

#808949 Color Hex

#808949
(128,137,73)
0 Favorites   0 Comments

Color spaces of #808949

RGB 12813773
HSL0.190.300.41
HSV68°47°54°
CMYK 0.070.000.47   0.46
XYZ19.050322.96169.7313
Yxy22.96160.36820.4438
Hunter Lab47.9183-12.892821.5021
CIE-Lab55.0328-13.564433.0505

#808949 color RGB value is (128,137,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001001 01001001
Octal 200 211 111
Decimal 128 137 73
Hex 80 89 49

RGB Percentages of Color #808949

%37.87
%40.53
%21.60

CMYK Percentages of Color #808949

%7
%0
%47
%46

Triadic Colors of #808949

#808949 #498089 #894980

Analogous Colors of #808949

#808949 #608949 #897249

Monochromatic Colors of #808949

#808949

Complementary Color

#808949 #524989

#808949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808949 Color CSS Codes

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

#808949 Text Font Color

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

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


#808949 Background Color

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

This div background color is #808949


#808949 Border Color

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

This div border color is #808949


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,137,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #808949">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808949


Comments

No comments written yet.

Please login to write comment.