COLOR #808D51

HEX: #808D51 RGB: (128,141,81)

Color info

#808D51 contains mainly red and green colors. Web safe color of #808D51 is #669966 (or #696).

RGB color model

#808D51 color RGB value is (128,141,81).

RGB: (128,141,81) (50%, 55%, 32%)

RGB channels and saturation

R 128 of 255 = 50%
G 141 of 255 = 55%
B 81 of 255 = 32%

128
141
81

R + G + B ~ 46%. #808D51 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 141 + 81 = 350 (100%)
R 128 of 350 ~ 36.57%
G 141 of 350 ~ 40.29%
B 81 of 350 ~ 23.14'%

%36.57
%40.29
%23.14

CMYK color model

#808D51 color CMYK value is (9,0,43,45).

  • cyan value is 9.22%
  • magenta value is 0.00%
  • yellow value is 42.55%
  • key color value is 44.71%

CMYK: (9,0,43,45)
C9M0Y43K45 (9%, 0%, 43%, 45%)
(0.09 / 0.00 / 0.43 / 0.45)

CMYK percentages

%9.22
%0
%42.55
%44.71

Codes

Color #808D51 in popluar color models

80 8D 51
RGB 128 141 81
HSL 73° 27.03% 43.53%
HSB/HSV 73° 42.55% 55.29%
CMYK 9.22% 0.00% 42.55%
44.71%

Color #808D51 in popluar number systems.

HEX 80 8D 51
Decimal 128 141 81
Binary 10000000 10001101 1010001
Octal 200 215 121

Shades and tints

Shades of #808D51

#808D51
(128,141,81)
#75814A
(117,129,74)
#6A7543
(106,117,67)
#5F693C
(95,105,60)
#545D35
(84,93,53)
#49512E
(73,81,46)
#3E4527
(62,69,39)
#333920
(51,57,32)
#282D19
(40,45,25)
#1D2112
(29,33,18)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #808D51

#808D51
(128,141,81)
#8B9760
(139,151,96)
#96A16F
(150,161,111)
#A1AB7E
(161,171,126)
#ACB58D
(172,181,141)
#B7BF9C
(183,191,156)
#C2C9AB
(194,201,171)
#CDD3BA
(205,211,186)
#D8DDC9
(216,221,201)
#E3E7D8
(227,231,216)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808D51 color. Also use rgb(128,141,81) instead hex code.

Text Font Color

.myTextColor { color: #808D51; }

<p style="color:#808D51">This sample text font color is #808D51.</p>

This text font color is #808D51.

Background Color

.myBgColor { background-color: #808D51; }

<div style="background-color:#808D51">Inner text</div>

This div background color is #808D51.

Border color

.myBorderColor { border: 1px solid #808D51; }

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

This div border color is #808D51.

Opacity

.myOpacity80 { color: #808D51; opacity: 0.8; }

<p style="color:#808D51;opacity:0.8;">80%</p>

Text with #808D51 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #808D51;}

<p style="text-shadow: 3px 3px 1px #808D51">Text here.</p>

This text has shadow with #808D51 color.


.textShadow {text-shadow: 3px 3px 1px #808D51', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #808D51, 5px 5px 20px red">Text here.</p>

This text has shadow with #808D51 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#808D51, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#808D51, Direction=45, Strength=4)">Text</p>

This text has shadow with #808D51 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #808D51;
-webkit-box-shadow: 1px 1px 3px 2px #808D51;
box-shadow: 1px 1px 3px 2px #808D51;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #808D51; -webkit-box-shadow: 1px 1px 3px 2px #808D51; box-shadow:1px 1px 3px 2px #808D51;">
Div content here
</div>

This div box has shadow with color #808D51.

Preview

Color preview on black background

This text has color #808D51 on black background.


Color preview on white background

This text has color #808D51 on white background.


Black color preview on #808D51 background

This text has black color on #808D51 background.


White color preview on #808D51 background

This text has white color on #808D51 background.


Related colors

Complementary color

Complementary color for #hex is #7F72AE.


I love getcolorcode.com

Triadic colors

1 #51808D and #8D5180 with #808D51 are triadic colors.

2 #518D80 and #8D8051 with #808D51 are triadic colors.