COLOR #94473B

HEX: #94473B
RGB: (148,71,59)

Color info

#94473B contains mainly red color. Web safe color of #94473B is #993333 (or #933).

RGB color model

#94473B color RGB value is (148,71,59).

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

RGB channels and saturation

R 148 of 255 = 58%
G 71 of 255 = 28%
B 59 of 255 = 23%

148
71
59

R + G + B ~ 36%. #94473B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
148 + 71 + 59 = 278 (100%)
R 148 of 278 ~ 53.24%
G 71 of 278 ~ 25.54%
B 59 of 278 ~ 21.22%

%53.24
%25.54
%21.22

CMYK color model

#94473B color CMYK value is (0,52,60,42).

  • cyan value is 0.00%
  • magenta value is 52.03%
  • yellow value is 60.14%
  • key color value is 41.96%
CMYK:
(0,52,60,42)
C0M52Y60K42 
(0%,52%,60%,42%)
(0.00/0.52/0.60/0.42)	

CMYK percentages

%0
%52.03
%60.14
%41.96

Codes

Color #94473B in popluar color models

94473B
RGB1487159
HSL43.00%40.59%
HSB/HSV60.14%58.04%
CMYK0.00%52.03%60.14%
41.96%

Color #94473B in popluar number systems.

HEX94473B
Decimal1487159
Binary100101001000111111011
Octal22410773

Shades and tints

Shades of #94473B

#94473B
(148,71,59)
#874136
(135,65,54)
#7A3B31
(122,59,49)
#6D352C
(109,53,44)
#602F27
(96,47,39)
#532922
(83,41,34)
#46231D
(70,35,29)
#391D18
(57,29,24)
#2C1713
(44,23,19)
#1F110E
(31,17,14)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #94473B

#94473B
(148,71,59)
#9D574C
(157,87,76)
#A6675D
(166,103,93)
#AF776E
(175,119,110)
#B8877F
(184,135,127)
#C19790
(193,151,144)
#CAA7A1
(202,167,161)
#D3B7B2
(211,183,178)
#DCC7C3
(220,199,195)
#E5D7D4
(229,215,212)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94473B; }

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

This text font color is #94473B.


Background Color

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

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

This div background color is #94473B.


Border color

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

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

This div border color is #94473B.


Opacity

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

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

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

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

This text has shadow with #94473B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94473B on black background.


Color preview on white background

This text has color #94473B on white background.



Black color preview on #94473B background

This text has black color on #94473B background.


White color preview on #94473B background

This text has white color on #94473B background.