COLOR #608D6F

HEX: #608D6F
RGB: (96,141,111)

Color info

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

RGB color model

#608D6F color RGB value is (96,141,111).

  • red value is 96;
  • green value is 141;
  • blue value is 111.
RGB:
(96,141,111)
(38%,55%,44%)

RGB channels and saturation

R 96 of 255 = 38%
G 141 of 255 = 55%
B 111 of 255 = 44%

96
141
111

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

Portions of RGB colors in percentages

R + G + B =
96 + 141 + 111 = 348 (100%)
R 96 of 348 ~ 27.59%
G 141 of 348 ~ 40.52%
B 111 of 348 ~ 31.9%

%27.59
%40.52
%31.9

CMYK color model

#608D6F color CMYK value is (32,0,21,45).

  • cyan value is 31.91%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 44.71%
CMYK:
(32,0,21,45)
C32M0Y21K45 
(32%,0%,21%,45%)
(0.32/0.00/0.21/0.45)	

CMYK percentages

%31.91
%0
%21.28
%44.71

Codes

Color #608D6F in popluar color models

608D6F
RGB96141111
HSL140°18.99%46.47%
HSB/HSV140°31.91%55.29%
CMYK31.91%0.00%21.28%
44.71%

Color #608D6F in popluar number systems.

HEX608D6F
Decimal96141111
Binary1100000100011011101111
Octal140215157

Shades and tints

Shades of #608D6F

#608D6F
(96,141,111)
#588165
(88,129,101)
#50755B
(80,117,91)
#486951
(72,105,81)
#405D47
(64,93,71)
#38513D
(56,81,61)
#304533
(48,69,51)
#283929
(40,57,41)
#202D1F
(32,45,31)
#182115
(24,33,21)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #608D6F

#608D6F
(96,141,111)
#6E977C
(110,151,124)
#7CA189
(124,161,137)
#8AAB96
(138,171,150)
#98B5A3
(152,181,163)
#A6BFB0
(166,191,176)
#B4C9BD
(180,201,189)
#C2D3CA
(194,211,202)
#D0DDD7
(208,221,215)
#DEE7E4
(222,231,228)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608D6F color. Also use rgb(96,141,111) instead hex code.

Text Font Color

.myTextColor { color: #608D6F; }

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

This text font color is #608D6F.


Background Color

.myBgColor { background-color: #608D6F; }

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

This div background color is #608D6F.


Border color

.myBorderColor { border: 1px solid #608D6F; }

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

This div border color is #608D6F.


Opacity

.myOpacity80 { color: #608D6F; opacity: 0.8; }

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

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

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

This text has shadow with #608D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608D6F on black background.


Color preview on white background

This text has color #608D6F on white background.



Black color preview on #608D6F background

This text has black color on #608D6F background.


White color preview on #608D6F background

This text has white color on #608D6F background.