COLOR #608775

HEX: #608775
RGB: (96,135,117)

Color info

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

RGB color model

#608775 color RGB value is (96,135,117).

  • red value is 96;
  • green value is 135;
  • blue value is 117.
RGB: (96,135,117) (38%,53%,46%)

RGB channels and saturation

R 96 of 255 = 38%
G 135 of 255 = 53%
B 117 of 255 = 46%

96
135
117

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

Portions of RGB colors in percentages

R + G + B =
96 + 135 + 117 = 348 (100%)
R 96 of 348 ~ 27.59%
G 135 of 348 ~ 38.79%
B 117 of 348 ~ 33.62%

%27.59
%38.79
%33.62

CMYK color model

#608775 color CMYK value is (29,0,13,47).

  • cyan value is 28.89%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 47.06%
CMYK: (29,0,13,47) C29M0Y13K47 (29%,0%,13%,47%) (0.29/0.00/0.13/0.47)

CMYK percentages

%28.89
%0
%13.33
%47.06

Codes

Color #608775 in popluar color models

608775
RGB96135117
HSL152°16.88%45.29%
HSB/HSV152°28.89%52.94%
CMYK28.89%0.00%13.33%
47.06%

Color #608775 in popluar number systems.

HEX608775
Decimal96135117
Binary1100000100001111110101
Octal140207165

Shades and tints

Shades of #608775

#608775
(96,135,117)
#587B6B
(88,123,107)
#506F61
(80,111,97)
#486357
(72,99,87)
#40574D
(64,87,77)
#384B43
(56,75,67)
#303F39
(48,63,57)
#28332F
(40,51,47)
#202725
(32,39,37)
#181B1B
(24,27,27)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #608775

#608775
(96,135,117)
#6E9181
(110,145,129)
#7C9B8D
(124,155,141)
#8AA599
(138,165,153)
#98AFA5
(152,175,165)
#A6B9B1
(166,185,177)
#B4C3BD
(180,195,189)
#C2CDC9
(194,205,201)
#D0D7D5
(208,215,213)
#DEE1E1
(222,225,225)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608775; }

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

This text font color is #608775.


Background Color

.myBgColor { background-color: #608775; }

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

This div background color is #608775.


Border color

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

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

This div border color is #608775.


Opacity

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

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

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

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

This text has shadow with #608775 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #608775 on black background.


Color preview on white background

This text has color #608775 on white background.



Black color preview on #608775 background

This text has black color on #608775 background.


White color preview on #608775 background

This text has white color on #608775 background.