COLOR #809B7F

HEX: #809B7F RGB: (128,155,127)

Color info

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

RGB color model

#809B7F color RGB value is (128,155,127).

RGB: (128,155,127) (50%, 61%, 50%)

RGB channels and saturation

R 128 of 255 = 50%
G 155 of 255 = 61%
B 127 of 255 = 50%

128
155
127

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

Portions of RGB colors in percentages

R + G + B = 128 + 155 + 127 = 410 (100%)
R 128 of 410 ~ 31.22%
G 155 of 410 ~ 37.8%
B 127 of 410 ~ 30.98'%

%31.22
%37.8
%30.98

CMYK color model

#809B7F color CMYK value is (17,0,18,39).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 39.22%
CMYK: (17,0,18,39) C17M0Y18K39 (17%,0%,18%,39%) (0.17/0.00/0.18/0.39) 

CMYK percentages

%17.42
%0
%18.06
%39.22

Codes

Color #809B7F in popluar color models

80 9B 7F
RGB 128 155 127
HSL 118° 12.28% 55.29%
HSB/HSV 118° 18.06% 60.78%
CMYK 17.42% 0.00% 18.06%
39.22%

Color #809B7F in popluar number systems.

HEX 80 9B 7F
Decimal 128 155 127
Binary 10000000 10011011 1111111
Octal 200 233 177

Shades and tints

Shades of #809B7F

#809B7F
(128,155,127)
#758D74
(117,141,116)
#6A7F69
(106,127,105)
#5F715E
(95,113,94)
#546353
(84,99,83)
#495548
(73,85,72)
#3E473D
(62,71,61)
#333932
(51,57,50)
#282B27
(40,43,39)
#1D1D1C
(29,29,28)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #809B7F

#809B7F
(128,155,127)
#8BA48A
(139,164,138)
#96AD95
(150,173,149)
#A1B6A0
(161,182,160)
#ACBFAB
(172,191,171)
#B7C8B6
(183,200,182)
#C2D1C1
(194,209,193)
#CDDACC
(205,218,204)
#D8E3D7
(216,227,215)
#E3ECE2
(227,236,226)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809B7F color. Also use rgb(128,155,127) instead hex code.

Text Font Color

.myTextColor { color: #809B7F; }

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

This text font color is #809B7F.

Background Color

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

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

This div background color is #809B7F.

Border color

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

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

This div border color is #809B7F.

Opacity

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

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

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

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

This text has shadow with #809B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809B7F.

Preview

Color preview on black background

This text has color #809B7F on black background.


Color preview on white background

This text has color #809B7F on white background.


Black color preview on #809B7F background

This text has black color on #809B7F background.


White color preview on #809B7F background

This text has white color on #809B7F background.


Related colors

Complementary color

Complementary color for #hex is #7F6480.


I love getcolorcode.com

Triadic colors

1 #7F809B and #9B7F80 with #809B7F are triadic colors.

2 #7F9B80 and #9B807F with #809B7F are triadic colors.