COLOR #604A5B

HEX: #604A5B
RGB: (96,74,91)

Color info

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

RGB color model

#604A5B color RGB value is (96,74,91).

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

RGB channels and saturation

R 96 of 255 = 38%
G 74 of 255 = 29%
B 91 of 255 = 36%

96
74
91

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

Portions of RGB colors in percentages

R + G + B =
96 + 74 + 91 = 261 (100%)
R 96 of 261 ~ 36.78%
G 74 of 261 ~ 28.35%
B 91 of 261 ~ 34.87%

%36.78
%28.35
%34.87

CMYK color model

#604A5B color CMYK value is (0,23,5,62).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 5.21%
  • key color value is 62.35%
CMYK:
(0,23,5,62)
C0M23Y5K62 
(0%,23%,5%,62%)
(0.00/0.23/0.05/0.62)	

CMYK percentages

%0
%22.92
%5.21
%62.35

Codes

Color #604A5B in popluar color models

604A5B
RGB967491
HSL314°12.94%33.33%
HSB/HSV314°22.92%37.65%
CMYK0.00%22.92%5.21%
62.35%

Color #604A5B in popluar number systems.

HEX604A5B
Decimal967491
Binary110000010010101011011
Octal140112133

Shades and tints

Shades of #604A5B

#604A5B
(96,74,91)
#584453
(88,68,83)
#503E4B
(80,62,75)
#483843
(72,56,67)
#40323B
(64,50,59)
#382C33
(56,44,51)
#30262B
(48,38,43)
#282023
(40,32,35)
#201A1B
(32,26,27)
#181413
(24,20,19)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #604A5B

#604A5B
(96,74,91)
#6E5A69
(110,90,105)
#7C6A77
(124,106,119)
#8A7A85
(138,122,133)
#988A93
(152,138,147)
#A69AA1
(166,154,161)
#B4AAAF
(180,170,175)
#C2BABD
(194,186,189)
#D0CACB
(208,202,203)
#DEDAD9
(222,218,217)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604A5B color. Also use rgb(96,74,91) instead hex code.

Text Font Color

.myTextColor { color: #604A5B; }

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

This text font color is #604A5B.


Background Color

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

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

This div background color is #604A5B.


Border color

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

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

This div border color is #604A5B.


Opacity

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

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

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

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

This text has shadow with #604A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604A5B on black background.


Color preview on white background

This text has color #604A5B on white background.



Black color preview on #604A5B background

This text has black color on #604A5B background.


White color preview on #604A5B background

This text has white color on #604A5B background.