COLOR #608E79

HEX: #608E79 RGB: (96,142,121)

Color info

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

RGB color model

#608E79 color RGB value is (96,142,121).

RGB: (96,142,121) (38%, 56%, 47%)

RGB channels and saturation

R 96 of 255 = 38%
G 142 of 255 = 56%
B 121 of 255 = 47%

96
142
121

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

Portions of RGB colors in percentages

R + G + B = 96 + 142 + 121 = 359 (100%)
R 96 of 359 ~ 26.74%
G 142 of 359 ~ 39.55%
B 121 of 359 ~ 33.7'%

%26.74
%39.55
%33.7

CMYK color model

#608E79 color CMYK value is (32,0,15,44).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 44.31%

CMYK: (32,0,15,44)
C32M0Y15K44 (32%, 0%, 15%, 44%)
(0.32 / 0.00 / 0.15 / 0.44)

CMYK percentages

%32.39
%0
%14.79
%44.31

Codes

Color #608E79 in popluar color models

60 8E 79
RGB 96 142 121
HSL 153° 19.33% 46.67%
HSB/HSV 153° 32.39% 55.69%
CMYK 32.39% 0.00% 14.79%
44.31%

Color #608E79 in popluar number systems.

HEX 60 8E 79
Decimal 96 142 121
Binary 1100000 10001110 1111001
Octal 140 216 171

Shades and tints

Shades of #608E79

#608E79
(96,142,121)
#58826E
(88,130,110)
#507663
(80,118,99)
#486A58
(72,106,88)
#405E4D
(64,94,77)
#385242
(56,82,66)
#304637
(48,70,55)
#283A2C
(40,58,44)
#202E21
(32,46,33)
#182216
(24,34,22)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #608E79

#608E79
(96,142,121)
#6E9885
(110,152,133)
#7CA291
(124,162,145)
#8AAC9D
(138,172,157)
#98B6A9
(152,182,169)
#A6C0B5
(166,192,181)
#B4CAC1
(180,202,193)
#C2D4CD
(194,212,205)
#D0DED9
(208,222,217)
#DEE8E5
(222,232,229)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608E79; }

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

This text font color is #608E79.

Background Color

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

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

This div background color is #608E79.

Border color

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

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

This div border color is #608E79.

Opacity

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

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

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

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

This text has shadow with #608E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #608E79.

Preview

Color preview on black background

This text has color #608E79 on black background.


Color preview on white background

This text has color #608E79 on white background.


Black color preview on #608E79 background

This text has black color on #608E79 background.


White color preview on #608E79 background

This text has white color on #608E79 background.


Related colors

Complementary color

Complementary color for #hex is #9F7186.


I love getcolorcode.com

Triadic colors

1 #79608E and #8E7960 with #608E79 are triadic colors.

2 #798E60 and #8E6079 with #608E79 are triadic colors.