COLOR #608E89

HEX: #608E89
RGB: (96,142,137)

Color info

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

RGB color model

#608E89 color RGB value is (96,142,137).

  • red value is 96;
  • green value is 142;
  • blue value is 137.
RGB:
(96,142,137)
(38%,56%,54%)

RGB channels and saturation

R 96 of 255 = 38%
G 142 of 255 = 56%
B 137 of 255 = 54%

96
142
137

R + G + B ~ 49%. #608E89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 142 + 137 = 375 (100%)
R 96 of 375 ~ 25.6%
G 142 of 375 ~ 37.87%
B 137 of 375 ~ 36.53%

%25.6
%37.87
%36.53

CMYK color model

#608E89 color CMYK value is (32,0,4,44).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 44.31%
CMYK:
(32,0,4,44)
C32M0Y4K44 
(32%,0%,4%,44%)
(0.32/0.00/0.04/0.44)	

CMYK percentages

%32.39
%0
%3.52
%44.31

Codes

Color #608E89 in popluar color models

608E89
RGB96142137
HSL173°19.33%46.67%
HSB/HSV173°32.39%55.69%
CMYK32.39%0.00%3.52%
44.31%

Color #608E89 in popluar number systems.

HEX608E89
Decimal96142137
Binary11000001000111010001001
Octal140216211

Shades and tints

Shades of #608E89

#608E89
(96,142,137)
#58827D
(88,130,125)
#507671
(80,118,113)
#486A65
(72,106,101)
#405E59
(64,94,89)
#38524D
(56,82,77)
#304641
(48,70,65)
#283A35
(40,58,53)
#202E29
(32,46,41)
#18221D
(24,34,29)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #608E89

#608E89
(96,142,137)
#6E9893
(110,152,147)
#7CA29D
(124,162,157)
#8AACA7
(138,172,167)
#98B6B1
(152,182,177)
#A6C0BB
(166,192,187)
#B4CAC5
(180,202,197)
#C2D4CF
(194,212,207)
#D0DED9
(208,222,217)
#DEE8E3
(222,232,227)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608E89 color. Also use rgb(96,142,137) instead hex code.

Text Font Color

.myTextColor { color: #608E89; }

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

This text font color is #608E89.


Background Color

.myBgColor { background-color: #608E89; }

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

This div background color is #608E89.


Border color

.myBorderColor { border: 1px solid #608E89; }

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

This div border color is #608E89.


Opacity

.myOpacity80 { color: #608E89; opacity: 0.8; }

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

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

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

This text has shadow with #608E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608E89 on black background.


Color preview on white background

This text has color #608E89 on white background.



Black color preview on #608E89 background

This text has black color on #608E89 background.


White color preview on #608E89 background

This text has white color on #608E89 background.