COLOR #608E70

HEX: #608E70
RGB: (96,142,112)

Color info

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

RGB color model

#608E70 color RGB value is (96,142,112).

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

RGB channels and saturation

R 96 of 255 = 38%
G 142 of 255 = 56%
B 112 of 255 = 44%

96
142
112

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

Portions of RGB colors in percentages

R + G + B =
96 + 142 + 112 = 350 (100%)
R 96 of 350 ~ 27.43%
G 142 of 350 ~ 40.57%
B 112 of 350 ~ 32%

%27.43
%40.57
%32

CMYK color model

#608E70 color CMYK value is (32,0,21,44).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 44.31%
CMYK:
(32,0,21,44)
C32M0Y21K44 
(32%,0%,21%,44%)
(0.32/0.00/0.21/0.44)	

CMYK percentages

%32.39
%0
%21.13
%44.31

Codes

Color #608E70 in popluar color models

608E70
RGB96142112
HSL141°19.33%46.67%
HSB/HSV141°32.39%55.69%
CMYK32.39%0.00%21.13%
44.31%

Color #608E70 in popluar number systems.

HEX608E70
Decimal96142112
Binary1100000100011101110000
Octal140216160

Shades and tints

Shades of #608E70

#608E70
(96,142,112)
#588266
(88,130,102)
#50765C
(80,118,92)
#486A52
(72,106,82)
#405E48
(64,94,72)
#38523E
(56,82,62)
#304634
(48,70,52)
#283A2A
(40,58,42)
#202E20
(32,46,32)
#182216
(24,34,22)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #608E70

#608E70
(96,142,112)
#6E987D
(110,152,125)
#7CA28A
(124,162,138)
#8AAC97
(138,172,151)
#98B6A4
(152,182,164)
#A6C0B1
(166,192,177)
#B4CABE
(180,202,190)
#C2D4CB
(194,212,203)
#D0DED8
(208,222,216)
#DEE8E5
(222,232,229)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608E70; }

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

This text font color is #608E70.


Background Color

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

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

This div background color is #608E70.


Border color

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

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

This div border color is #608E70.


Opacity

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

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

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

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

This text has shadow with #608E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608E70 on black background.


Color preview on white background

This text has color #608E70 on white background.



Black color preview on #608E70 background

This text has black color on #608E70 background.


White color preview on #608E70 background

This text has white color on #608E70 background.