COLOR #608288

HEX: #608288
RGB: (96,130,136)

Color info

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

RGB color model

#608288 color RGB value is (96,130,136).

  • red value is 96;
  • green value is 130;
  • blue value is 136.
RGB:
(96,130,136)
(38%,51%,53%)

RGB channels and saturation

R 96 of 255 = 38%
G 130 of 255 = 51%
B 136 of 255 = 53%

96
130
136

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

Portions of RGB colors in percentages

R + G + B =
96 + 130 + 136 = 362 (100%)
R 96 of 362 ~ 26.52%
G 130 of 362 ~ 35.91%
B 136 of 362 ~ 37.57%

%26.52
%35.91
%37.57

CMYK color model

#608288 color CMYK value is (29,4,0,47).

  • cyan value is 29.41%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(29,4,0,47)
C29M4Y0K47 
(29%,4%,0%,47%)
(0.29/0.04/0.00/0.47)	

CMYK percentages

%29.41
%4.41
%0
%46.67

Codes

Color #608288 in popluar color models

608288
RGB96130136
HSL189°17.24%45.49%
HSB/HSV189°29.41%53.33%
CMYK29.41%4.41%0.00%
46.67%

Color #608288 in popluar number systems.

HEX608288
Decimal96130136
Binary11000001000001010001000
Octal140202210

Shades and tints

Shades of #608288

#608288
(96,130,136)
#58777C
(88,119,124)
#506C70
(80,108,112)
#486164
(72,97,100)
#405658
(64,86,88)
#384B4C
(56,75,76)
#304040
(48,64,64)
#283534
(40,53,52)
#202A28
(32,42,40)
#181F1C
(24,31,28)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #608288

#608288
(96,130,136)
#6E8D92
(110,141,146)
#7C989C
(124,152,156)
#8AA3A6
(138,163,166)
#98AEB0
(152,174,176)
#A6B9BA
(166,185,186)
#B4C4C4
(180,196,196)
#C2CFCE
(194,207,206)
#D0DAD8
(208,218,216)
#DEE5E2
(222,229,226)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608288 color. Also use rgb(96,130,136) instead hex code.

Text Font Color

.myTextColor { color: #608288; }

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

This text font color is #608288.


Background Color

.myBgColor { background-color: #608288; }

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

This div background color is #608288.


Border color

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

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

This div border color is #608288.


Opacity

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

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

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

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

This text has shadow with #608288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608288 on black background.


Color preview on white background

This text has color #608288 on white background.



Black color preview on #608288 background

This text has black color on #608288 background.


White color preview on #608288 background

This text has white color on #608288 background.