COLOR #604A51

HEX: #604A51
RGB: (96,74,81)

Color info

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

RGB color model

#604A51 color RGB value is (96,74,81).

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

RGB channels and saturation

R 96 of 255 = 38%
G 74 of 255 = 29%
B 81 of 255 = 32%

96
74
81

R + G + B ~ 33%. #604A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 74 + 81 = 251 (100%)
R 96 of 251 ~ 38.25%
G 74 of 251 ~ 29.48%
B 81 of 251 ~ 32.27%

%38.25
%29.48
%32.27

CMYK color model

#604A51 color CMYK value is (0,23,16,62).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 15.63%
  • key color value is 62.35%
CMYK:
(0,23,16,62)
C0M23Y16K62 
(0%,23%,16%,62%)
(0.00/0.23/0.16/0.62)	

CMYK percentages

%0
%22.92
%15.63
%62.35

Codes

Color #604A51 in popluar color models

604A51
RGB967481
HSL341°12.94%33.33%
HSB/HSV341°22.92%37.65%
CMYK0.00%22.92%15.63%
62.35%

Color #604A51 in popluar number systems.

HEX604A51
Decimal967481
Binary110000010010101010001
Octal140112121

Shades and tints

Shades of #604A51

#604A51
(96,74,81)
#58444A
(88,68,74)
#503E43
(80,62,67)
#48383C
(72,56,60)
#403235
(64,50,53)
#382C2E
(56,44,46)
#302627
(48,38,39)
#282020
(40,32,32)
#201A19
(32,26,25)
#181412
(24,20,18)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #604A51

#604A51
(96,74,81)
#6E5A60
(110,90,96)
#7C6A6F
(124,106,111)
#8A7A7E
(138,122,126)
#988A8D
(152,138,141)
#A69A9C
(166,154,156)
#B4AAAB
(180,170,171)
#C2BABA
(194,186,186)
#D0CAC9
(208,202,201)
#DEDAD8
(222,218,216)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604A51; }

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

This text font color is #604A51.


Background Color

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

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

This div background color is #604A51.


Border color

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

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

This div border color is #604A51.


Opacity

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

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

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

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

This text has shadow with #604A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604A51 on black background.


Color preview on white background

This text has color #604A51 on white background.



Black color preview on #604A51 background

This text has black color on #604A51 background.


White color preview on #604A51 background

This text has white color on #604A51 background.