COLOR #606C61

HEX: #606C61
RGB: (96,108,97)

Color info

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

RGB color model

#606C61 color RGB value is (96,108,97).

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

RGB channels and saturation

R 96 of 255 = 38%
G 108 of 255 = 42%
B 97 of 255 = 38%

96
108
97

R + G + B ~ 39%. #606C61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 108 + 97 = 301 (100%)
R 96 of 301 ~ 31.89%
G 108 of 301 ~ 35.88%
B 97 of 301 ~ 32.23%

%31.89
%35.88
%32.23

CMYK color model

#606C61 color CMYK value is (11,0,10,58).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 57.65%
CMYK:
(11,0,10,58)
C11M0Y10K58 
(11%,0%,10%,58%)
(0.11/0.00/0.10/0.58)	

CMYK percentages

%11.11
%0
%10.19
%57.65

Codes

Color #606C61 in popluar color models

606C61
RGB9610897
HSL125°5.88%40.00%
HSB/HSV125°11.11%42.35%
CMYK11.11%0.00%10.19%
57.65%

Color #606C61 in popluar number systems.

HEX606C61
Decimal9610897
Binary110000011011001100001
Octal140154141

Shades and tints

Shades of #606C61

#606C61
(96,108,97)
#586359
(88,99,89)
#505A51
(80,90,81)
#485149
(72,81,73)
#404841
(64,72,65)
#383F39
(56,63,57)
#303631
(48,54,49)
#282D29
(40,45,41)
#202421
(32,36,33)
#181B19
(24,27,25)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #606C61

#606C61
(96,108,97)
#6E796F
(110,121,111)
#7C867D
(124,134,125)
#8A938B
(138,147,139)
#98A099
(152,160,153)
#A6ADA7
(166,173,167)
#B4BAB5
(180,186,181)
#C2C7C3
(194,199,195)
#D0D4D1
(208,212,209)
#DEE1DF
(222,225,223)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606C61; }

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

This text font color is #606C61.


Background Color

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

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

This div background color is #606C61.


Border color

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

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

This div border color is #606C61.


Opacity

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

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

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

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

This text has shadow with #606C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606C61 on black background.


Color preview on white background

This text has color #606C61 on white background.



Black color preview on #606C61 background

This text has black color on #606C61 background.


White color preview on #606C61 background

This text has white color on #606C61 background.