COLOR #608777

HEX: #608777 RGB: (96,135,119)

Color info

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

RGB color model

#608777 color RGB value is (96,135,119).

RGB: (96,135,119) (38%, 53%, 47%)

RGB channels and saturation

R 96 of 255 = 38%
G 135 of 255 = 53%
B 119 of 255 = 47%

96
135
119

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

Portions of RGB colors in percentages

R + G + B = 96 + 135 + 119 = 350 (100%)
R 96 of 350 ~ 27.43%
G 135 of 350 ~ 38.57%
B 119 of 350 ~ 34'%

%27.43
%38.57
%34

CMYK color model

#608777 color CMYK value is (29,0,12,47).

  • cyan value is 28.89%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK: (29,0,12,47) C29M0Y12K47 (29%,0%,12%,47%) (0.29/0.00/0.12/0.47) 

CMYK percentages

%28.89
%0
%11.85
%47.06

Codes

Color #608777 in popluar color models

60 87 77
RGB 96 135 119
HSL 155° 16.88% 45.29%
HSB/HSV 155° 28.89% 52.94%
CMYK 28.89% 0.00% 11.85%
47.06%

Color #608777 in popluar number systems.

HEX 60 87 77
Decimal 96 135 119
Binary 1100000 10000111 1110111
Octal 140 207 167

Shades and tints

Shades of #608777

#608777
(96,135,119)
#587B6D
(88,123,109)
#506F63
(80,111,99)
#486359
(72,99,89)
#40574F
(64,87,79)
#384B45
(56,75,69)
#303F3B
(48,63,59)
#283331
(40,51,49)
#202727
(32,39,39)
#181B1D
(24,27,29)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #608777

#608777
(96,135,119)
#6E9183
(110,145,131)
#7C9B8F
(124,155,143)
#8AA59B
(138,165,155)
#98AFA7
(152,175,167)
#A6B9B3
(166,185,179)
#B4C3BF
(180,195,191)
#C2CDCB
(194,205,203)
#D0D7D7
(208,215,215)
#DEE1E3
(222,225,227)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608777 color. Also use rgb(96,135,119) instead hex code.

Text Font Color

.myTextColor { color: #608777; }

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

This text font color is #608777.

Background Color

.myBgColor { background-color: #608777; }

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

This div background color is #608777.

Border color

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

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

This div border color is #608777.

Opacity

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

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

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

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

This text has shadow with #608777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #608777.

Preview

Color preview on black background

This text has color #608777 on black background.


Color preview on white background

This text has color #608777 on white background.


Black color preview on #608777 background

This text has black color on #608777 background.


White color preview on #608777 background

This text has white color on #608777 background.


Related colors

Complementary color

Complementary color for #hex is #9F7888.


I love getcolorcode.com

Triadic colors

1 #776087 and #877760 with #608777 are triadic colors.

2 #778760 and #876077 with #608777 are triadic colors.