COLOR #809F7B

HEX: #809F7B RGB: (128,159,123)

Color info

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

RGB color model

#809F7B color RGB value is (128,159,123).

RGB: (128,159,123) (50%, 62%, 48%)

RGB channels and saturation

R 128 of 255 = 50%
G 159 of 255 = 62%
B 123 of 255 = 48%

128
159
123

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

Portions of RGB colors in percentages

R + G + B = 128 + 159 + 123 = 410 (100%)
R 128 of 410 ~ 31.22%
G 159 of 410 ~ 38.78%
B 123 of 410 ~ 30'%

%31.22
%38.78
%30

CMYK color model

#809F7B color CMYK value is (19,0,23,38).

  • cyan value is 19.50%
  • magenta value is 0.00%
  • yellow value is 22.64%
  • key color value is 37.65%

CMYK: (19,0,23,38)
C19M0Y23K38 (19%, 0%, 23%, 38%)
(0.19 / 0.00 / 0.23 / 0.38)

CMYK percentages

%19.5
%0
%22.64
%37.65

Codes

Color #809F7B in popluar color models

80 9F 7B
RGB 128 159 123
HSL 112° 15.79% 55.29%
HSB/HSV 112° 22.64% 62.35%
CMYK 19.50% 0.00% 22.64%
37.65%

Color #809F7B in popluar number systems.

HEX 80 9F 7B
Decimal 128 159 123
Binary 10000000 10011111 1111011
Octal 200 237 173

Shades and tints

Shades of #809F7B

#809F7B
(128,159,123)
#759170
(117,145,112)
#6A8365
(106,131,101)
#5F755A
(95,117,90)
#54674F
(84,103,79)
#495944
(73,89,68)
#3E4B39
(62,75,57)
#333D2E
(51,61,46)
#282F23
(40,47,35)
#1D2118
(29,33,24)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #809F7B

#809F7B
(128,159,123)
#8BA787
(139,167,135)
#96AF93
(150,175,147)
#A1B79F
(161,183,159)
#ACBFAB
(172,191,171)
#B7C7B7
(183,199,183)
#C2CFC3
(194,207,195)
#CDD7CF
(205,215,207)
#D8DFDB
(216,223,219)
#E3E7E7
(227,231,231)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809F7B; }

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

This text font color is #809F7B.

Background Color

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

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

This div background color is #809F7B.

Border color

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

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

This div border color is #809F7B.

Opacity

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

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

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

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

This text has shadow with #809F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809F7B.

Preview

Color preview on black background

This text has color #809F7B on black background.


Color preview on white background

This text has color #809F7B on white background.


Black color preview on #809F7B background

This text has black color on #809F7B background.


White color preview on #809F7B background

This text has white color on #809F7B background.


Related colors

Complementary color

Complementary color for #hex is #7F6084.


I love getcolorcode.com

Triadic colors

1 #7B809F and #9F7B80 with #809F7B are triadic colors.

2 #7B9F80 and #9F807B with #809F7B are triadic colors.