COLOR #606B57

HEX: #606B57
RGB: (96,107,87)

Color info

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

RGB color model

#606B57 color RGB value is (96,107,87).

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

RGB channels and saturation

R 96 of 255 = 38%
G 107 of 255 = 42%
B 87 of 255 = 34%

96
107
87

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

Portions of RGB colors in percentages

R + G + B =
96 + 107 + 87 = 290 (100%)
R 96 of 290 ~ 33.1%
G 107 of 290 ~ 36.9%
B 87 of 290 ~ 30%

%33.1
%36.9
%30

CMYK color model

#606B57 color CMYK value is (10,0,19,58).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 18.69%
  • key color value is 58.04%
CMYK:
(10,0,19,58)
C10M0Y19K58 
(10%,0%,19%,58%)
(0.10/0.00/0.19/0.58)	

CMYK percentages

%10.28
%0
%18.69
%58.04

Codes

Color #606B57 in popluar color models

606B57
RGB9610787
HSL93°10.31%38.04%
HSB/HSV93°18.69%41.96%
CMYK10.28%0.00%18.69%
58.04%

Color #606B57 in popluar number systems.

HEX606B57
Decimal9610787
Binary110000011010111010111
Octal140153127

Shades and tints

Shades of #606B57

#606B57
(96,107,87)
#586250
(88,98,80)
#505949
(80,89,73)
#485042
(72,80,66)
#40473B
(64,71,59)
#383E34
(56,62,52)
#30352D
(48,53,45)
#282C26
(40,44,38)
#20231F
(32,35,31)
#181A18
(24,26,24)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #606B57

#606B57
(96,107,87)
#6E7866
(110,120,102)
#7C8575
(124,133,117)
#8A9284
(138,146,132)
#989F93
(152,159,147)
#A6ACA2
(166,172,162)
#B4B9B1
(180,185,177)
#C2C6C0
(194,198,192)
#D0D3CF
(208,211,207)
#DEE0DE
(222,224,222)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606B57; }

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

This text font color is #606B57.


Background Color

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

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

This div background color is #606B57.


Border color

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

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

This div border color is #606B57.


Opacity

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

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

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

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

This text has shadow with #606B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606B57 on black background.


Color preview on white background

This text has color #606B57 on white background.



Black color preview on #606B57 background

This text has black color on #606B57 background.


White color preview on #606B57 background

This text has white color on #606B57 background.