COLOR #809B7C

HEX: #809B7C
RGB: (128,155,124)

Color info

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

RGB color model

#809B7C color RGB value is (128,155,124).

  • red value is 128;
  • green value is 155;
  • blue value is 124.
RGB:
(128,155,124)
(50%,61%,49%)

RGB channels and saturation

R 128 of 255 = 50%
G 155 of 255 = 61%
B 124 of 255 = 49%

128
155
124

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

Portions of RGB colors in percentages

R + G + B =
128 + 155 + 124 = 407 (100%)
R 128 of 407 ~ 31.45%
G 155 of 407 ~ 38.08%
B 124 of 407 ~ 30.47%

%31.45
%38.08
%30.47

CMYK color model

#809B7C color CMYK value is (17,0,20,39).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 39.22%
CMYK:
(17,0,20,39)
C17M0Y20K39 
(17%,0%,20%,39%)
(0.17/0.00/0.20/0.39)	

CMYK percentages

%17.42
%0
%20
%39.22

Codes

Color #809B7C in popluar color models

809B7C
RGB128155124
HSL112°13.42%54.71%
HSB/HSV112°20.00%60.78%
CMYK17.42%0.00%20.00%
39.22%

Color #809B7C in popluar number systems.

HEX809B7C
Decimal128155124
Binary10000000100110111111100
Octal200233174

Shades and tints

Shades of #809B7C

#809B7C
(128,155,124)
#758D71
(117,141,113)
#6A7F66
(106,127,102)
#5F715B
(95,113,91)
#546350
(84,99,80)
#495545
(73,85,69)
#3E473A
(62,71,58)
#33392F
(51,57,47)
#282B24
(40,43,36)
#1D1D19
(29,29,25)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #809B7C

#809B7C
(128,155,124)
#8BA487
(139,164,135)
#96AD92
(150,173,146)
#A1B69D
(161,182,157)
#ACBFA8
(172,191,168)
#B7C8B3
(183,200,179)
#C2D1BE
(194,209,190)
#CDDAC9
(205,218,201)
#D8E3D4
(216,227,212)
#E3ECDF
(227,236,223)
#EEF5EA
(238,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809B7C; }

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

This text font color is #809B7C.


Background Color

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

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

This div background color is #809B7C.


Border color

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

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

This div border color is #809B7C.


Opacity

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

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

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

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

This text has shadow with #809B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809B7C on black background.


Color preview on white background

This text has color #809B7C on white background.



Black color preview on #809B7C background

This text has black color on #809B7C background.


White color preview on #809B7C background

This text has white color on #809B7C background.