COLOR #606C51

HEX: #606C51
RGB: (96,108,81)

Color info

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

RGB color model

#606C51 color RGB value is (96,108,81).

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

RGB channels and saturation

R 96 of 255 = 38%
G 108 of 255 = 42%
B 81 of 255 = 32%

96
108
81

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

Portions of RGB colors in percentages

R + G + B =
96 + 108 + 81 = 285 (100%)
R 96 of 285 ~ 33.68%
G 108 of 285 ~ 37.89%
B 81 of 285 ~ 28.42%

%33.68
%37.89
%28.42

CMYK color model

#606C51 color CMYK value is (11,0,25,58).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 57.65%
CMYK:
(11,0,25,58)
C11M0Y25K58 
(11%,0%,25%,58%)
(0.11/0.00/0.25/0.58)	

CMYK percentages

%11.11
%0
%25
%57.65

Codes

Color #606C51 in popluar color models

606C51
RGB9610881
HSL87°14.29%37.06%
HSB/HSV87°25.00%42.35%
CMYK11.11%0.00%25.00%
57.65%

Color #606C51 in popluar number systems.

HEX606C51
Decimal9610881
Binary110000011011001010001
Octal140154121

Shades and tints

Shades of #606C51

#606C51
(96,108,81)
#58634A
(88,99,74)
#505A43
(80,90,67)
#48513C
(72,81,60)
#404835
(64,72,53)
#383F2E
(56,63,46)
#303627
(48,54,39)
#282D20
(40,45,32)
#202419
(32,36,25)
#181B12
(24,27,18)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #606C51

#606C51
(96,108,81)
#6E7960
(110,121,96)
#7C866F
(124,134,111)
#8A937E
(138,147,126)
#98A08D
(152,160,141)
#A6AD9C
(166,173,156)
#B4BAAB
(180,186,171)
#C2C7BA
(194,199,186)
#D0D4C9
(208,212,201)
#DEE1D8
(222,225,216)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606C51; }

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

This text font color is #606C51.


Background Color

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

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

This div background color is #606C51.


Border color

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

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

This div border color is #606C51.


Opacity

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

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

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

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

This text has shadow with #606C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606C51 on black background.


Color preview on white background

This text has color #606C51 on white background.



Black color preview on #606C51 background

This text has black color on #606C51 background.


White color preview on #606C51 background

This text has white color on #606C51 background.