COLOR #809C7C

HEX: #809C7C
RGB: (128,156,124)

Color info

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

RGB color model

#809C7C color RGB value is (128,156,124).

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

RGB channels and saturation

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

128
156
124

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

Portions of RGB colors in percentages

R + G + B =
128 + 156 + 124 = 408 (100%)
R 128 of 408 ~ 31.37%
G 156 of 408 ~ 38.24%
B 124 of 408 ~ 30.39%

%31.37
%38.24
%30.39

CMYK color model

#809C7C color CMYK value is (18,0,21,39).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 38.82%
CMYK:
(18,0,21,39)
C18M0Y21K39 
(18%,0%,21%,39%)
(0.18/0.00/0.21/0.39)	

CMYK percentages

%17.95
%0
%20.51
%38.82

Codes

Color #809C7C in popluar color models

809C7C
RGB128156124
HSL113°13.91%54.90%
HSB/HSV113°20.51%61.18%
CMYK17.95%0.00%20.51%
38.82%

Color #809C7C in popluar number systems.

HEX809C7C
Decimal128156124
Binary10000000100111001111100
Octal200234174

Shades and tints

Shades of #809C7C

#809C7C
(128,156,124)
#758E71
(117,142,113)
#6A8066
(106,128,102)
#5F725B
(95,114,91)
#546450
(84,100,80)
#495645
(73,86,69)
#3E483A
(62,72,58)
#333A2F
(51,58,47)
#282C24
(40,44,36)
#1D1E19
(29,30,25)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #809C7C

#809C7C
(128,156,124)
#8BA587
(139,165,135)
#96AE92
(150,174,146)
#A1B79D
(161,183,157)
#ACC0A8
(172,192,168)
#B7C9B3
(183,201,179)
#C2D2BE
(194,210,190)
#CDDBC9
(205,219,201)
#D8E4D4
(216,228,212)
#E3EDDF
(227,237,223)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809C7C; }

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

This text font color is #809C7C.


Background Color

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

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

This div background color is #809C7C.


Border color

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

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

This div border color is #809C7C.


Opacity

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

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

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

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

This text has shadow with #809C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809C7C on black background.


Color preview on white background

This text has color #809C7C on white background.



Black color preview on #809C7C background

This text has black color on #809C7C background.


White color preview on #809C7C background

This text has white color on #809C7C background.