COLOR #608B76

HEX: #608B76 RGB: (96,139,118)

Color info

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

RGB color model

#608B76 color RGB value is (96,139,118).

RGB: (96,139,118) (38%, 55%, 46%)

RGB channels and saturation

R 96 of 255 = 38%
G 139 of 255 = 55%
B 118 of 255 = 46%

96
139
118

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

Portions of RGB colors in percentages

R + G + B = 96 + 139 + 118 = 353 (100%)
R 96 of 353 ~ 27.2%
G 139 of 353 ~ 39.38%
B 118 of 353 ~ 33.43'%

%27.2
%39.38
%33.43

CMYK color model

#608B76 color CMYK value is (31,0,15,45).

  • cyan value is 30.94%
  • magenta value is 0.00%
  • yellow value is 15.11%
  • key color value is 45.49%

CMYK: (31,0,15,45)
C31M0Y15K45 (31%, 0%, 15%, 45%)
(0.31 / 0.00 / 0.15 / 0.45)

CMYK percentages

%30.94
%0
%15.11
%45.49

Codes

Color #608B76 in popluar color models

60 8B 76
RGB 96 139 118
HSL 151° 18.30% 46.08%
HSB/HSV 151° 30.94% 54.51%
CMYK 30.94% 0.00% 15.11%
45.49%

Color #608B76 in popluar number systems.

HEX 60 8B 76
Decimal 96 139 118
Binary 1100000 10001011 1110110
Octal 140 213 166

Shades and tints

Shades of #608B76

#608B76
(96,139,118)
#587F6C
(88,127,108)
#507362
(80,115,98)
#486758
(72,103,88)
#405B4E
(64,91,78)
#384F44
(56,79,68)
#30433A
(48,67,58)
#283730
(40,55,48)
#202B26
(32,43,38)
#181F1C
(24,31,28)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #608B76

#608B76
(96,139,118)
#6E9582
(110,149,130)
#7C9F8E
(124,159,142)
#8AA99A
(138,169,154)
#98B3A6
(152,179,166)
#A6BDB2
(166,189,178)
#B4C7BE
(180,199,190)
#C2D1CA
(194,209,202)
#D0DBD6
(208,219,214)
#DEE5E2
(222,229,226)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608B76 color. Also use rgb(96,139,118) instead hex code.

Text Font Color

.myTextColor { color: #608B76; }

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

This text font color is #608B76.

Background Color

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

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

This div background color is #608B76.

Border color

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

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

This div border color is #608B76.

Opacity

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

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

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

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

This text has shadow with #608B76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #608B76.

Preview

Color preview on black background

This text has color #608B76 on black background.


Color preview on white background

This text has color #608B76 on white background.


Black color preview on #608B76 background

This text has black color on #608B76 background.


White color preview on #608B76 background

This text has white color on #608B76 background.


Related colors

Complementary color

Complementary color for #hex is #9F7489.


I love getcolorcode.com

Triadic colors

1 #76608B and #8B7660 with #608B76 are triadic colors.

2 #768B60 and #8B6076 with #608B76 are triadic colors.