COLOR #608579

HEX: #608579
RGB: (96,133,121)

Color info

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

RGB color model

#608579 color RGB value is (96,133,121).

  • red value is 96;
  • green value is 133;
  • blue value is 121.
RGB:
(96,133,121)
(38%,52%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 133 of 255 = 52%
B 121 of 255 = 47%

96
133
121

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

Portions of RGB colors in percentages

R + G + B =
96 + 133 + 121 = 350 (100%)
R 96 of 350 ~ 27.43%
G 133 of 350 ~ 38%
B 121 of 350 ~ 34.57%

%27.43
%38
%34.57

CMYK color model

#608579 color CMYK value is (28,0,9,48).

  • cyan value is 27.82%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 47.84%
CMYK:
(28,0,9,48)
C28M0Y9K48 
(28%,0%,9%,48%)
(0.28/0.00/0.09/0.48)	

CMYK percentages

%27.82
%0
%9.02
%47.84

Codes

Color #608579 in popluar color models

608579
RGB96133121
HSL161°16.16%44.90%
HSB/HSV161°27.82%52.16%
CMYK27.82%0.00%9.02%
47.84%

Color #608579 in popluar number systems.

HEX608579
Decimal96133121
Binary1100000100001011111001
Octal140205171

Shades and tints

Shades of #608579

#608579
(96,133,121)
#58796E
(88,121,110)
#506D63
(80,109,99)
#486158
(72,97,88)
#40554D
(64,85,77)
#384942
(56,73,66)
#303D37
(48,61,55)
#28312C
(40,49,44)
#202521
(32,37,33)
#181916
(24,25,22)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #608579

#608579
(96,133,121)
#6E9085
(110,144,133)
#7C9B91
(124,155,145)
#8AA69D
(138,166,157)
#98B1A9
(152,177,169)
#A6BCB5
(166,188,181)
#B4C7C1
(180,199,193)
#C2D2CD
(194,210,205)
#D0DDD9
(208,221,217)
#DEE8E5
(222,232,229)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608579 color. Also use rgb(96,133,121) instead hex code.

Text Font Color

.myTextColor { color: #608579; }

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

This text font color is #608579.


Background Color

.myBgColor { background-color: #608579; }

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

This div background color is #608579.


Border color

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

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

This div border color is #608579.


Opacity

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

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

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

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

This text has shadow with #608579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608579 on black background.


Color preview on white background

This text has color #608579 on white background.



Black color preview on #608579 background

This text has black color on #608579 background.


White color preview on #608579 background

This text has white color on #608579 background.