COLOR #604457

HEX: #604457
RGB: (96,68,87)

Color info

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

RGB color model

#604457 color RGB value is (96,68,87).

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

RGB channels and saturation

R 96 of 255 = 38%
G 68 of 255 = 27%
B 87 of 255 = 34%

96
68
87

R + G + B ~ 33%. #604457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 68 + 87 = 251 (100%)
R 96 of 251 ~ 38.25%
G 68 of 251 ~ 27.09%
B 87 of 251 ~ 34.66%

%38.25
%27.09
%34.66

CMYK color model

#604457 color CMYK value is (0,29,9,62).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 9.38%
  • key color value is 62.35%
CMYK:
(0,29,9,62)
C0M29Y9K62 
(0%,29%,9%,62%)
(0.00/0.29/0.09/0.62)	

CMYK percentages

%0
%29.17
%9.38
%62.35

Codes

Color #604457 in popluar color models

604457
RGB966887
HSL319°17.07%32.16%
HSB/HSV319°29.17%37.65%
CMYK0.00%29.17%9.38%
62.35%

Color #604457 in popluar number systems.

HEX604457
Decimal966887
Binary110000010001001010111
Octal140104127

Shades and tints

Shades of #604457

#604457
(96,68,87)
#583E50
(88,62,80)
#503849
(80,56,73)
#483242
(72,50,66)
#402C3B
(64,44,59)
#382634
(56,38,52)
#30202D
(48,32,45)
#281A26
(40,26,38)
#20141F
(32,20,31)
#180E18
(24,14,24)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #604457

#604457
(96,68,87)
#6E5566
(110,85,102)
#7C6675
(124,102,117)
#8A7784
(138,119,132)
#988893
(152,136,147)
#A699A2
(166,153,162)
#B4AAB1
(180,170,177)
#C2BBC0
(194,187,192)
#D0CCCF
(208,204,207)
#DEDDDE
(222,221,222)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604457; }

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

This text font color is #604457.


Background Color

.myBgColor { background-color: #604457; }

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

This div background color is #604457.


Border color

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

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

This div border color is #604457.


Opacity

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

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

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

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

This text has shadow with #604457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604457 on black background.


Color preview on white background

This text has color #604457 on white background.



Black color preview on #604457 background

This text has black color on #604457 background.


White color preview on #604457 background

This text has white color on #604457 background.