COLOR #604439

HEX: #604439
RGB: (96,68,57)

Color info

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

RGB color model

#604439 color RGB value is (96,68,57).

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

RGB channels and saturation

R 96 of 255 = 38%
G 68 of 255 = 27%
B 57 of 255 = 22%

96
68
57

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

Portions of RGB colors in percentages

R + G + B =
96 + 68 + 57 = 221 (100%)
R 96 of 221 ~ 43.44%
G 68 of 221 ~ 30.77%
B 57 of 221 ~ 25.79%

%43.44
%30.77
%25.79

CMYK color model

#604439 color CMYK value is (0,29,41,62).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 40.63%
  • key color value is 62.35%
CMYK:
(0,29,41,62)
C0M29Y41K62 
(0%,29%,41%,62%)
(0.00/0.29/0.41/0.62)	

CMYK percentages

%0
%29.17
%40.63
%62.35

Codes

Color #604439 in popluar color models

604439
RGB966857
HSL17°25.49%30.00%
HSB/HSV17°40.63%37.65%
CMYK0.00%29.17%40.63%
62.35%

Color #604439 in popluar number systems.

HEX604439
Decimal966857
Binary11000001000100111001
Octal14010471

Shades and tints

Shades of #604439

#604439
(96,68,57)
#583E34
(88,62,52)
#50382F
(80,56,47)
#48322A
(72,50,42)
#402C25
(64,44,37)
#382620
(56,38,32)
#30201B
(48,32,27)
#281A16
(40,26,22)
#201411
(32,20,17)
#180E0C
(24,14,12)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #604439

#604439
(96,68,57)
#6E554B
(110,85,75)
#7C665D
(124,102,93)
#8A776F
(138,119,111)
#988881
(152,136,129)
#A69993
(166,153,147)
#B4AAA5
(180,170,165)
#C2BBB7
(194,187,183)
#D0CCC9
(208,204,201)
#DEDDDB
(222,221,219)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604439; }

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

This text font color is #604439.


Background Color

.myBgColor { background-color: #604439; }

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

This div background color is #604439.


Border color

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

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

This div border color is #604439.


Opacity

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

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

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

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

This text has shadow with #604439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604439 on black background.


Color preview on white background

This text has color #604439 on white background.



Black color preview on #604439 background

This text has black color on #604439 background.


White color preview on #604439 background

This text has white color on #604439 background.