COLOR #809C7D

HEX: #809C7D
RGB: (128,156,125)

Color info

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

RGB color model

#809C7D color RGB value is (128,156,125).

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

RGB channels and saturation

R 128 of 255 = 50%
G 156 of 255 = 61%
B 125 of 255 = 49%

128
156
125

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

Portions of RGB colors in percentages

R + G + B =
128 + 156 + 125 = 409 (100%)
R 128 of 409 ~ 31.3%
G 156 of 409 ~ 38.14%
B 125 of 409 ~ 30.56%

%31.3
%38.14
%30.56

CMYK color model

#809C7D color CMYK value is (18,0,20,39).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 19.87%
  • key color value is 38.82%
CMYK:
(18,0,20,39)
C18M0Y20K39 
(18%,0%,20%,39%)
(0.18/0.00/0.20/0.39)	

CMYK percentages

%17.95
%0
%19.87
%38.82

Codes

Color #809C7D in popluar color models

809C7D
RGB128156125
HSL114°13.54%55.10%
HSB/HSV114°19.87%61.18%
CMYK17.95%0.00%19.87%
38.82%

Color #809C7D in popluar number systems.

HEX809C7D
Decimal128156125
Binary10000000100111001111101
Octal200234175

Shades and tints

Shades of #809C7D

#809C7D
(128,156,125)
#758E72
(117,142,114)
#6A8067
(106,128,103)
#5F725C
(95,114,92)
#546451
(84,100,81)
#495646
(73,86,70)
#3E483B
(62,72,59)
#333A30
(51,58,48)
#282C25
(40,44,37)
#1D1E1A
(29,30,26)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #809C7D

#809C7D
(128,156,125)
#8BA588
(139,165,136)
#96AE93
(150,174,147)
#A1B79E
(161,183,158)
#ACC0A9
(172,192,169)
#B7C9B4
(183,201,180)
#C2D2BF
(194,210,191)
#CDDBCA
(205,219,202)
#D8E4D5
(216,228,213)
#E3EDE0
(227,237,224)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809C7D color. Also use rgb(128,156,125) instead hex code.

Text Font Color

.myTextColor { color: #809C7D; }

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

This text font color is #809C7D.


Background Color

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

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

This div background color is #809C7D.


Border color

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

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

This div border color is #809C7D.


Opacity

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

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

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

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

This text has shadow with #809C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809C7D on black background.


Color preview on white background

This text has color #809C7D on white background.



Black color preview on #809C7D background

This text has black color on #809C7D background.


White color preview on #809C7D background

This text has white color on #809C7D background.