COLOR #60472E

HEX: #60472E
RGB: (96,71,46)

Color info

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

RGB color model

#60472E color RGB value is (96,71,46).

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

RGB channels and saturation

R 96 of 255 = 38%
G 71 of 255 = 28%
B 46 of 255 = 18%

96
71
46

R + G + B ~ 28%. #60472E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 71 + 46 = 213 (100%)
R 96 of 213 ~ 45.07%
G 71 of 213 ~ 33.33%
B 46 of 213 ~ 21.6%

%45.07
%33.33
%21.6

CMYK color model

#60472E color CMYK value is (0,26,52,62).

  • cyan value is 0.00%
  • magenta value is 26.04%
  • yellow value is 52.08%
  • key color value is 62.35%
CMYK:
(0,26,52,62)
C0M26Y52K62 
(0%,26%,52%,62%)
(0.00/0.26/0.52/0.62)	

CMYK percentages

%0
%26.04
%52.08
%62.35

Codes

Color #60472E in popluar color models

60472E
RGB967146
HSL30°35.21%27.84%
HSB/HSV30°52.08%37.65%
CMYK0.00%26.04%52.08%
62.35%

Color #60472E in popluar number systems.

HEX60472E
Decimal967146
Binary11000001000111101110
Octal14010756

Shades and tints

Shades of #60472E

#60472E
(96,71,46)
#58412A
(88,65,42)
#503B26
(80,59,38)
#483522
(72,53,34)
#402F1E
(64,47,30)
#38291A
(56,41,26)
#302316
(48,35,22)
#281D12
(40,29,18)
#20170E
(32,23,14)
#18110A
(24,17,10)
#100B06
(16,11,6)
#000000
(0,0,0)

Tints of #60472E

#60472E
(96,71,46)
#6E5741
(110,87,65)
#7C6754
(124,103,84)
#8A7767
(138,119,103)
#98877A
(152,135,122)
#A6978D
(166,151,141)
#B4A7A0
(180,167,160)
#C2B7B3
(194,183,179)
#D0C7C6
(208,199,198)
#DED7D9
(222,215,217)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60472E; }

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

This text font color is #60472E.


Background Color

.myBgColor { background-color: #60472E; }

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

This div background color is #60472E.


Border color

.myBorderColor { border: 1px solid #60472E; }

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

This div border color is #60472E.


Opacity

.myOpacity80 { color: #60472E; opacity: 0.8; }

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

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

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

This text has shadow with #60472E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60472E on black background.


Color preview on white background

This text has color #60472E on white background.



Black color preview on #60472E background

This text has black color on #60472E background.


White color preview on #60472E background

This text has white color on #60472E background.