COLOR #604B57

HEX: #604B57
RGB: (96,75,87)

Color info

#604B57 contains red, green and blue colors in about the same proportion. Web safe color of #604B57 is #663366 (or #636).

RGB color model

#604B57 color RGB value is (96,75,87).

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

RGB channels and saturation

R 96 of 255 = 38%
G 75 of 255 = 29%
B 87 of 255 = 34%

96
75
87

R + G + B ~ 34%. #604B57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 75 + 87 = 258 (100%)
R 96 of 258 ~ 37.21%
G 75 of 258 ~ 29.07%
B 87 of 258 ~ 33.72%

%37.21
%29.07
%33.72

CMYK color model

#604B57 color CMYK value is (0,22,9,62).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 9.38%
  • key color value is 62.35%
CMYK:
(0,22,9,62)
C0M22Y9K62 
(0%,22%,9%,62%)
(0.00/0.22/0.09/0.62)	

CMYK percentages

%0
%21.88
%9.38
%62.35

Codes

Color #604B57 in popluar color models

604B57
RGB967587
HSL326°12.28%33.53%
HSB/HSV326°21.88%37.65%
CMYK0.00%21.88%9.38%
62.35%

Color #604B57 in popluar number systems.

HEX604B57
Decimal967587
Binary110000010010111010111
Octal140113127

Shades and tints

Shades of #604B57

#604B57
(96,75,87)
#584550
(88,69,80)
#503F49
(80,63,73)
#483942
(72,57,66)
#40333B
(64,51,59)
#382D34
(56,45,52)
#30272D
(48,39,45)
#282126
(40,33,38)
#201B1F
(32,27,31)
#181518
(24,21,24)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #604B57

#604B57
(96,75,87)
#6E5B66
(110,91,102)
#7C6B75
(124,107,117)
#8A7B84
(138,123,132)
#988B93
(152,139,147)
#A69BA2
(166,155,162)
#B4ABB1
(180,171,177)
#C2BBC0
(194,187,192)
#D0CBCF
(208,203,207)
#DEDBDE
(222,219,222)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604B57; }

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

This text font color is #604B57.


Background Color

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

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

This div background color is #604B57.


Border color

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

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

This div border color is #604B57.


Opacity

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

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

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

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

This text has shadow with #604B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604B57 on black background.


Color preview on white background

This text has color #604B57 on white background.



Black color preview on #604B57 background

This text has black color on #604B57 background.


White color preview on #604B57 background

This text has white color on #604B57 background.