COLOR #808D61

HEX: #808D61 RGB: (128,141,97)

Color info

#808D61 contains red, green and blue colors in about the same proportion. Web safe color of #808D61 is #669966 (or #696).

RGB color model

#808D61 color RGB value is (128,141,97).

RGB: (128,141,97) (50%, 55%, 38%)

RGB channels and saturation

R 128 of 255 = 50%
G 141 of 255 = 55%
B 97 of 255 = 38%

128
141
97

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

Portions of RGB colors in percentages

R + G + B = 128 + 141 + 97 = 366 (100%)
R 128 of 366 ~ 34.97%
G 141 of 366 ~ 38.52%
B 97 of 366 ~ 26.5'%

%34.97
%38.52
%26.5

CMYK color model

#808D61 color CMYK value is (9,0,31,45).

  • cyan value is 9.22%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 44.71%
CMYK: (9,0,31,45) C9M0Y31K45 (9%,0%,31%,45%) (0.09/0.00/0.31/0.45) 

CMYK percentages

%9.22
%0
%31.21
%44.71

Codes

Color #808D61 in popluar color models

80 8D 61
RGB 128 141 97
HSL 78° 18.49% 46.67%
HSB/HSV 78° 31.21% 55.29%
CMYK 9.22% 0.00% 31.21%
44.71%

Color #808D61 in popluar number systems.

HEX 80 8D 61
Decimal 128 141 97
Binary 10000000 10001101 1100001
Octal 200 215 141

Shades and tints

Shades of #808D61

#808D61
(128,141,97)
#758159
(117,129,89)
#6A7551
(106,117,81)
#5F6949
(95,105,73)
#545D41
(84,93,65)
#495139
(73,81,57)
#3E4531
(62,69,49)
#333929
(51,57,41)
#282D21
(40,45,33)
#1D2119
(29,33,25)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #808D61

#808D61
(128,141,97)
#8B976F
(139,151,111)
#96A17D
(150,161,125)
#A1AB8B
(161,171,139)
#ACB599
(172,181,153)
#B7BFA7
(183,191,167)
#C2C9B5
(194,201,181)
#CDD3C3
(205,211,195)
#D8DDD1
(216,221,209)
#E3E7DF
(227,231,223)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808D61; }

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

This text font color is #808D61.

Background Color

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

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

This div background color is #808D61.

Border color

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

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

This div border color is #808D61.

Opacity

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

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

Text with #808D61 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 #808D61;}

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

This text has shadow with #808D61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808D61.

Preview

Color preview on black background

This text has color #808D61 on black background.


Color preview on white background

This text has color #808D61 on white background.


Black color preview on #808D61 background

This text has black color on #808D61 background.


White color preview on #808D61 background

This text has white color on #808D61 background.


Related colors

Complementary color

Complementary color for #hex is #7F729E.


I love getcolorcode.com

Triadic colors

1 #61808D and #8D6180 with #808D61 are triadic colors.

2 #618D80 and #8D8061 with #808D61 are triadic colors.