COLOR #60473A

HEX: #60473A
RGB: (96,71,58)

Color info

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

RGB color model

#60473A color RGB value is (96,71,58).

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

RGB channels and saturation

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

96
71
58

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

Portions of RGB colors in percentages

R + G + B =
96 + 71 + 58 = 225 (100%)
R 96 of 225 ~ 42.67%
G 71 of 225 ~ 31.56%
B 58 of 225 ~ 25.78%

%42.67
%31.56
%25.78

CMYK color model

#60473A color CMYK value is (0,26,40,62).

  • cyan value is 0.00%
  • magenta value is 26.04%
  • yellow value is 39.58%
  • key color value is 62.35%
CMYK:
(0,26,40,62)
C0M26Y40K62 
(0%,26%,40%,62%)
(0.00/0.26/0.40/0.62)	

CMYK percentages

%0
%26.04
%39.58
%62.35

Codes

Color #60473A in popluar color models

60473A
RGB967158
HSL21°24.68%30.20%
HSB/HSV21°39.58%37.65%
CMYK0.00%26.04%39.58%
62.35%

Color #60473A in popluar number systems.

HEX60473A
Decimal967158
Binary11000001000111111010
Octal14010772

Shades and tints

Shades of #60473A

#60473A
(96,71,58)
#584135
(88,65,53)
#503B30
(80,59,48)
#48352B
(72,53,43)
#402F26
(64,47,38)
#382921
(56,41,33)
#30231C
(48,35,28)
#281D17
(40,29,23)
#201712
(32,23,18)
#18110D
(24,17,13)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #60473A

#60473A
(96,71,58)
#6E574B
(110,87,75)
#7C675C
(124,103,92)
#8A776D
(138,119,109)
#98877E
(152,135,126)
#A6978F
(166,151,143)
#B4A7A0
(180,167,160)
#C2B7B1
(194,183,177)
#D0C7C2
(208,199,194)
#DED7D3
(222,215,211)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60473A; }

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

This text font color is #60473A.


Background Color

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

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

This div background color is #60473A.


Border color

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

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

This div border color is #60473A.


Opacity

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

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

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

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

This text has shadow with #60473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60473A on black background.


Color preview on white background

This text has color #60473A on white background.



Black color preview on #60473A background

This text has black color on #60473A background.


White color preview on #60473A background

This text has white color on #60473A background.