COLOR #809395

HEX: #809395
RGB: (128,147,149)

Color info

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

RGB color model

#809395 color RGB value is (128,147,149).

  • red value is 128;
  • green value is 147;
  • blue value is 149.
RGB:
(128,147,149)
(50%,58%,58%)

RGB channels and saturation

R 128 of 255 = 50%
G 147 of 255 = 58%
B 149 of 255 = 58%

128
147
149

R + G + B ~ 55%. #809395 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 147 + 149 = 424 (100%)
R 128 of 424 ~ 30.19%
G 147 of 424 ~ 34.67%
B 149 of 424 ~ 35.14%

%30.19
%34.67
%35.14

CMYK color model

#809395 color CMYK value is (14,1,0,42).

  • cyan value is 14.09%
  • magenta value is 1.34%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(14,1,0,42)
C14M1Y0K42 
(14%,1%,0%,42%)
(0.14/0.01/0.00/0.42)	

CMYK percentages

%14.09
%1.34
%0
%41.57

Codes

Color #809395 in popluar color models

809395
RGB128147149
HSL186°9.01%54.31%
HSB/HSV186°14.09%58.43%
CMYK14.09%1.34%0.00%
41.57%

Color #809395 in popluar number systems.

HEX809395
Decimal128147149
Binary100000001001001110010101
Octal200223225

Shades and tints

Shades of #809395

#809395
(128,147,149)
#758688
(117,134,136)
#6A797B
(106,121,123)
#5F6C6E
(95,108,110)
#545F61
(84,95,97)
#495254
(73,82,84)
#3E4547
(62,69,71)
#33383A
(51,56,58)
#282B2D
(40,43,45)
#1D1E20
(29,30,32)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #809395

#809395
(128,147,149)
#8B9C9E
(139,156,158)
#96A5A7
(150,165,167)
#A1AEB0
(161,174,176)
#ACB7B9
(172,183,185)
#B7C0C2
(183,192,194)
#C2C9CB
(194,201,203)
#CDD2D4
(205,210,212)
#D8DBDD
(216,219,221)
#E3E4E6
(227,228,230)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809395 color. Also use rgb(128,147,149) instead hex code.

Text Font Color

.myTextColor { color: #809395; }

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

This text font color is #809395.


Background Color

.myBgColor { background-color: #809395; }

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

This div background color is #809395.


Border color

.myBorderColor { border: 1px solid #809395; }

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

This div border color is #809395.


Opacity

.myOpacity80 { color: #809395; opacity: 0.8; }

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

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

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

This text has shadow with #809395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809395 on black background.


Color preview on white background

This text has color #809395 on white background.



Black color preview on #809395 background

This text has black color on #809395 background.


White color preview on #809395 background

This text has white color on #809395 background.