COLOR #605B57

HEX: #605B57
RGB: (96,91,87)

Color info

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

RGB color model

#605B57 color RGB value is (96,91,87).

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

RGB channels and saturation

R 96 of 255 = 38%
G 91 of 255 = 36%
B 87 of 255 = 34%

96
91
87

R + G + B ~ 36%. #605B57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 91 + 87 = 274 (100%)
R 96 of 274 ~ 35.04%
G 91 of 274 ~ 33.21%
B 87 of 274 ~ 31.75%

%35.04
%33.21
%31.75

CMYK color model

#605B57 color CMYK value is (0,5,9,62).

  • cyan value is 0.00%
  • magenta value is 5.21%
  • yellow value is 9.38%
  • key color value is 62.35%
CMYK:
(0,5,9,62)
C0M5Y9K62 
(0%,5%,9%,62%)
(0.00/0.05/0.09/0.62)	

CMYK percentages

%0
%5.21
%9.38
%62.35

Codes

Color #605B57 in popluar color models

605B57
RGB969187
HSL27°4.92%35.88%
HSB/HSV27°9.38%37.65%
CMYK0.00%5.21%9.38%
62.35%

Color #605B57 in popluar number systems.

HEX605B57
Decimal969187
Binary110000010110111010111
Octal140133127

Shades and tints

Shades of #605B57

#605B57
(96,91,87)
#585350
(88,83,80)
#504B49
(80,75,73)
#484342
(72,67,66)
#403B3B
(64,59,59)
#383334
(56,51,52)
#302B2D
(48,43,45)
#282326
(40,35,38)
#201B1F
(32,27,31)
#181318
(24,19,24)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #605B57

#605B57
(96,91,87)
#6E6966
(110,105,102)
#7C7775
(124,119,117)
#8A8584
(138,133,132)
#989393
(152,147,147)
#A6A1A2
(166,161,162)
#B4AFB1
(180,175,177)
#C2BDC0
(194,189,192)
#D0CBCF
(208,203,207)
#DED9DE
(222,217,222)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605B57; }

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

This text font color is #605B57.


Background Color

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

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

This div background color is #605B57.


Border color

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

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

This div border color is #605B57.


Opacity

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

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

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

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

This text has shadow with #605B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605B57 on black background.


Color preview on white background

This text has color #605B57 on white background.



Black color preview on #605B57 background

This text has black color on #605B57 background.


White color preview on #605B57 background

This text has white color on #605B57 background.