COLOR #93472D

HEX: #93472D
RGB: (147,71,45)

Color info

#93472D contains mainly red color. Web safe color of #93472D is #993333 (or #933).

RGB color model

#93472D color RGB value is (147,71,45).

  • red value is 147;
  • green value is 71;
  • blue value is 45.
RGB:
(147,71,45)
(58%,28%,18%)

RGB channels and saturation

R 147 of 255 = 58%
G 71 of 255 = 28%
B 45 of 255 = 18%

147
71
45

R + G + B ~ 35%. #93472D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
147 + 71 + 45 = 263 (100%)
R 147 of 263 ~ 55.89%
G 71 of 263 ~ 27%
B 45 of 263 ~ 17.11%

%55.89
%27
%17.11

CMYK color model

#93472D color CMYK value is (0,52,69,42).

  • cyan value is 0.00%
  • magenta value is 51.70%
  • yellow value is 69.39%
  • key color value is 42.35%
CMYK:
(0,52,69,42)
C0M52Y69K42 
(0%,52%,69%,42%)
(0.00/0.52/0.69/0.42)	

CMYK percentages

%0
%51.7
%69.39
%42.35

Codes

Color #93472D in popluar color models

93472D
RGB1477145
HSL15°53.13%37.65%
HSB/HSV15°69.39%57.65%
CMYK0.00%51.70%69.39%
42.35%

Color #93472D in popluar number systems.

HEX93472D
Decimal1477145
Binary100100111000111101101
Octal22310755

Shades and tints

Shades of #93472D

#93472D
(147,71,45)
#864129
(134,65,41)
#793B25
(121,59,37)
#6C3521
(108,53,33)
#5F2F1D
(95,47,29)
#522919
(82,41,25)
#452315
(69,35,21)
#381D11
(56,29,17)
#2B170D
(43,23,13)
#1E1109
(30,17,9)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #93472D

#93472D
(147,71,45)
#9C5740
(156,87,64)
#A56753
(165,103,83)
#AE7766
(174,119,102)
#B78779
(183,135,121)
#C0978C
(192,151,140)
#C9A79F
(201,167,159)
#D2B7B2
(210,183,178)
#DBC7C5
(219,199,197)
#E4D7D8
(228,215,216)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93472D color. Also use rgb(147,71,45) instead hex code.

Text Font Color

.myTextColor { color: #93472D; }

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

This text font color is #93472D.


Background Color

.myBgColor { background-color: #93472D; }

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

This div background color is #93472D.


Border color

.myBorderColor { border: 1px solid #93472D; }

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

This div border color is #93472D.


Opacity

.myOpacity80 { color: #93472D; opacity: 0.8; }

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

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

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

This text has shadow with #93472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93472D on black background.


Color preview on white background

This text has color #93472D on white background.



Black color preview on #93472D background

This text has black color on #93472D background.


White color preview on #93472D background

This text has white color on #93472D background.