COLOR #60473B

HEX: #60473B
RGB: (96,71,59)

Color info

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

RGB color model

#60473B color RGB value is (96,71,59).

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

RGB channels and saturation

R 96 of 255 = 38%
G 71 of 255 = 28%
B 59 of 255 = 23%

96
71
59

R + G + B ~ 30%. #60473B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 71 + 59 = 226 (100%)
R 96 of 226 ~ 42.48%
G 71 of 226 ~ 31.42%
B 59 of 226 ~ 26.11%

%42.48
%31.42
%26.11

CMYK color model

#60473B color CMYK value is (0,26,39,62).

  • cyan value is 0.00%
  • magenta value is 26.04%
  • yellow value is 38.54%
  • key color value is 62.35%
CMYK:
(0,26,39,62)
C0M26Y39K62 
(0%,26%,39%,62%)
(0.00/0.26/0.39/0.62)	

CMYK percentages

%0
%26.04
%38.54
%62.35

Codes

Color #60473B in popluar color models

60473B
RGB967159
HSL19°23.87%30.39%
HSB/HSV19°38.54%37.65%
CMYK0.00%26.04%38.54%
62.35%

Color #60473B in popluar number systems.

HEX60473B
Decimal967159
Binary11000001000111111011
Octal14010773

Shades and tints

Shades of #60473B

#60473B
(96,71,59)
#584136
(88,65,54)
#503B31
(80,59,49)
#48352C
(72,53,44)
#402F27
(64,47,39)
#382922
(56,41,34)
#30231D
(48,35,29)
#281D18
(40,29,24)
#201713
(32,23,19)
#18110E
(24,17,14)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #60473B

#60473B
(96,71,59)
#6E574C
(110,87,76)
#7C675D
(124,103,93)
#8A776E
(138,119,110)
#98877F
(152,135,127)
#A69790
(166,151,144)
#B4A7A1
(180,167,161)
#C2B7B2
(194,183,178)
#D0C7C3
(208,199,195)
#DED7D4
(222,215,212)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60473B; }

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

This text font color is #60473B.


Background Color

.myBgColor { background-color: #60473B; }

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

This div background color is #60473B.


Border color

.myBorderColor { border: 1px solid #60473B; }

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

This div border color is #60473B.


Opacity

.myOpacity80 { color: #60473B; opacity: 0.8; }

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

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

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

This text has shadow with #60473B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60473B on black background.


Color preview on white background

This text has color #60473B on white background.



Black color preview on #60473B background

This text has black color on #60473B background.


White color preview on #60473B background

This text has white color on #60473B background.