COLOR #604849

HEX: #604849
RGB: (96,72,73)

Color info

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

RGB color model

#604849 color RGB value is (96,72,73).

  • red value is 96;
  • green value is 72;
  • blue value is 73.
RGB:
(96,72,73)
(38%,28%,29%)

RGB channels and saturation

R 96 of 255 = 38%
G 72 of 255 = 28%
B 73 of 255 = 29%

96
72
73

R + G + B ~ 32%. #604849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 72 + 73 = 241 (100%)
R 96 of 241 ~ 39.83%
G 72 of 241 ~ 29.88%
B 73 of 241 ~ 30.29%

%39.83
%29.88
%30.29

CMYK color model

#604849 color CMYK value is (0,25,24,62).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 23.96%
  • key color value is 62.35%
CMYK:
(0,25,24,62)
C0M25Y24K62 
(0%,25%,24%,62%)
(0.00/0.25/0.24/0.62)	

CMYK percentages

%0
%25
%23.96
%62.35

Codes

Color #604849 in popluar color models

604849
RGB967273
HSL358°14.29%32.94%
HSB/HSV358°25.00%37.65%
CMYK0.00%25.00%23.96%
62.35%

Color #604849 in popluar number systems.

HEX604849
Decimal967273
Binary110000010010001001001
Octal140110111

Shades and tints

Shades of #604849

#604849
(96,72,73)
#584243
(88,66,67)
#503C3D
(80,60,61)
#483637
(72,54,55)
#403031
(64,48,49)
#382A2B
(56,42,43)
#302425
(48,36,37)
#281E1F
(40,30,31)
#201819
(32,24,25)
#181213
(24,18,19)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #604849

#604849
(96,72,73)
#6E5859
(110,88,89)
#7C6869
(124,104,105)
#8A7879
(138,120,121)
#988889
(152,136,137)
#A69899
(166,152,153)
#B4A8A9
(180,168,169)
#C2B8B9
(194,184,185)
#D0C8C9
(208,200,201)
#DED8D9
(222,216,217)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604849; }

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

This text font color is #604849.


Background Color

.myBgColor { background-color: #604849; }

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

This div background color is #604849.


Border color

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

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

This div border color is #604849.


Opacity

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

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

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

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

This text has shadow with #604849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604849 on black background.


Color preview on white background

This text has color #604849 on white background.



Black color preview on #604849 background

This text has black color on #604849 background.


White color preview on #604849 background

This text has white color on #604849 background.