COLOR #809B83

HEX: #809B83 RGB: (128,155,131)

Color info

#809B83 contains red, green and blue colors in about the same proportion. Web safe color of #809B83 is #669999 (or #699).

RGB color model

#809B83 color RGB value is (128,155,131).

RGB: (128,155,131) (50%, 61%, 51%)

RGB channels and saturation

R 128 of 255 = 50%
G 155 of 255 = 61%
B 131 of 255 = 51%

128
155
131

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

Portions of RGB colors in percentages

R + G + B = 128 + 155 + 131 = 414 (100%)
R 128 of 414 ~ 30.92%
G 155 of 414 ~ 37.44%
B 131 of 414 ~ 31.64'%

%30.92
%37.44
%31.64

CMYK color model

#809B83 color CMYK value is (17,0,15,39).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 39.22%
CMYK: (17,0,15,39) C17M0Y15K39 (17%,0%,15%,39%) (0.17/0.00/0.15/0.39) 

CMYK percentages

%17.42
%0
%15.48
%39.22

Codes

Color #809B83 in popluar color models

80 9B 83
RGB 128 155 131
HSL 127° 11.89% 55.49%
HSB/HSV 127° 17.42% 60.78%
CMYK 17.42% 0.00% 15.48%
39.22%

Color #809B83 in popluar number systems.

HEX 80 9B 83
Decimal 128 155 131
Binary 10000000 10011011 10000011
Octal 200 233 203

Shades and tints

Shades of #809B83

#809B83
(128,155,131)
#758D78
(117,141,120)
#6A7F6D
(106,127,109)
#5F7162
(95,113,98)
#546357
(84,99,87)
#49554C
(73,85,76)
#3E4741
(62,71,65)
#333936
(51,57,54)
#282B2B
(40,43,43)
#1D1D20
(29,29,32)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #809B83

#809B83
(128,155,131)
#8BA48E
(139,164,142)
#96AD99
(150,173,153)
#A1B6A4
(161,182,164)
#ACBFAF
(172,191,175)
#B7C8BA
(183,200,186)
#C2D1C5
(194,209,197)
#CDDAD0
(205,218,208)
#D8E3DB
(216,227,219)
#E3ECE6
(227,236,230)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809B83; }

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

This text font color is #809B83.

Background Color

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

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

This div background color is #809B83.

Border color

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

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

This div border color is #809B83.

Opacity

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

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

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

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

This text has shadow with #809B83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #809B83.

Preview

Color preview on black background

This text has color #809B83 on black background.


Color preview on white background

This text has color #809B83 on white background.


Black color preview on #809B83 background

This text has black color on #809B83 background.


White color preview on #809B83 background

This text has white color on #809B83 background.


Related colors

Complementary color

Complementary color for #hex is #7F647C.


I love getcolorcode.com

Triadic colors

1 #83809B and #9B8380 with #809B83 are triadic colors.

2 #839B80 and #9B8083 with #809B83 are triadic colors.