COLOR #809A7D

HEX: #809A7D
RGB: (128,154,125)

Color info

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

RGB color model

#809A7D color RGB value is (128,154,125).

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

RGB channels and saturation

R 128 of 255 = 50%
G 154 of 255 = 60%
B 125 of 255 = 49%

128
154
125

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

Portions of RGB colors in percentages

R + G + B =
128 + 154 + 125 = 407 (100%)
R 128 of 407 ~ 31.45%
G 154 of 407 ~ 37.84%
B 125 of 407 ~ 30.71%

%31.45
%37.84
%30.71

CMYK color model

#809A7D color CMYK value is (17,0,19,40).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 39.61%
CMYK:
(17,0,19,40)
C17M0Y19K40 
(17%,0%,19%,40%)
(0.17/0.00/0.19/0.40)	

CMYK percentages

%16.88
%0
%18.83
%39.61

Codes

Color #809A7D in popluar color models

809A7D
RGB128154125
HSL114°12.55%54.71%
HSB/HSV114°18.83%60.39%
CMYK16.88%0.00%18.83%
39.61%

Color #809A7D in popluar number systems.

HEX809A7D
Decimal128154125
Binary10000000100110101111101
Octal200232175

Shades and tints

Shades of #809A7D

#809A7D
(128,154,125)
#758C72
(117,140,114)
#6A7E67
(106,126,103)
#5F705C
(95,112,92)
#546251
(84,98,81)
#495446
(73,84,70)
#3E463B
(62,70,59)
#333830
(51,56,48)
#282A25
(40,42,37)
#1D1C1A
(29,28,26)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #809A7D

#809A7D
(128,154,125)
#8BA388
(139,163,136)
#96AC93
(150,172,147)
#A1B59E
(161,181,158)
#ACBEA9
(172,190,169)
#B7C7B4
(183,199,180)
#C2D0BF
(194,208,191)
#CDD9CA
(205,217,202)
#D8E2D5
(216,226,213)
#E3EBE0
(227,235,224)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #809A7D; }

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

This text font color is #809A7D.


Background Color

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

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

This div background color is #809A7D.


Border color

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

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

This div border color is #809A7D.


Opacity

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

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

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

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

This text has shadow with #809A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809A7D on black background.


Color preview on white background

This text has color #809A7D on white background.



Black color preview on #809A7D background

This text has black color on #809A7D background.


White color preview on #809A7D background

This text has white color on #809A7D background.