COLOR #604847

HEX: #604847
RGB: (96,72,71)

Color info

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

RGB color model

#604847 color RGB value is (96,72,71).

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

RGB channels and saturation

R 96 of 255 = 38%
G 72 of 255 = 28%
B 71 of 255 = 28%

96
72
71

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

Portions of RGB colors in percentages

R + G + B =
96 + 72 + 71 = 239 (100%)
R 96 of 239 ~ 40.17%
G 72 of 239 ~ 30.13%
B 71 of 239 ~ 29.71%

%40.17
%30.13
%29.71

CMYK color model

#604847 color CMYK value is (0,25,26,62).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 26.04%
  • key color value is 62.35%
CMYK:
(0,25,26,62)
C0M25Y26K62 
(0%,25%,26%,62%)
(0.00/0.25/0.26/0.62)	

CMYK percentages

%0
%25
%26.04
%62.35

Codes

Color #604847 in popluar color models

604847
RGB967271
HSL14.97%32.75%
HSB/HSV26.04%37.65%
CMYK0.00%25.00%26.04%
62.35%

Color #604847 in popluar number systems.

HEX604847
Decimal967271
Binary110000010010001000111
Octal140110107

Shades and tints

Shades of #604847

#604847
(96,72,71)
#584241
(88,66,65)
#503C3B
(80,60,59)
#483635
(72,54,53)
#40302F
(64,48,47)
#382A29
(56,42,41)
#302423
(48,36,35)
#281E1D
(40,30,29)
#201817
(32,24,23)
#181211
(24,18,17)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #604847

#604847
(96,72,71)
#6E5857
(110,88,87)
#7C6867
(124,104,103)
#8A7877
(138,120,119)
#988887
(152,136,135)
#A69897
(166,152,151)
#B4A8A7
(180,168,167)
#C2B8B7
(194,184,183)
#D0C8C7
(208,200,199)
#DED8D7
(222,216,215)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604847; }

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

This text font color is #604847.


Background Color

.myBgColor { background-color: #604847; }

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

This div background color is #604847.


Border color

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

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

This div border color is #604847.


Opacity

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

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

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

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

This text has shadow with #604847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604847 on black background.


Color preview on white background

This text has color #604847 on white background.



Black color preview on #604847 background

This text has black color on #604847 background.


White color preview on #604847 background

This text has white color on #604847 background.