COLOR #604F79

HEX: #604F79
RGB: (96,79,121)

Color info

#604F79 contains red, green and blue colors in about the same proportion. Web safe color of #604F79 is #666666 (or #666).

RGB color model

#604F79 color RGB value is (96,79,121).

  • red value is 96;
  • green value is 79;
  • blue value is 121.
RGB:
(96,79,121)
(38%,31%,47%)

RGB channels and saturation

R 96 of 255 = 38%
G 79 of 255 = 31%
B 121 of 255 = 47%

96
79
121

R + G + B ~ 39%. #604F79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 79 + 121 = 296 (100%)
R 96 of 296 ~ 32.43%
G 79 of 296 ~ 26.69%
B 121 of 296 ~ 40.88%

%32.43
%26.69
%40.88

CMYK color model

#604F79 color CMYK value is (21,35,0,53).

  • cyan value is 20.66%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(21,35,0,53)
C21M35Y0K53 
(21%,35%,0%,53%)
(0.21/0.35/0.00/0.53)	

CMYK percentages

%20.66
%34.71
%0
%52.55

Codes

Color #604F79 in popluar color models

604F79
RGB9679121
HSL264°21.00%39.22%
HSB/HSV264°34.71%47.45%
CMYK20.66%34.71%0.00%
52.55%

Color #604F79 in popluar number systems.

HEX604F79
Decimal9679121
Binary110000010011111111001
Octal140117171

Shades and tints

Shades of #604F79

#604F79
(96,79,121)
#58486E
(88,72,110)
#504163
(80,65,99)
#483A58
(72,58,88)
#40334D
(64,51,77)
#382C42
(56,44,66)
#302537
(48,37,55)
#281E2C
(40,30,44)
#201721
(32,23,33)
#181016
(24,16,22)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #604F79

#604F79
(96,79,121)
#6E5F85
(110,95,133)
#7C6F91
(124,111,145)
#8A7F9D
(138,127,157)
#988FA9
(152,143,169)
#A69FB5
(166,159,181)
#B4AFC1
(180,175,193)
#C2BFCD
(194,191,205)
#D0CFD9
(208,207,217)
#DEDFE5
(222,223,229)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604F79 color. Also use rgb(96,79,121) instead hex code.

Text Font Color

.myTextColor { color: #604F79; }

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

This text font color is #604F79.


Background Color

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

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

This div background color is #604F79.


Border color

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

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

This div border color is #604F79.


Opacity

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

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

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

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

This text has shadow with #604F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604F79 on black background.


Color preview on white background

This text has color #604F79 on white background.



Black color preview on #604F79 background

This text has black color on #604F79 background.


White color preview on #604F79 background

This text has white color on #604F79 background.