COLOR #605257

HEX: #605257
RGB: (96,82,87)

Color info

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

RGB color model

#605257 color RGB value is (96,82,87).

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

RGB channels and saturation

R 96 of 255 = 38%
G 82 of 255 = 32%
B 87 of 255 = 34%

96
82
87

R + G + B ~ 35%. #605257 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 82 + 87 = 265 (100%)
R 96 of 265 ~ 36.23%
G 82 of 265 ~ 30.94%
B 87 of 265 ~ 32.83%

%36.23
%30.94
%32.83

CMYK color model

#605257 color CMYK value is (0,15,9,62).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 9.38%
  • key color value is 62.35%
CMYK:
(0,15,9,62)
C0M15Y9K62 
(0%,15%,9%,62%)
(0.00/0.15/0.09/0.62)	

CMYK percentages

%0
%14.58
%9.38
%62.35

Codes

Color #605257 in popluar color models

605257
RGB968287
HSL339°7.87%34.90%
HSB/HSV339°14.58%37.65%
CMYK0.00%14.58%9.38%
62.35%

Color #605257 in popluar number systems.

HEX605257
Decimal968287
Binary110000010100101010111
Octal140122127

Shades and tints

Shades of #605257

#605257
(96,82,87)
#584B50
(88,75,80)
#504449
(80,68,73)
#483D42
(72,61,66)
#40363B
(64,54,59)
#382F34
(56,47,52)
#30282D
(48,40,45)
#282126
(40,33,38)
#201A1F
(32,26,31)
#181318
(24,19,24)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #605257

#605257
(96,82,87)
#6E6166
(110,97,102)
#7C7075
(124,112,117)
#8A7F84
(138,127,132)
#988E93
(152,142,147)
#A69DA2
(166,157,162)
#B4ACB1
(180,172,177)
#C2BBC0
(194,187,192)
#D0CACF
(208,202,207)
#DED9DE
(222,217,222)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #605257; }

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

This text font color is #605257.


Background Color

.myBgColor { background-color: #605257; }

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

This div background color is #605257.


Border color

.myBorderColor { border: 1px solid #605257; }

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

This div border color is #605257.


Opacity

.myOpacity80 { color: #605257; opacity: 0.8; }

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

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

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

This text has shadow with #605257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #605257 on black background.


Color preview on white background

This text has color #605257 on white background.



Black color preview on #605257 background

This text has black color on #605257 background.


White color preview on #605257 background

This text has white color on #605257 background.