COLOR #604040

HEX: #604040
RGB: (96,64,64)

Color info

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

RGB color model

#604040 color RGB value is (96,64,64).

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

RGB channels and saturation

R 96 of 255 = 38%
G 64 of 255 = 25%
B 64 of 255 = 25%

96
64
64

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

Portions of RGB colors in percentages

R + G + B =
96 + 64 + 64 = 224 (100%)
R 96 of 224 ~ 42.86%
G 64 of 224 ~ 28.57%
B 64 of 224 ~ 28.57%

%42.86
%28.57
%28.57

CMYK color model

#604040 color CMYK value is (0,33,33,62).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 33.33%
  • key color value is 62.35%
CMYK:
(0,33,33,62)
C0M33Y33K62 
(0%,33%,33%,62%)
(0.00/0.33/0.33/0.62)	

CMYK percentages

%0
%33.33
%33.33
%62.35

Codes

Color #604040 in popluar color models

604040
RGB966464
HSL20.00%31.37%
HSB/HSV33.33%37.65%
CMYK0.00%33.33%33.33%
62.35%

Color #604040 in popluar number systems.

HEX604040
Decimal966464
Binary110000010000001000000
Octal140100100

Shades and tints

Shades of #604040

#604040
(96,64,64)
#583B3B
(88,59,59)
#503636
(80,54,54)
#483131
(72,49,49)
#402C2C
(64,44,44)
#382727
(56,39,39)
#302222
(48,34,34)
#281D1D
(40,29,29)
#201818
(32,24,24)
#181313
(24,19,19)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #604040

#604040
(96,64,64)
#6E5151
(110,81,81)
#7C6262
(124,98,98)
#8A7373
(138,115,115)
#988484
(152,132,132)
#A69595
(166,149,149)
#B4A6A6
(180,166,166)
#C2B7B7
(194,183,183)
#D0C8C8
(208,200,200)
#DED9D9
(222,217,217)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604040; }

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

This text font color is #604040.


Background Color

.myBgColor { background-color: #604040; }

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

This div background color is #604040.


Border color

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

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

This div border color is #604040.


Opacity

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

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

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

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

This text has shadow with #604040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604040 on black background.


Color preview on white background

This text has color #604040 on white background.



Black color preview on #604040 background

This text has black color on #604040 background.


White color preview on #604040 background

This text has white color on #604040 background.