COLOR #606C5A

HEX: #606C5A
RGB: (96,108,90)

Color info

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

RGB color model

#606C5A color RGB value is (96,108,90).

  • red value is 96;
  • green value is 108;
  • blue value is 90.
RGB:
(96,108,90)
(38%,42%,35%)

RGB channels and saturation

R 96 of 255 = 38%
G 108 of 255 = 42%
B 90 of 255 = 35%

96
108
90

R + G + B ~ 38%. #606C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 108 + 90 = 294 (100%)
R 96 of 294 ~ 32.65%
G 108 of 294 ~ 36.73%
B 90 of 294 ~ 30.61%

%32.65
%36.73
%30.61

CMYK color model

#606C5A color CMYK value is (11,0,17,58).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 57.65%
CMYK:
(11,0,17,58)
C11M0Y17K58 
(11%,0%,17%,58%)
(0.11/0.00/0.17/0.58)	

CMYK percentages

%11.11
%0
%16.67
%57.65

Codes

Color #606C5A in popluar color models

606C5A
RGB9610890
HSL100°9.09%38.82%
HSB/HSV100°16.67%42.35%
CMYK11.11%0.00%16.67%
57.65%

Color #606C5A in popluar number systems.

HEX606C5A
Decimal9610890
Binary110000011011001011010
Octal140154132

Shades and tints

Shades of #606C5A

#606C5A
(96,108,90)
#586352
(88,99,82)
#505A4A
(80,90,74)
#485142
(72,81,66)
#40483A
(64,72,58)
#383F32
(56,63,50)
#30362A
(48,54,42)
#282D22
(40,45,34)
#20241A
(32,36,26)
#181B12
(24,27,18)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #606C5A

#606C5A
(96,108,90)
#6E7969
(110,121,105)
#7C8678
(124,134,120)
#8A9387
(138,147,135)
#98A096
(152,160,150)
#A6ADA5
(166,173,165)
#B4BAB4
(180,186,180)
#C2C7C3
(194,199,195)
#D0D4D2
(208,212,210)
#DEE1E1
(222,225,225)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606C5A color. Also use rgb(96,108,90) instead hex code.

Text Font Color

.myTextColor { color: #606C5A; }

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

This text font color is #606C5A.


Background Color

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

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

This div background color is #606C5A.


Border color

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

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

This div border color is #606C5A.


Opacity

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

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

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

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

This text has shadow with #606C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606C5A on black background.


Color preview on white background

This text has color #606C5A on white background.



Black color preview on #606C5A background

This text has black color on #606C5A background.


White color preview on #606C5A background

This text has white color on #606C5A background.