COLOR #47212D

HEX: #47212D
RGB: (71,33,45)

Color info

#47212D contains red, green and blue colors in about the same proportion. Web safe color of #47212D is #333333 (or #333).

RGB color model

#47212D color RGB value is (71,33,45).

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

RGB channels and saturation

R 71 of 255 = 28%
G 33 of 255 = 13%
B 45 of 255 = 18%

71
33
45

R + G + B ~ 20%. #47212D is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 33 + 45 = 149 (100%)
R 71 of 149 ~ 47.65%
G 33 of 149 ~ 22.15%
B 45 of 149 ~ 30.2%

%47.65
%22.15
%30.2

CMYK color model

#47212D color CMYK value is (0,54,37,72).

  • cyan value is 0.00%
  • magenta value is 53.52%
  • yellow value is 36.62%
  • key color value is 72.16%
CMYK:
(0,54,37,72)
C0M54Y37K72 
(0%,54%,37%,72%)
(0.00/0.54/0.37/0.72)	

CMYK percentages

%0
%53.52
%36.62
%72.16

Codes

Color #47212D in popluar color models

47212D
RGB713345
HSL341°36.54%20.39%
HSB/HSV341°53.52%27.84%
CMYK0.00%53.52%36.62%
72.16%

Color #47212D in popluar number systems.

HEX47212D
Decimal713345
Binary1000111100001101101
Octal1074155

Shades and tints

Shades of #47212D

#47212D
(71,33,45)
#411E29
(65,30,41)
#3B1B25
(59,27,37)
#351821
(53,24,33)
#2F151D
(47,21,29)
#291219
(41,18,25)
#230F15
(35,15,21)
#1D0C11
(29,12,17)
#17090D
(23,9,13)
#110609
(17,6,9)
#0B0305
(11,3,5)
#000000
(0,0,0)

Tints of #47212D

#47212D
(71,33,45)
#573540
(87,53,64)
#674953
(103,73,83)
#775D66
(119,93,102)
#877179
(135,113,121)
#97858C
(151,133,140)
#A7999F
(167,153,159)
#B7ADB2
(183,173,178)
#C7C1C5
(199,193,197)
#D7D5D8
(215,213,216)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47212D; }

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

This text font color is #47212D.


Background Color

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

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

This div background color is #47212D.


Border color

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

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

This div border color is #47212D.


Opacity

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

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

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

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

This text has shadow with #47212D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47212D on black background.


Color preview on white background

This text has color #47212D on white background.



Black color preview on #47212D background

This text has black color on #47212D background.


White color preview on #47212D background

This text has white color on #47212D background.