COLOR #606B5F

HEX: #606B5F
RGB: (96,107,95)

Color info

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

RGB color model

#606B5F color RGB value is (96,107,95).

  • red value is 96;
  • green value is 107;
  • blue value is 95.
RGB:
(96,107,95)
(38%,42%,37%)

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 95 of 255 = 37%

96
107
95

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 95 = 298 (100%)
R 96 of 298 ~ 32.21%
G 107 of 298 ~ 35.91%
B 95 of 298 ~ 31.88%

%32.21
%35.91
%31.88

CMYK color model

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

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 58.04%
CMYK:
(10,0,11,58)
C10M0Y11K58 
(10%,0%,11%,58%)
(0.10/0.00/0.11/0.58)	

CMYK percentages

%10.28
%0
%11.21
%58.04

Codes

Color #606B5F in popluar color models

606B5F
RGB9610795
HSL115°5.94%39.61%
HSB/HSV115°11.21%41.96%
CMYK10.28%0.00%11.21%
58.04%

Color #606B5F in popluar number systems.

HEX606B5F
Decimal9610795
Binary110000011010111011111
Octal140153137

Shades and tints

Shades of #606B5F

#606B5F
(96,107,95)
#586257
(88,98,87)
#50594F
(80,89,79)
#485047
(72,80,71)
#40473F
(64,71,63)
#383E37
(56,62,55)
#30352F
(48,53,47)
#282C27
(40,44,39)
#20231F
(32,35,31)
#181A17
(24,26,23)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #606B5F

#606B5F
(96,107,95)
#6E786D
(110,120,109)
#7C857B
(124,133,123)
#8A9289
(138,146,137)
#989F97
(152,159,151)
#A6ACA5
(166,172,165)
#B4B9B3
(180,185,179)
#C2C6C1
(194,198,193)
#D0D3CF
(208,211,207)
#DEE0DD
(222,224,221)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606B5F color. Also use rgb(96,107,95) instead hex code.

Text Font Color

.myTextColor { color: #606B5F; }

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

This text font color is #606B5F.


Background Color

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

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

This div background color is #606B5F.


Border color

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

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

This div border color is #606B5F.


Opacity

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

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

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

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

This text has shadow with #606B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B5F on black background.


Color preview on white background

This text has color #606B5F on white background.



Black color preview on #606B5F background

This text has black color on #606B5F background.


White color preview on #606B5F background

This text has white color on #606B5F background.