COLOR #608875

HEX: #608875
RGB: (96,136,117)

Color info

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

RGB color model

#608875 color RGB value is (96,136,117).

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

RGB channels and saturation

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

96
136
117

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

Portions of RGB colors in percentages

R + G + B =
96 + 136 + 117 = 349 (100%)
R 96 of 349 ~ 27.51%
G 136 of 349 ~ 38.97%
B 117 of 349 ~ 33.52%

%27.51
%38.97
%33.52

CMYK color model

#608875 color CMYK value is (29,0,14,47).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 46.67%
CMYK:
(29,0,14,47)
C29M0Y14K47 
(29%,0%,14%,47%)
(0.29/0.00/0.14/0.47)	

CMYK percentages

%29.41
%0
%13.97
%46.67

Codes

Color #608875 in popluar color models

608875
RGB96136117
HSL152°17.24%45.49%
HSB/HSV152°29.41%53.33%
CMYK29.41%0.00%13.97%
46.67%

Color #608875 in popluar number systems.

HEX608875
Decimal96136117
Binary1100000100010001110101
Octal140210165

Shades and tints

Shades of #608875

#608875
(96,136,117)
#587C6B
(88,124,107)
#507061
(80,112,97)
#486457
(72,100,87)
#40584D
(64,88,77)
#384C43
(56,76,67)
#304039
(48,64,57)
#28342F
(40,52,47)
#202825
(32,40,37)
#181C1B
(24,28,27)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #608875

#608875
(96,136,117)
#6E9281
(110,146,129)
#7C9C8D
(124,156,141)
#8AA699
(138,166,153)
#98B0A5
(152,176,165)
#A6BAB1
(166,186,177)
#B4C4BD
(180,196,189)
#C2CEC9
(194,206,201)
#D0D8D5
(208,216,213)
#DEE2E1
(222,226,225)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608875; }

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

This text font color is #608875.


Background Color

.myBgColor { background-color: #608875; }

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

This div background color is #608875.


Border color

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

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

This div border color is #608875.


Opacity

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

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

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

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

This text has shadow with #608875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608875 on black background.


Color preview on white background

This text has color #608875 on white background.



Black color preview on #608875 background

This text has black color on #608875 background.


White color preview on #608875 background

This text has white color on #608875 background.