COLOR #604A46

HEX: #604A46
RGB: (96,74,70)

Color info

#604A46 contains red, green and blue colors in about the same proportion. Web safe color of #604A46 is #663333 (or #633).

RGB color model

#604A46 color RGB value is (96,74,70).

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

RGB channels and saturation

R 96 of 255 = 38%
G 74 of 255 = 29%
B 70 of 255 = 27%

96
74
70

R + G + B ~ 31%. #604A46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 74 + 70 = 240 (100%)
R 96 of 240 ~ 40%
G 74 of 240 ~ 30.83%
B 70 of 240 ~ 29.17%

%40
%30.83
%29.17

CMYK color model

#604A46 color CMYK value is (0,23,27,62).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 27.08%
  • key color value is 62.35%
CMYK:
(0,23,27,62)
C0M23Y27K62 
(0%,23%,27%,62%)
(0.00/0.23/0.27/0.62)	

CMYK percentages

%0
%22.92
%27.08
%62.35

Codes

Color #604A46 in popluar color models

604A46
RGB967470
HSL15.66%32.55%
HSB/HSV27.08%37.65%
CMYK0.00%22.92%27.08%
62.35%

Color #604A46 in popluar number systems.

HEX604A46
Decimal967470
Binary110000010010101000110
Octal140112106

Shades and tints

Shades of #604A46

#604A46
(96,74,70)
#584440
(88,68,64)
#503E3A
(80,62,58)
#483834
(72,56,52)
#40322E
(64,50,46)
#382C28
(56,44,40)
#302622
(48,38,34)
#28201C
(40,32,28)
#201A16
(32,26,22)
#181410
(24,20,16)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #604A46

#604A46
(96,74,70)
#6E5A56
(110,90,86)
#7C6A66
(124,106,102)
#8A7A76
(138,122,118)
#988A86
(152,138,134)
#A69A96
(166,154,150)
#B4AAA6
(180,170,166)
#C2BAB6
(194,186,182)
#D0CAC6
(208,202,198)
#DEDAD6
(222,218,214)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604A46; }

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

This text font color is #604A46.


Background Color

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

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

This div background color is #604A46.


Border color

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

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

This div border color is #604A46.


Opacity

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

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

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

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

This text has shadow with #604A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604A46 on black background.


Color preview on white background

This text has color #604A46 on white background.



Black color preview on #604A46 background

This text has black color on #604A46 background.


White color preview on #604A46 background

This text has white color on #604A46 background.