COLOR #606A50

HEX: #606A50
RGB: (96,106,80)

Color info

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

RGB color model

#606A50 color RGB value is (96,106,80).

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

RGB channels and saturation

R 96 of 255 = 38%
G 106 of 255 = 42%
B 80 of 255 = 31%

96
106
80

R + G + B ~ 37%. #606A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 106 + 80 = 282 (100%)
R 96 of 282 ~ 34.04%
G 106 of 282 ~ 37.59%
B 80 of 282 ~ 28.37%

%34.04
%37.59
%28.37

CMYK color model

#606A50 color CMYK value is (9,0,25,58).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 24.53%
  • key color value is 58.43%
CMYK:
(9,0,25,58)
C9M0Y25K58 
(9%,0%,25%,58%)
(0.09/0.00/0.25/0.58)	

CMYK percentages

%9.43
%0
%24.53
%58.43

Codes

Color #606A50 in popluar color models

606A50
RGB9610680
HSL83°13.98%36.47%
HSB/HSV83°24.53%41.57%
CMYK9.43%0.00%24.53%
58.43%

Color #606A50 in popluar number systems.

HEX606A50
Decimal9610680
Binary110000011010101010000
Octal140152120

Shades and tints

Shades of #606A50

#606A50
(96,106,80)
#586149
(88,97,73)
#505842
(80,88,66)
#484F3B
(72,79,59)
#404634
(64,70,52)
#383D2D
(56,61,45)
#303426
(48,52,38)
#282B1F
(40,43,31)
#202218
(32,34,24)
#181911
(24,25,17)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #606A50

#606A50
(96,106,80)
#6E775F
(110,119,95)
#7C846E
(124,132,110)
#8A917D
(138,145,125)
#989E8C
(152,158,140)
#A6AB9B
(166,171,155)
#B4B8AA
(180,184,170)
#C2C5B9
(194,197,185)
#D0D2C8
(208,210,200)
#DEDFD7
(222,223,215)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606A50; }

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

This text font color is #606A50.


Background Color

.myBgColor { background-color: #606A50; }

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

This div background color is #606A50.


Border color

.myBorderColor { border: 1px solid #606A50; }

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

This div border color is #606A50.


Opacity

.myOpacity80 { color: #606A50; opacity: 0.8; }

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

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

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

This text has shadow with #606A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606A50 on black background.


Color preview on white background

This text has color #606A50 on white background.



Black color preview on #606A50 background

This text has black color on #606A50 background.


White color preview on #606A50 background

This text has white color on #606A50 background.