COLOR #608655

HEX: #608655
RGB: (96,134,85)

Color info

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

RGB color model

#608655 color RGB value is (96,134,85).

  • red value is 96;
  • green value is 134;
  • blue value is 85.
RGB:
(96,134,85)
(38%,53%,33%)

RGB channels and saturation

R 96 of 255 = 38%
G 134 of 255 = 53%
B 85 of 255 = 33%

96
134
85

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

Portions of RGB colors in percentages

R + G + B =
96 + 134 + 85 = 315 (100%)
R 96 of 315 ~ 30.48%
G 134 of 315 ~ 42.54%
B 85 of 315 ~ 26.98%

%30.48
%42.54
%26.98

CMYK color model

#608655 color CMYK value is (28,0,37,47).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 36.57%
  • key color value is 47.45%
CMYK:
(28,0,37,47)
C28M0Y37K47 
(28%,0%,37%,47%)
(0.28/0.00/0.37/0.47)	

CMYK percentages

%28.36
%0
%36.57
%47.45

Codes

Color #608655 in popluar color models

608655
RGB9613485
HSL107°22.37%42.94%
HSB/HSV107°36.57%52.55%
CMYK28.36%0.00%36.57%
47.45%

Color #608655 in popluar number systems.

HEX608655
Decimal9613485
Binary1100000100001101010101
Octal140206125

Shades and tints

Shades of #608655

#608655
(96,134,85)
#587A4E
(88,122,78)
#506E47
(80,110,71)
#486240
(72,98,64)
#405639
(64,86,57)
#384A32
(56,74,50)
#303E2B
(48,62,43)
#283224
(40,50,36)
#20261D
(32,38,29)
#181A16
(24,26,22)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #608655

#608655
(96,134,85)
#6E9164
(110,145,100)
#7C9C73
(124,156,115)
#8AA782
(138,167,130)
#98B291
(152,178,145)
#A6BDA0
(166,189,160)
#B4C8AF
(180,200,175)
#C2D3BE
(194,211,190)
#D0DECD
(208,222,205)
#DEE9DC
(222,233,220)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608655 color. Also use rgb(96,134,85) instead hex code.

Text Font Color

.myTextColor { color: #608655; }

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

This text font color is #608655.


Background Color

.myBgColor { background-color: #608655; }

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

This div background color is #608655.


Border color

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

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

This div border color is #608655.


Opacity

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

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

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

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

This text has shadow with #608655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608655 on black background.


Color preview on white background

This text has color #608655 on white background.



Black color preview on #608655 background

This text has black color on #608655 background.


White color preview on #608655 background

This text has white color on #608655 background.