COLOR #608050

HEX: #608050
RGB: (96,128,80)

Color info

#608050 contains red, green and blue colors in about the same proportion. Web safe color of #608050 is #666666 (or #666).

RGB color model

#608050 color RGB value is (96,128,80).

  • red value is 96;
  • green value is 128;
  • blue value is 80.
RGB:
(96,128,80)
(38%,50%,31%)

RGB channels and saturation

R 96 of 255 = 38%
G 128 of 255 = 50%
B 80 of 255 = 31%

96
128
80

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

Portions of RGB colors in percentages

R + G + B =
96 + 128 + 80 = 304 (100%)
R 96 of 304 ~ 31.58%
G 128 of 304 ~ 42.11%
B 80 of 304 ~ 26.32%

%31.58
%42.11
%26.32

CMYK color model

#608050 color CMYK value is (25,0,38,50).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 49.80%
CMYK:
(25,0,38,50)
C25M0Y38K50 
(25%,0%,38%,50%)
(0.25/0.00/0.38/0.50)	

CMYK percentages

%25
%0
%37.5
%49.8

Codes

Color #608050 in popluar color models

608050
RGB9612880
HSL100°23.08%40.78%
HSB/HSV100°37.50%50.20%
CMYK25.00%0.00%37.50%
49.80%

Color #608050 in popluar number systems.

HEX608050
Decimal9612880
Binary1100000100000001010000
Octal140200120

Shades and tints

Shades of #608050

#608050
(96,128,80)
#587549
(88,117,73)
#506A42
(80,106,66)
#485F3B
(72,95,59)
#405434
(64,84,52)
#38492D
(56,73,45)
#303E26
(48,62,38)
#28331F
(40,51,31)
#202818
(32,40,24)
#181D11
(24,29,17)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #608050

#608050
(96,128,80)
#6E8B5F
(110,139,95)
#7C966E
(124,150,110)
#8AA17D
(138,161,125)
#98AC8C
(152,172,140)
#A6B79B
(166,183,155)
#B4C2AA
(180,194,170)
#C2CDB9
(194,205,185)
#D0D8C8
(208,216,200)
#DEE3D7
(222,227,215)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #608050 color. Also use rgb(96,128,80) instead hex code.

Text Font Color

.myTextColor { color: #608050; }

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

This text font color is #608050.


Background Color

.myBgColor { background-color: #608050; }

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

This div background color is #608050.


Border color

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

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

This div border color is #608050.


Opacity

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

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

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

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

This text has shadow with #608050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #608050 on black background.


Color preview on white background

This text has color #608050 on white background.



Black color preview on #608050 background

This text has black color on #608050 background.


White color preview on #608050 background

This text has white color on #608050 background.