COLOR #608755

HEX: #608755
RGB: (96,135,85)

Color info

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

RGB color model

#608755 color RGB value is (96,135,85).

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

RGB channels and saturation

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

96
135
85

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

Portions of RGB colors in percentages

R + G + B =
96 + 135 + 85 = 316 (100%)
R 96 of 316 ~ 30.38%
G 135 of 316 ~ 42.72%
B 85 of 316 ~ 26.9%

%30.38
%42.72
%26.9

CMYK color model

#608755 color CMYK value is (29,0,37,47).

  • cyan value is 28.89%
  • magenta value is 0.00%
  • yellow value is 37.04%
  • key color value is 47.06%
CMYK:
(29,0,37,47)
C29M0Y37K47 
(29%,0%,37%,47%)
(0.29/0.00/0.37/0.47)	

CMYK percentages

%28.89
%0
%37.04
%47.06

Codes

Color #608755 in popluar color models

608755
RGB9613585
HSL107°22.73%43.14%
HSB/HSV107°37.04%52.94%
CMYK28.89%0.00%37.04%
47.06%

Color #608755 in popluar number systems.

HEX608755
Decimal9613585
Binary1100000100001111010101
Octal140207125

Shades and tints

Shades of #608755

#608755
(96,135,85)
#587B4E
(88,123,78)
#506F47
(80,111,71)
#486340
(72,99,64)
#405739
(64,87,57)
#384B32
(56,75,50)
#303F2B
(48,63,43)
#283324
(40,51,36)
#20271D
(32,39,29)
#181B16
(24,27,22)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #608755

#608755
(96,135,85)
#6E9164
(110,145,100)
#7C9B73
(124,155,115)
#8AA582
(138,165,130)
#98AF91
(152,175,145)
#A6B9A0
(166,185,160)
#B4C3AF
(180,195,175)
#C2CDBE
(194,205,190)
#D0D7CD
(208,215,205)
#DEE1DC
(222,225,220)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608755; }

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

This text font color is #608755.


Background Color

.myBgColor { background-color: #608755; }

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

This div background color is #608755.


Border color

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

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

This div border color is #608755.


Opacity

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

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

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

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

This text has shadow with #608755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608755 on black background.


Color preview on white background

This text has color #608755 on white background.



Black color preview on #608755 background

This text has black color on #608755 background.


White color preview on #608755 background

This text has white color on #608755 background.