COLOR #608E8A

HEX: #608E8A
RGB: (96,142,138)

Color info

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

RGB color model

#608E8A color RGB value is (96,142,138).

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

RGB channels and saturation

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

96
142
138

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

Portions of RGB colors in percentages

R + G + B =
96 + 142 + 138 = 376 (100%)
R 96 of 376 ~ 25.53%
G 142 of 376 ~ 37.77%
B 138 of 376 ~ 36.7%

%25.53
%37.77
%36.7

CMYK color model

#608E8A color CMYK value is (32,0,3,44).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(32,0,3,44)
C32M0Y3K44 
(32%,0%,3%,44%)
(0.32/0.00/0.03/0.44)	

CMYK percentages

%32.39
%0
%2.82
%44.31

Codes

Color #608E8A in popluar color models

608E8A
RGB96142138
HSL175°19.33%46.67%
HSB/HSV175°32.39%55.69%
CMYK32.39%0.00%2.82%
44.31%

Color #608E8A in popluar number systems.

HEX608E8A
Decimal96142138
Binary11000001000111010001010
Octal140216212

Shades and tints

Shades of #608E8A

#608E8A
(96,142,138)
#58827E
(88,130,126)
#507672
(80,118,114)
#486A66
(72,106,102)
#405E5A
(64,94,90)
#38524E
(56,82,78)
#304642
(48,70,66)
#283A36
(40,58,54)
#202E2A
(32,46,42)
#18221E
(24,34,30)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #608E8A

#608E8A
(96,142,138)
#6E9894
(110,152,148)
#7CA29E
(124,162,158)
#8AACA8
(138,172,168)
#98B6B2
(152,182,178)
#A6C0BC
(166,192,188)
#B4CAC6
(180,202,198)
#C2D4D0
(194,212,208)
#D0DEDA
(208,222,218)
#DEE8E4
(222,232,228)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608E8A; }

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

This text font color is #608E8A.


Background Color

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

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

This div background color is #608E8A.


Border color

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

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

This div border color is #608E8A.


Opacity

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

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

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

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

This text has shadow with #608E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608E8A on black background.


Color preview on white background

This text has color #608E8A on white background.



Black color preview on #608E8A background

This text has black color on #608E8A background.


White color preview on #608E8A background

This text has white color on #608E8A background.