COLOR #604A41

HEX: #604A41
RGB: (96,74,65)

Color info

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

RGB color model

#604A41 color RGB value is (96,74,65).

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

RGB channels and saturation

R 96 of 255 = 38%
G 74 of 255 = 29%
B 65 of 255 = 25%

96
74
65

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

Portions of RGB colors in percentages

R + G + B =
96 + 74 + 65 = 235 (100%)
R 96 of 235 ~ 40.85%
G 74 of 235 ~ 31.49%
B 65 of 235 ~ 27.66%

%40.85
%31.49
%27.66

CMYK color model

#604A41 color CMYK value is (0,23,32,62).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 32.29%
  • key color value is 62.35%
CMYK:
(0,23,32,62)
C0M23Y32K62 
(0%,23%,32%,62%)
(0.00/0.23/0.32/0.62)	

CMYK percentages

%0
%22.92
%32.29
%62.35

Codes

Color #604A41 in popluar color models

604A41
RGB967465
HSL17°19.25%31.57%
HSB/HSV17°32.29%37.65%
CMYK0.00%22.92%32.29%
62.35%

Color #604A41 in popluar number systems.

HEX604A41
Decimal967465
Binary110000010010101000001
Octal140112101

Shades and tints

Shades of #604A41

#604A41
(96,74,65)
#58443C
(88,68,60)
#503E37
(80,62,55)
#483832
(72,56,50)
#40322D
(64,50,45)
#382C28
(56,44,40)
#302623
(48,38,35)
#28201E
(40,32,30)
#201A19
(32,26,25)
#181414
(24,20,20)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #604A41

#604A41
(96,74,65)
#6E5A52
(110,90,82)
#7C6A63
(124,106,99)
#8A7A74
(138,122,116)
#988A85
(152,138,133)
#A69A96
(166,154,150)
#B4AAA7
(180,170,167)
#C2BAB8
(194,186,184)
#D0CAC9
(208,202,201)
#DEDADA
(222,218,218)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604A41; }

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

This text font color is #604A41.


Background Color

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

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

This div background color is #604A41.


Border color

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

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

This div border color is #604A41.


Opacity

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

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

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

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

This text has shadow with #604A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604A41 on black background.


Color preview on white background

This text has color #604A41 on white background.



Black color preview on #604A41 background

This text has black color on #604A41 background.


White color preview on #604A41 background

This text has white color on #604A41 background.