COLOR #606250

HEX: #606250
RGB: (96,98,80)

Color info

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

RGB color model

#606250 color RGB value is (96,98,80).

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

RGB channels and saturation

R 96 of 255 = 38%
G 98 of 255 = 38%
B 80 of 255 = 31%

96
98
80

R + G + B ~ 36%. #606250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 98 + 80 = 274 (100%)
R 96 of 274 ~ 35.04%
G 98 of 274 ~ 35.77%
B 80 of 274 ~ 29.2%

%35.04
%35.77
%29.2

CMYK color model

#606250 color CMYK value is (2,0,18,62).

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 61.57%
CMYK:
(2,0,18,62)
C2M0Y18K62 
(2%,0%,18%,62%)
(0.02/0.00/0.18/0.62)	

CMYK percentages

%2.04
%0
%18.37
%61.57

Codes

Color #606250 in popluar color models

606250
RGB969880
HSL67°10.11%34.90%
HSB/HSV67°18.37%38.43%
CMYK2.04%0.00%18.37%
61.57%

Color #606250 in popluar number systems.

HEX606250
Decimal969880
Binary110000011000101010000
Octal140142120

Shades and tints

Shades of #606250

#606250
(96,98,80)
#585A49
(88,90,73)
#505242
(80,82,66)
#484A3B
(72,74,59)
#404234
(64,66,52)
#383A2D
(56,58,45)
#303226
(48,50,38)
#282A1F
(40,42,31)
#202218
(32,34,24)
#181A11
(24,26,17)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #606250

#606250
(96,98,80)
#6E705F
(110,112,95)
#7C7E6E
(124,126,110)
#8A8C7D
(138,140,125)
#989A8C
(152,154,140)
#A6A89B
(166,168,155)
#B4B6AA
(180,182,170)
#C2C4B9
(194,196,185)
#D0D2C8
(208,210,200)
#DEE0D7
(222,224,215)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606250; }

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

This text font color is #606250.


Background Color

.myBgColor { background-color: #606250; }

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

This div background color is #606250.


Border color

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

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

This div border color is #606250.


Opacity

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

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

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

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

This text has shadow with #606250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606250 on black background.


Color preview on white background

This text has color #606250 on white background.



Black color preview on #606250 background

This text has black color on #606250 background.


White color preview on #606250 background

This text has white color on #606250 background.