COLOR #809F6A

HEX: #809F6A RGB: (128,159,106)

Color info

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

RGB color model

#809F6A color RGB value is (128,159,106).

RGB: (128,159,106) (50%, 62%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 159 of 255 = 62%
B 106 of 255 = 42%

128
159
106

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

Portions of RGB colors in percentages

R + G + B = 128 + 159 + 106 = 393 (100%)
R 128 of 393 ~ 32.57%
G 159 of 393 ~ 40.46%
B 106 of 393 ~ 26.97'%

%32.57
%40.46
%26.97

CMYK color model

#809F6A color CMYK value is (19,0,33,38).

  • cyan value is 19.50%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 37.65%
CMYK: (19,0,33,38) C19M0Y33K38 (19%,0%,33%,38%) (0.19/0.00/0.33/0.38) 

CMYK percentages

%19.5
%0
%33.33
%37.65

Codes

Color #809F6A in popluar color models

80 9F 6A
RGB 128 159 106
HSL 95° 21.63% 51.96%
HSB/HSV 95° 33.33% 62.35%
CMYK 19.50% 0.00% 33.33%
37.65%

Color #809F6A in popluar number systems.

HEX 80 9F 6A
Decimal 128 159 106
Binary 10000000 10011111 1101010
Octal 200 237 152

Shades and tints

Shades of #809F6A

#809F6A
(128,159,106)
#759161
(117,145,97)
#6A8358
(106,131,88)
#5F754F
(95,117,79)
#546746
(84,103,70)
#49593D
(73,89,61)
#3E4B34
(62,75,52)
#333D2B
(51,61,43)
#282F22
(40,47,34)
#1D2119
(29,33,25)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #809F6A

#809F6A
(128,159,106)
#8BA777
(139,167,119)
#96AF84
(150,175,132)
#A1B791
(161,183,145)
#ACBF9E
(172,191,158)
#B7C7AB
(183,199,171)
#C2CFB8
(194,207,184)
#CDD7C5
(205,215,197)
#D8DFD2
(216,223,210)
#E3E7DF
(227,231,223)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809F6A color. Also use rgb(128,159,106) instead hex code.

Text Font Color

.myTextColor { color: #809F6A; }

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

This text font color is #809F6A.

Background Color

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

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

This div background color is #809F6A.

Border color

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

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

This div border color is #809F6A.

Opacity

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

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

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

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

This text has shadow with #809F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809F6A.

Preview

Color preview on black background

This text has color #809F6A on black background.


Color preview on white background

This text has color #809F6A on white background.


Black color preview on #809F6A background

This text has black color on #809F6A background.


White color preview on #809F6A background

This text has white color on #809F6A background.


Related colors

Complementary color

Complementary color for #hex is #7F6095.


I love getcolorcode.com

Triadic colors

1 #6A809F and #9F6A80 with #809F6A are triadic colors.

2 #6A9F80 and #9F806A with #809F6A are triadic colors.