COLOR #608A80

HEX: #608A80
RGB: (96,138,128)

Color info

#608A80 contains red, green and blue colors in about the same proportion. Web safe color of #608A80 is #669966 (or #696).

RGB color model

#608A80 color RGB value is (96,138,128).

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

RGB channels and saturation

R 96 of 255 = 38%
G 138 of 255 = 54%
B 128 of 255 = 50%

96
138
128

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

Portions of RGB colors in percentages

R + G + B =
96 + 138 + 128 = 362 (100%)
R 96 of 362 ~ 26.52%
G 138 of 362 ~ 38.12%
B 128 of 362 ~ 35.36%

%26.52
%38.12
%35.36

CMYK color model

#608A80 color CMYK value is (30,0,7,46).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 45.88%
CMYK:
(30,0,7,46)
C30M0Y7K46 
(30%,0%,7%,46%)
(0.30/0.00/0.07/0.46)	

CMYK percentages

%30.43
%0
%7.25
%45.88

Codes

Color #608A80 in popluar color models

608A80
RGB96138128
HSL166°17.95%45.88%
HSB/HSV166°30.43%54.12%
CMYK30.43%0.00%7.25%
45.88%

Color #608A80 in popluar number systems.

HEX608A80
Decimal96138128
Binary11000001000101010000000
Octal140212200

Shades and tints

Shades of #608A80

#608A80
(96,138,128)
#587E75
(88,126,117)
#50726A
(80,114,106)
#48665F
(72,102,95)
#405A54
(64,90,84)
#384E49
(56,78,73)
#30423E
(48,66,62)
#283633
(40,54,51)
#202A28
(32,42,40)
#181E1D
(24,30,29)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #608A80

#608A80
(96,138,128)
#6E948B
(110,148,139)
#7C9E96
(124,158,150)
#8AA8A1
(138,168,161)
#98B2AC
(152,178,172)
#A6BCB7
(166,188,183)
#B4C6C2
(180,198,194)
#C2D0CD
(194,208,205)
#D0DAD8
(208,218,216)
#DEE4E3
(222,228,227)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608A80; }

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

This text font color is #608A80.


Background Color

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

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

This div background color is #608A80.


Border color

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

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

This div border color is #608A80.


Opacity

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

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

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

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

This text has shadow with #608A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608A80 on black background.


Color preview on white background

This text has color #608A80 on white background.



Black color preview on #608A80 background

This text has black color on #608A80 background.


White color preview on #608A80 background

This text has white color on #608A80 background.