COLOR #608574

HEX: #608574
RGB: (96,133,116)

Color info

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

RGB color model

#608574 color RGB value is (96,133,116).

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

RGB channels and saturation

R 96 of 255 = 38%
G 133 of 255 = 52%
B 116 of 255 = 45%

96
133
116

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

Portions of RGB colors in percentages

R + G + B =
96 + 133 + 116 = 345 (100%)
R 96 of 345 ~ 27.83%
G 133 of 345 ~ 38.55%
B 116 of 345 ~ 33.62%

%27.83
%38.55
%33.62

CMYK color model

#608574 color CMYK value is (28,0,13,48).

  • cyan value is 27.82%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 47.84%
CMYK:
(28,0,13,48)
C28M0Y13K48 
(28%,0%,13%,48%)
(0.28/0.00/0.13/0.48)	

CMYK percentages

%27.82
%0
%12.78
%47.84

Codes

Color #608574 in popluar color models

608574
RGB96133116
HSL152°16.16%44.90%
HSB/HSV152°27.82%52.16%
CMYK27.82%0.00%12.78%
47.84%

Color #608574 in popluar number systems.

HEX608574
Decimal96133116
Binary1100000100001011110100
Octal140205164

Shades and tints

Shades of #608574

#608574
(96,133,116)
#58796A
(88,121,106)
#506D60
(80,109,96)
#486156
(72,97,86)
#40554C
(64,85,76)
#384942
(56,73,66)
#303D38
(48,61,56)
#28312E
(40,49,46)
#202524
(32,37,36)
#18191A
(24,25,26)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #608574

#608574
(96,133,116)
#6E9080
(110,144,128)
#7C9B8C
(124,155,140)
#8AA698
(138,166,152)
#98B1A4
(152,177,164)
#A6BCB0
(166,188,176)
#B4C7BC
(180,199,188)
#C2D2C8
(194,210,200)
#D0DDD4
(208,221,212)
#DEE8E0
(222,232,224)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608574; }

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

This text font color is #608574.


Background Color

.myBgColor { background-color: #608574; }

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

This div background color is #608574.


Border color

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

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

This div border color is #608574.


Opacity

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

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

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

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

This text has shadow with #608574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608574 on black background.


Color preview on white background

This text has color #608574 on white background.



Black color preview on #608574 background

This text has black color on #608574 background.


White color preview on #608574 background

This text has white color on #608574 background.