COLOR #604B76

HEX: #604B76
RGB: (96,75,118)

Color info

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

RGB color model

#604B76 color RGB value is (96,75,118).

  • red value is 96;
  • green value is 75;
  • blue value is 118.
RGB:
(96,75,118)
(38%,29%,46%)

RGB channels and saturation

R 96 of 255 = 38%
G 75 of 255 = 29%
B 118 of 255 = 46%

96
75
118

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

Portions of RGB colors in percentages

R + G + B =
96 + 75 + 118 = 289 (100%)
R 96 of 289 ~ 33.22%
G 75 of 289 ~ 25.95%
B 118 of 289 ~ 40.83%

%33.22
%25.95
%40.83

CMYK color model

#604B76 color CMYK value is (19,36,0,54).

  • cyan value is 18.64%
  • magenta value is 36.44%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(19,36,0,54)
C19M36Y0K54 
(19%,36%,0%,54%)
(0.19/0.36/0.00/0.54)	

CMYK percentages

%18.64
%36.44
%0
%53.73

Codes

Color #604B76 in popluar color models

604B76
RGB9675118
HSL269°22.28%37.84%
HSB/HSV269°36.44%46.27%
CMYK18.64%36.44%0.00%
53.73%

Color #604B76 in popluar number systems.

HEX604B76
Decimal9675118
Binary110000010010111110110
Octal140113166

Shades and tints

Shades of #604B76

#604B76
(96,75,118)
#58456C
(88,69,108)
#503F62
(80,63,98)
#483958
(72,57,88)
#40334E
(64,51,78)
#382D44
(56,45,68)
#30273A
(48,39,58)
#282130
(40,33,48)
#201B26
(32,27,38)
#18151C
(24,21,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #604B76

#604B76
(96,75,118)
#6E5B82
(110,91,130)
#7C6B8E
(124,107,142)
#8A7B9A
(138,123,154)
#988BA6
(152,139,166)
#A69BB2
(166,155,178)
#B4ABBE
(180,171,190)
#C2BBCA
(194,187,202)
#D0CBD6
(208,203,214)
#DEDBE2
(222,219,226)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604B76 color. Also use rgb(96,75,118) instead hex code.

Text Font Color

.myTextColor { color: #604B76; }

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

This text font color is #604B76.


Background Color

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

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

This div background color is #604B76.


Border color

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

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

This div border color is #604B76.


Opacity

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

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

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

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

This text has shadow with #604B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604B76 on black background.


Color preview on white background

This text has color #604B76 on white background.



Black color preview on #604B76 background

This text has black color on #604B76 background.


White color preview on #604B76 background

This text has white color on #604B76 background.