COLOR #608965

HEX: #608965
RGB: (96,137,101)

Color info

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

RGB color model

#608965 color RGB value is (96,137,101).

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

RGB channels and saturation

R 96 of 255 = 38%
G 137 of 255 = 54%
B 101 of 255 = 40%

96
137
101

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

Portions of RGB colors in percentages

R + G + B =
96 + 137 + 101 = 334 (100%)
R 96 of 334 ~ 28.74%
G 137 of 334 ~ 41.02%
B 101 of 334 ~ 30.24%

%28.74
%41.02
%30.24

CMYK color model

#608965 color CMYK value is (30,0,26,46).

  • cyan value is 29.93%
  • magenta value is 0.00%
  • yellow value is 26.28%
  • key color value is 46.27%
CMYK:
(30,0,26,46)
C30M0Y26K46 
(30%,0%,26%,46%)
(0.30/0.00/0.26/0.46)	

CMYK percentages

%29.93
%0
%26.28
%46.27

Codes

Color #608965 in popluar color models

608965
RGB96137101
HSL127°17.60%45.69%
HSB/HSV127°29.93%53.73%
CMYK29.93%0.00%26.28%
46.27%

Color #608965 in popluar number systems.

HEX608965
Decimal96137101
Binary1100000100010011100101
Octal140211145

Shades and tints

Shades of #608965

#608965
(96,137,101)
#587D5C
(88,125,92)
#507153
(80,113,83)
#48654A
(72,101,74)
#405941
(64,89,65)
#384D38
(56,77,56)
#30412F
(48,65,47)
#283526
(40,53,38)
#20291D
(32,41,29)
#181D14
(24,29,20)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #608965

#608965
(96,137,101)
#6E9373
(110,147,115)
#7C9D81
(124,157,129)
#8AA78F
(138,167,143)
#98B19D
(152,177,157)
#A6BBAB
(166,187,171)
#B4C5B9
(180,197,185)
#C2CFC7
(194,207,199)
#D0D9D5
(208,217,213)
#DEE3E3
(222,227,227)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608965; }

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

This text font color is #608965.


Background Color

.myBgColor { background-color: #608965; }

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

This div background color is #608965.


Border color

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

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

This div border color is #608965.


Opacity

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

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

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

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

This text has shadow with #608965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608965 on black background.


Color preview on white background

This text has color #608965 on white background.



Black color preview on #608965 background

This text has black color on #608965 background.


White color preview on #608965 background

This text has white color on #608965 background.