COLOR #604A71

HEX: #604A71
RGB: (96,74,113)

Color info

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

RGB color model

#604A71 color RGB value is (96,74,113).

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

RGB channels and saturation

R 96 of 255 = 38%
G 74 of 255 = 29%
B 113 of 255 = 44%

96
74
113

R + G + B ~ 37%. #604A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 74 + 113 = 283 (100%)
R 96 of 283 ~ 33.92%
G 74 of 283 ~ 26.15%
B 113 of 283 ~ 39.93%

%33.92
%26.15
%39.93

CMYK color model

#604A71 color CMYK value is (15,35,0,56).

  • cyan value is 15.04%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(15,35,0,56)
C15M35Y0K56 
(15%,35%,0%,56%)
(0.15/0.35/0.00/0.56)	

CMYK percentages

%15.04
%34.51
%0
%55.69

Codes

Color #604A71 in popluar color models

604A71
RGB9674113
HSL274°20.86%36.67%
HSB/HSV274°34.51%44.31%
CMYK15.04%34.51%0.00%
55.69%

Color #604A71 in popluar number systems.

HEX604A71
Decimal9674113
Binary110000010010101110001
Octal140112161

Shades and tints

Shades of #604A71

#604A71
(96,74,113)
#584467
(88,68,103)
#503E5D
(80,62,93)
#483853
(72,56,83)
#403249
(64,50,73)
#382C3F
(56,44,63)
#302635
(48,38,53)
#28202B
(40,32,43)
#201A21
(32,26,33)
#181417
(24,20,23)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #604A71

#604A71
(96,74,113)
#6E5A7D
(110,90,125)
#7C6A89
(124,106,137)
#8A7A95
(138,122,149)
#988AA1
(152,138,161)
#A69AAD
(166,154,173)
#B4AAB9
(180,170,185)
#C2BAC5
(194,186,197)
#D0CAD1
(208,202,209)
#DEDADD
(222,218,221)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604A71; }

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

This text font color is #604A71.


Background Color

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

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

This div background color is #604A71.


Border color

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

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

This div border color is #604A71.


Opacity

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

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

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

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

This text has shadow with #604A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604A71 on black background.


Color preview on white background

This text has color #604A71 on white background.



Black color preview on #604A71 background

This text has black color on #604A71 background.


White color preview on #604A71 background

This text has white color on #604A71 background.