COLOR #609570

HEX: #609570
RGB: (96,149,112)

Color info

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

RGB color model

#609570 color RGB value is (96,149,112).

  • red value is 96;
  • green value is 149;
  • blue value is 112.
RGB:
(96,149,112)
(38%,58%,44%)

RGB channels and saturation

R 96 of 255 = 38%
G 149 of 255 = 58%
B 112 of 255 = 44%

96
149
112

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

Portions of RGB colors in percentages

R + G + B =
96 + 149 + 112 = 357 (100%)
R 96 of 357 ~ 26.89%
G 149 of 357 ~ 41.74%
B 112 of 357 ~ 31.37%

%26.89
%41.74
%31.37

CMYK color model

#609570 color CMYK value is (36,0,25,42).

  • cyan value is 35.57%
  • magenta value is 0.00%
  • yellow value is 24.83%
  • key color value is 41.57%
CMYK:
(36,0,25,42)
C36M0Y25K42 
(36%,0%,25%,42%)
(0.36/0.00/0.25/0.42)	

CMYK percentages

%35.57
%0
%24.83
%41.57

Codes

Color #609570 in popluar color models

609570
RGB96149112
HSL138°21.63%48.04%
HSB/HSV138°35.57%58.43%
CMYK35.57%0.00%24.83%
41.57%

Color #609570 in popluar number systems.

HEX609570
Decimal96149112
Binary1100000100101011110000
Octal140225160

Shades and tints

Shades of #609570

#609570
(96,149,112)
#588866
(88,136,102)
#507B5C
(80,123,92)
#486E52
(72,110,82)
#406148
(64,97,72)
#38543E
(56,84,62)
#304734
(48,71,52)
#283A2A
(40,58,42)
#202D20
(32,45,32)
#182016
(24,32,22)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #609570

#609570
(96,149,112)
#6E9E7D
(110,158,125)
#7CA78A
(124,167,138)
#8AB097
(138,176,151)
#98B9A4
(152,185,164)
#A6C2B1
(166,194,177)
#B4CBBE
(180,203,190)
#C2D4CB
(194,212,203)
#D0DDD8
(208,221,216)
#DEE6E5
(222,230,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #609570 color. Also use rgb(96,149,112) instead hex code.

Text Font Color

.myTextColor { color: #609570; }

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

This text font color is #609570.


Background Color

.myBgColor { background-color: #609570; }

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

This div background color is #609570.


Border color

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

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

This div border color is #609570.


Opacity

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

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

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

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

This text has shadow with #609570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #609570 on black background.


Color preview on white background

This text has color #609570 on white background.



Black color preview on #609570 background

This text has black color on #609570 background.


White color preview on #609570 background

This text has white color on #609570 background.