COLOR #809D6E

HEX: #809D6E RGB: (128,157,110)

Color info

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

RGB color model

#809D6E color RGB value is (128,157,110).

RGB: (128,157,110) (50%, 62%, 43%)

RGB channels and saturation

R 128 of 255 = 50%
G 157 of 255 = 62%
B 110 of 255 = 43%

128
157
110

R + G + B ~ 52%. #809D6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 157 + 110 = 395 (100%)
R 128 of 395 ~ 32.41%
G 157 of 395 ~ 39.75%
B 110 of 395 ~ 27.85'%

%32.41
%39.75
%27.85

CMYK color model

#809D6E color CMYK value is (18,0,30,38).

  • cyan value is 18.47%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 38.43%

CMYK: (18,0,30,38)
C18M0Y30K38 (18%, 0%, 30%, 38%)
(0.18 / 0.00 / 0.30 / 0.38)

CMYK percentages

%18.47
%0
%29.94
%38.43

Codes

Color #809D6E in popluar color models

80 9D 6E
RGB 128 157 110
HSL 97° 19.34% 52.35%
HSB/HSV 97° 29.94% 61.57%
CMYK 18.47% 0.00% 29.94%
38.43%

Color #809D6E in popluar number systems.

HEX 80 9D 6E
Decimal 128 157 110
Binary 10000000 10011101 1101110
Octal 200 235 156

Shades and tints

Shades of #809D6E

#809D6E
(128,157,110)
#758F64
(117,143,100)
#6A815A
(106,129,90)
#5F7350
(95,115,80)
#546546
(84,101,70)
#49573C
(73,87,60)
#3E4932
(62,73,50)
#333B28
(51,59,40)
#282D1E
(40,45,30)
#1D1F14
(29,31,20)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #809D6E

#809D6E
(128,157,110)
#8BA57B
(139,165,123)
#96AD88
(150,173,136)
#A1B595
(161,181,149)
#ACBDA2
(172,189,162)
#B7C5AF
(183,197,175)
#C2CDBC
(194,205,188)
#CDD5C9
(205,213,201)
#D8DDD6
(216,221,214)
#E3E5E3
(227,229,227)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809D6E color. Also use rgb(128,157,110) instead hex code.

Text Font Color

.myTextColor { color: #809D6E; }

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

This text font color is #809D6E.

Background Color

.myBgColor { background-color: #809D6E; }

<div style="background-color:#809D6E">Inner text</div>

This div background color is #809D6E.

Border color

.myBorderColor { border: 1px solid #809D6E; }

<div style="border:3px solid #809D6E">Div</div>

This div border color is #809D6E.

Opacity

.myOpacity80 { color: #809D6E; opacity: 0.8; }

<p style="color:#809D6E;opacity:0.8;">80%</p>

Text with #809D6E 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 #809D6E;}

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

This text has shadow with #809D6E color.


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

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

This text has shadow with #809D6E primary color and red secondary color.


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

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

This text has shadow with #809D6E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #809D6E.

Preview

Color preview on black background

This text has color #809D6E on black background.


Color preview on white background

This text has color #809D6E on white background.


Black color preview on #809D6E background

This text has black color on #809D6E background.


White color preview on #809D6E background

This text has white color on #809D6E background.


Related colors

Complementary color

Complementary color for #hex is #7F6291.


I love getcolorcode.com

Triadic colors

1 #6E809D and #9D6E80 with #809D6E are triadic colors.

2 #6E9D80 and #9D806E with #809D6E are triadic colors.