COLOR #609D8B

HEX: #609D8B
RGB: (96,157,139)

Color info

#609D8B contains mainly green and blue colors. Web safe color of #609D8B is #669999 (or #699).

RGB color model

#609D8B color RGB value is (96,157,139).

  • red value is 96;
  • green value is 157;
  • blue value is 139.
RGB:
(96,157,139)
(38%,62%,55%)

RGB channels and saturation

R 96 of 255 = 38%
G 157 of 255 = 62%
B 139 of 255 = 55%

96
157
139

R + G + B ~ 52%. #609D8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 157 + 139 = 392 (100%)
R 96 of 392 ~ 24.49%
G 157 of 392 ~ 40.05%
B 139 of 392 ~ 35.46%

%24.49
%40.05
%35.46

CMYK color model

#609D8B color CMYK value is (39,0,11,38).

  • cyan value is 38.85%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 38.43%
CMYK:
(39,0,11,38)
C39M0Y11K38 
(39%,0%,11%,38%)
(0.39/0.00/0.11/0.38)	

CMYK percentages

%38.85
%0
%11.46
%38.43

Codes

Color #609D8B in popluar color models

609D8B
RGB96157139
HSL162°24.11%49.61%
HSB/HSV162°38.85%61.57%
CMYK38.85%0.00%11.46%
38.43%

Color #609D8B in popluar number systems.

HEX609D8B
Decimal96157139
Binary11000001001110110001011
Octal140235213

Shades and tints

Shades of #609D8B

#609D8B
(96,157,139)
#588F7F
(88,143,127)
#508173
(80,129,115)
#487367
(72,115,103)
#40655B
(64,101,91)
#38574F
(56,87,79)
#304943
(48,73,67)
#283B37
(40,59,55)
#202D2B
(32,45,43)
#181F1F
(24,31,31)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #609D8B

#609D8B
(96,157,139)
#6EA595
(110,165,149)
#7CAD9F
(124,173,159)
#8AB5A9
(138,181,169)
#98BDB3
(152,189,179)
#A6C5BD
(166,197,189)
#B4CDC7
(180,205,199)
#C2D5D1
(194,213,209)
#D0DDDB
(208,221,219)
#DEE5E5
(222,229,229)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609D8B color. Also use rgb(96,157,139) instead hex code.

Text Font Color

.myTextColor { color: #609D8B; }

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

This text font color is #609D8B.


Background Color

.myBgColor { background-color: #609D8B; }

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

This div background color is #609D8B.


Border color

.myBorderColor { border: 1px solid #609D8B; }

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

This div border color is #609D8B.


Opacity

.myOpacity80 { color: #609D8B; opacity: 0.8; }

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

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

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

This text has shadow with #609D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609D8B on black background.


Color preview on white background

This text has color #609D8B on white background.



Black color preview on #609D8B background

This text has black color on #609D8B background.


White color preview on #609D8B background

This text has white color on #609D8B background.