COLOR #608565

HEX: #608565
RGB: (96,133,101)

Color info

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

RGB color model

#608565 color RGB value is (96,133,101).

  • red value is 96;
  • green value is 133;
  • blue value is 101.
RGB: (96,133,101) (38%,52%,40%)

RGB channels and saturation

R 96 of 255 = 38%
G 133 of 255 = 52%
B 101 of 255 = 40%

96
133
101

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

Portions of RGB colors in percentages

R + G + B =
96 + 133 + 101 = 330 (100%)
R 96 of 330 ~ 29.09%
G 133 of 330 ~ 40.3%
B 101 of 330 ~ 30.61%

%29.09
%40.3
%30.61

CMYK color model

#608565 color CMYK value is (28,0,24,48).

  • cyan value is 27.82%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%
CMYK: (28,0,24,48) C28M0Y24K48 (28%,0%,24%,48%) (0.28/0.00/0.24/0.48)

CMYK percentages

%27.82
%0
%24.06
%47.84

Codes

Color #608565 in popluar color models

608565
RGB96133101
HSL128°16.16%44.90%
HSB/HSV128°27.82%52.16%
CMYK27.82%0.00%24.06%
47.84%

Color #608565 in popluar number systems.

HEX608565
Decimal96133101
Binary1100000100001011100101
Octal140205145

Shades and tints

Shades of #608565

#608565
(96,133,101)
#58795C
(88,121,92)
#506D53
(80,109,83)
#48614A
(72,97,74)
#405541
(64,85,65)
#384938
(56,73,56)
#303D2F
(48,61,47)
#283126
(40,49,38)
#20251D
(32,37,29)
#181914
(24,25,20)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #608565

#608565
(96,133,101)
#6E9073
(110,144,115)
#7C9B81
(124,155,129)
#8AA68F
(138,166,143)
#98B19D
(152,177,157)
#A6BCAB
(166,188,171)
#B4C7B9
(180,199,185)
#C2D2C7
(194,210,199)
#D0DDD5
(208,221,213)
#DEE8E3
(222,232,227)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608565 color. Also use rgb(96,133,101) instead hex code.

Text Font Color

.myTextColor { color: #608565; }

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

This text font color is #608565.


Background Color

.myBgColor { background-color: #608565; }

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

This div background color is #608565.


Border color

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

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

This div border color is #608565.


Opacity

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

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

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

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

This text has shadow with #608565 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #608565 on black background.


Color preview on white background

This text has color #608565 on white background.



Black color preview on #608565 background

This text has black color on #608565 background.


White color preview on #608565 background

This text has white color on #608565 background.