COLOR #604B5B

HEX: #604B5B
RGB: (96,75,91)

Color info

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

RGB color model

#604B5B color RGB value is (96,75,91).

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

RGB channels and saturation

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

96
75
91

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

Portions of RGB colors in percentages

R + G + B =
96 + 75 + 91 = 262 (100%)
R 96 of 262 ~ 36.64%
G 75 of 262 ~ 28.63%
B 91 of 262 ~ 34.73%

%36.64
%28.63
%34.73

CMYK color model

#604B5B color CMYK value is (0,22,5,62).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 5.21%
  • key color value is 62.35%
CMYK:
(0,22,5,62)
C0M22Y5K62 
(0%,22%,5%,62%)
(0.00/0.22/0.05/0.62)	

CMYK percentages

%0
%21.88
%5.21
%62.35

Codes

Color #604B5B in popluar color models

604B5B
RGB967591
HSL314°12.28%33.53%
HSB/HSV314°21.88%37.65%
CMYK0.00%21.88%5.21%
62.35%

Color #604B5B in popluar number systems.

HEX604B5B
Decimal967591
Binary110000010010111011011
Octal140113133

Shades and tints

Shades of #604B5B

#604B5B
(96,75,91)
#584553
(88,69,83)
#503F4B
(80,63,75)
#483943
(72,57,67)
#40333B
(64,51,59)
#382D33
(56,45,51)
#30272B
(48,39,43)
#282123
(40,33,35)
#201B1B
(32,27,27)
#181513
(24,21,19)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #604B5B

#604B5B
(96,75,91)
#6E5B69
(110,91,105)
#7C6B77
(124,107,119)
#8A7B85
(138,123,133)
#988B93
(152,139,147)
#A69BA1
(166,155,161)
#B4ABAF
(180,171,175)
#C2BBBD
(194,187,189)
#D0CBCB
(208,203,203)
#DEDBD9
(222,219,217)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604B5B; }

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

This text font color is #604B5B.


Background Color

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

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

This div background color is #604B5B.


Border color

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

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

This div border color is #604B5B.


Opacity

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

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

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

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

This text has shadow with #604B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604B5B on black background.


Color preview on white background

This text has color #604B5B on white background.



Black color preview on #604B5B background

This text has black color on #604B5B background.


White color preview on #604B5B background

This text has white color on #604B5B background.