COLOR #809488

HEX: #809488
RGB: (128,148,136)

Color info

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

RGB color model

#809488 color RGB value is (128,148,136).

  • red value is 128;
  • green value is 148;
  • blue value is 136.
RGB:
(128,148,136)
(50%,58%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 148 of 255 = 58%
B 136 of 255 = 53%

128
148
136

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

Portions of RGB colors in percentages

R + G + B =
128 + 148 + 136 = 412 (100%)
R 128 of 412 ~ 31.07%
G 148 of 412 ~ 35.92%
B 136 of 412 ~ 33.01%

%31.07
%35.92
%33.01

CMYK color model

#809488 color CMYK value is (14,0,8,42).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 41.96%
CMYK:
(14,0,8,42)
C14M0Y8K42 
(14%,0%,8%,42%)
(0.14/0.00/0.08/0.42)	

CMYK percentages

%13.51
%0
%8.11
%41.96

Codes

Color #809488 in popluar color models

809488
RGB128148136
HSL144°8.55%54.12%
HSB/HSV144°13.51%58.04%
CMYK13.51%0.00%8.11%
41.96%

Color #809488 in popluar number systems.

HEX809488
Decimal128148136
Binary100000001001010010001000
Octal200224210

Shades and tints

Shades of #809488

#809488
(128,148,136)
#75877C
(117,135,124)
#6A7A70
(106,122,112)
#5F6D64
(95,109,100)
#546058
(84,96,88)
#49534C
(73,83,76)
#3E4640
(62,70,64)
#333934
(51,57,52)
#282C28
(40,44,40)
#1D1F1C
(29,31,28)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #809488

#809488
(128,148,136)
#8B9D92
(139,157,146)
#96A69C
(150,166,156)
#A1AFA6
(161,175,166)
#ACB8B0
(172,184,176)
#B7C1BA
(183,193,186)
#C2CAC4
(194,202,196)
#CDD3CE
(205,211,206)
#D8DCD8
(216,220,216)
#E3E5E2
(227,229,226)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #809488 color. Also use rgb(128,148,136) instead hex code.

Text Font Color

.myTextColor { color: #809488; }

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

This text font color is #809488.


Background Color

.myBgColor { background-color: #809488; }

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

This div background color is #809488.


Border color

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

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

This div border color is #809488.


Opacity

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

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

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

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

This text has shadow with #809488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #809488 on black background.


Color preview on white background

This text has color #809488 on white background.



Black color preview on #809488 background

This text has black color on #809488 background.


White color preview on #809488 background

This text has white color on #809488 background.