COLOR #604A77

HEX: #604A77
RGB: (96,74,119)

Color info

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

RGB color model

#604A77 color RGB value is (96,74,119).

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

RGB channels and saturation

R 96 of 255 = 38%
G 74 of 255 = 29%
B 119 of 255 = 47%

96
74
119

R + G + B ~ 38%. #604A77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 74 + 119 = 289 (100%)
R 96 of 289 ~ 33.22%
G 74 of 289 ~ 25.61%
B 119 of 289 ~ 41.18%

%33.22
%25.61
%41.18

CMYK color model

#604A77 color CMYK value is (19,38,0,53).

  • cyan value is 19.33%
  • magenta value is 37.82%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(19,38,0,53)
C19M38Y0K53 
(19%,38%,0%,53%)
(0.19/0.38/0.00/0.53)	

CMYK percentages

%19.33
%37.82
%0
%53.33

Codes

Color #604A77 in popluar color models

604A77
RGB9674119
HSL269°23.32%37.84%
HSB/HSV269°37.82%46.67%
CMYK19.33%37.82%0.00%
53.33%

Color #604A77 in popluar number systems.

HEX604A77
Decimal9674119
Binary110000010010101110111
Octal140112167

Shades and tints

Shades of #604A77

#604A77
(96,74,119)
#58446D
(88,68,109)
#503E63
(80,62,99)
#483859
(72,56,89)
#40324F
(64,50,79)
#382C45
(56,44,69)
#30263B
(48,38,59)
#282031
(40,32,49)
#201A27
(32,26,39)
#18141D
(24,20,29)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #604A77

#604A77
(96,74,119)
#6E5A83
(110,90,131)
#7C6A8F
(124,106,143)
#8A7A9B
(138,122,155)
#988AA7
(152,138,167)
#A69AB3
(166,154,179)
#B4AABF
(180,170,191)
#C2BACB
(194,186,203)
#D0CAD7
(208,202,215)
#DEDAE3
(222,218,227)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604A77; }

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

This text font color is #604A77.


Background Color

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

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

This div background color is #604A77.


Border color

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

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

This div border color is #604A77.


Opacity

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

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

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

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

This text has shadow with #604A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604A77 on black background.


Color preview on white background

This text has color #604A77 on white background.



Black color preview on #604A77 background

This text has black color on #604A77 background.


White color preview on #604A77 background

This text has white color on #604A77 background.