COLOR #606B5D

HEX: #606B5D
RGB: (96,107,93)

Color info

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

RGB color model

#606B5D color RGB value is (96,107,93).

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

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 93 of 255 = 36%

96
107
93

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 93 = 296 (100%)
R 96 of 296 ~ 32.43%
G 107 of 296 ~ 36.15%
B 93 of 296 ~ 31.42%

%32.43
%36.15
%31.42

CMYK color model

#606B5D color CMYK value is (10,0,13,58).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 58.04%
CMYK:
(10,0,13,58)
C10M0Y13K58 
(10%,0%,13%,58%)
(0.10/0.00/0.13/0.58)	

CMYK percentages

%10.28
%0
%13.08
%58.04

Codes

Color #606B5D in popluar color models

606B5D
RGB9610793
HSL107°7.00%39.22%
HSB/HSV107°13.08%41.96%
CMYK10.28%0.00%13.08%
58.04%

Color #606B5D in popluar number systems.

HEX606B5D
Decimal9610793
Binary110000011010111011101
Octal140153135

Shades and tints

Shades of #606B5D

#606B5D
(96,107,93)
#586255
(88,98,85)
#50594D
(80,89,77)
#485045
(72,80,69)
#40473D
(64,71,61)
#383E35
(56,62,53)
#30352D
(48,53,45)
#282C25
(40,44,37)
#20231D
(32,35,29)
#181A15
(24,26,21)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #606B5D

#606B5D
(96,107,93)
#6E786B
(110,120,107)
#7C8579
(124,133,121)
#8A9287
(138,146,135)
#989F95
(152,159,149)
#A6ACA3
(166,172,163)
#B4B9B1
(180,185,177)
#C2C6BF
(194,198,191)
#D0D3CD
(208,211,205)
#DEE0DB
(222,224,219)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B5D; }

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

This text font color is #606B5D.


Background Color

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

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

This div background color is #606B5D.


Border color

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

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

This div border color is #606B5D.


Opacity

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

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

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

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

This text has shadow with #606B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B5D on black background.


Color preview on white background

This text has color #606B5D on white background.



Black color preview on #606B5D background

This text has black color on #606B5D background.


White color preview on #606B5D background

This text has white color on #606B5D background.