COLOR #604436

HEX: #604436
RGB: (96,68,54)

Color info

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

RGB color model

#604436 color RGB value is (96,68,54).

  • red value is 96;
  • green value is 68;
  • blue value is 54.
RGB:
(96,68,54)
(38%,27%,21%)

RGB channels and saturation

R 96 of 255 = 38%
G 68 of 255 = 27%
B 54 of 255 = 21%

96
68
54

R + G + B ~ 29%. #604436 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 68 + 54 = 218 (100%)
R 96 of 218 ~ 44.04%
G 68 of 218 ~ 31.19%
B 54 of 218 ~ 24.77%

%44.04
%31.19
%24.77

CMYK color model

#604436 color CMYK value is (0,29,44,62).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 43.75%
  • key color value is 62.35%
CMYK:
(0,29,44,62)
C0M29Y44K62 
(0%,29%,44%,62%)
(0.00/0.29/0.44/0.62)	

CMYK percentages

%0
%29.17
%43.75
%62.35

Codes

Color #604436 in popluar color models

604436
RGB966854
HSL20°28.00%29.41%
HSB/HSV20°43.75%37.65%
CMYK0.00%29.17%43.75%
62.35%

Color #604436 in popluar number systems.

HEX604436
Decimal966854
Binary11000001000100110110
Octal14010466

Shades and tints

Shades of #604436

#604436
(96,68,54)
#583E32
(88,62,50)
#50382E
(80,56,46)
#48322A
(72,50,42)
#402C26
(64,44,38)
#382622
(56,38,34)
#30201E
(48,32,30)
#281A1A
(40,26,26)
#201416
(32,20,22)
#180E12
(24,14,18)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #604436

#604436
(96,68,54)
#6E5548
(110,85,72)
#7C665A
(124,102,90)
#8A776C
(138,119,108)
#98887E
(152,136,126)
#A69990
(166,153,144)
#B4AAA2
(180,170,162)
#C2BBB4
(194,187,180)
#D0CCC6
(208,204,198)
#DEDDD8
(222,221,216)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604436 color. Also use rgb(96,68,54) instead hex code.

Text Font Color

.myTextColor { color: #604436; }

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

This text font color is #604436.


Background Color

.myBgColor { background-color: #604436; }

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

This div background color is #604436.


Border color

.myBorderColor { border: 1px solid #604436; }

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

This div border color is #604436.


Opacity

.myOpacity80 { color: #604436; opacity: 0.8; }

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

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

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

This text has shadow with #604436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604436 on black background.


Color preview on white background

This text has color #604436 on white background.



Black color preview on #604436 background

This text has black color on #604436 background.


White color preview on #604436 background

This text has white color on #604436 background.