COLOR #608C6F

HEX: #608C6F
RGB: (96,140,111)

Color info

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

RGB color model

#608C6F color RGB value is (96,140,111).

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

RGB channels and saturation

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

96
140
111

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

Portions of RGB colors in percentages

R + G + B =
96 + 140 + 111 = 347 (100%)
R 96 of 347 ~ 27.67%
G 140 of 347 ~ 40.35%
B 111 of 347 ~ 31.99%

%27.67
%40.35
%31.99

CMYK color model

#608C6F color CMYK value is (31,0,21,45).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 45.10%
CMYK:
(31,0,21,45)
C31M0Y21K45 
(31%,0%,21%,45%)
(0.31/0.00/0.21/0.45)	

CMYK percentages

%31.43
%0
%20.71
%45.1

Codes

Color #608C6F in popluar color models

608C6F
RGB96140111
HSL140°18.64%46.27%
HSB/HSV140°31.43%54.90%
CMYK31.43%0.00%20.71%
45.10%

Color #608C6F in popluar number systems.

HEX608C6F
Decimal96140111
Binary1100000100011001101111
Octal140214157

Shades and tints

Shades of #608C6F

#608C6F
(96,140,111)
#588065
(88,128,101)
#50745B
(80,116,91)
#486851
(72,104,81)
#405C47
(64,92,71)
#38503D
(56,80,61)
#304433
(48,68,51)
#283829
(40,56,41)
#202C1F
(32,44,31)
#182015
(24,32,21)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #608C6F

#608C6F
(96,140,111)
#6E967C
(110,150,124)
#7CA089
(124,160,137)
#8AAA96
(138,170,150)
#98B4A3
(152,180,163)
#A6BEB0
(166,190,176)
#B4C8BD
(180,200,189)
#C2D2CA
(194,210,202)
#D0DCD7
(208,220,215)
#DEE6E4
(222,230,228)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #608C6F; }

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

This text font color is #608C6F.


Background Color

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

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

This div background color is #608C6F.


Border color

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

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

This div border color is #608C6F.


Opacity

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

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

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

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

This text has shadow with #608C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608C6F on black background.


Color preview on white background

This text has color #608C6F on white background.



Black color preview on #608C6F background

This text has black color on #608C6F background.


White color preview on #608C6F background

This text has white color on #608C6F background.