COLOR #608B6E

HEX: #608B6E
RGB: (96,139,110)

Color info

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

RGB color model

#608B6E color RGB value is (96,139,110).

  • red value is 96;
  • green value is 139;
  • blue value is 110.
RGB:
(96,139,110)
(38%,55%,43%)

RGB channels and saturation

R 96 of 255 = 38%
G 139 of 255 = 55%
B 110 of 255 = 43%

96
139
110

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

Portions of RGB colors in percentages

R + G + B =
96 + 139 + 110 = 345 (100%)
R 96 of 345 ~ 27.83%
G 139 of 345 ~ 40.29%
B 110 of 345 ~ 31.88%

%27.83
%40.29
%31.88

CMYK color model

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

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

CMYK percentages

%30.94
%0
%20.86
%45.49

Codes

Color #608B6E in popluar color models

608B6E
RGB96139110
HSL140°18.30%46.08%
HSB/HSV140°30.94%54.51%
CMYK30.94%0.00%20.86%
45.49%

Color #608B6E in popluar number systems.

HEX608B6E
Decimal96139110
Binary1100000100010111101110
Octal140213156

Shades and tints

Shades of #608B6E

#608B6E
(96,139,110)
#587F64
(88,127,100)
#50735A
(80,115,90)
#486750
(72,103,80)
#405B46
(64,91,70)
#384F3C
(56,79,60)
#304332
(48,67,50)
#283728
(40,55,40)
#202B1E
(32,43,30)
#181F14
(24,31,20)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #608B6E

#608B6E
(96,139,110)
#6E957B
(110,149,123)
#7C9F88
(124,159,136)
#8AA995
(138,169,149)
#98B3A2
(152,179,162)
#A6BDAF
(166,189,175)
#B4C7BC
(180,199,188)
#C2D1C9
(194,209,201)
#D0DBD6
(208,219,214)
#DEE5E3
(222,229,227)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608B6E color. Also use rgb(96,139,110) instead hex code.

Text Font Color

.myTextColor { color: #608B6E; }

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

This text font color is #608B6E.


Background Color

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

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

This div background color is #608B6E.


Border color

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

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

This div border color is #608B6E.


Opacity

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

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

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

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

This text has shadow with #608B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608B6E on black background.


Color preview on white background

This text has color #608B6E on white background.



Black color preview on #608B6E background

This text has black color on #608B6E background.


White color preview on #608B6E background

This text has white color on #608B6E background.