COLOR #47211C

HEX: #47211C RGB: (71,33,28)

Color info

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

RGB color model

#47211C color RGB value is (71,33,28).

RGB: (71,33,28) (28%, 13%, 11%)

RGB channels and saturation

R 71 of 255 = 28%
G 33 of 255 = 13%
B 28 of 255 = 11%

71
33
28

R + G + B ~ 17%. #47211C is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 33 + 28 = 132 (100%)
R 71 of 132 ~ 53.79%
G 33 of 132 ~ 25%
B 28 of 132 ~ 21.21'%

%53.79
%25
%21.21

CMYK color model

#47211C color CMYK value is (0,54,61,72).

  • cyan value is 0.00%
  • magenta value is 53.52%
  • yellow value is 60.56%
  • key color value is 72.16%

CMYK: (0,54,61,72)
C0M54Y61K72 (0%, 54%, 61%, 72%)
(0.00 / 0.54 / 0.61 / 0.72)

CMYK percentages

%0
%53.52
%60.56
%72.16

Codes

Color #47211C in popluar color models

47 21 1C
RGB 71 33 28
HSL 43.43% 19.41%
HSB/HSV 60.56% 27.84%
CMYK 0.00% 53.52% 60.56%
72.16%

Color #47211C in popluar number systems.

HEX 47 21 1C
Decimal 71 33 28
Binary 1000111 100001 11100
Octal 107 41 34

Shades and tints

Shades of #47211C

#47211C
(71,33,28)
#411E1A
(65,30,26)
#3B1B18
(59,27,24)
#351816
(53,24,22)
#2F1514
(47,21,20)
#291212
(41,18,18)
#230F10
(35,15,16)
#1D0C0E
(29,12,14)
#17090C
(23,9,12)
#11060A
(17,6,10)
#0B0308
(11,3,8)
#000000
(0,0,0)

Tints of #47211C

#47211C
(71,33,28)
#573530
(87,53,48)
#674944
(103,73,68)
#775D58
(119,93,88)
#87716C
(135,113,108)
#978580
(151,133,128)
#A79994
(167,153,148)
#B7ADA8
(183,173,168)
#C7C1BC
(199,193,188)
#D7D5D0
(215,213,208)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47211C color. Also use rgb(71,33,28) instead hex code.

Text Font Color

.myTextColor { color: #47211C; }

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

This text font color is #47211C.

Background Color

.myBgColor { background-color: #47211C; }

<div style="background-color:#47211C">Inner text</div>

This div background color is #47211C.

Border color

.myBorderColor { border: 1px solid #47211C; }

<div style="border:3px solid #47211C">Div</div>

This div border color is #47211C.

Opacity

.myOpacity80 { color: #47211C; opacity: 0.8; }

<p style="color:#47211C;opacity:0.8;">80%</p>

Text with #47211C 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 #47211C;}

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

This text has shadow with #47211C color.


.textShadow {text-shadow: 3px 3px 1px #47211C', 3px 3px 1px red;}

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

This text has shadow with #47211C primary color and red secondary color.


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

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

This text has shadow with #47211C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47211C; -webkit-box-shadow: 1px 1px 3px 2px #47211C; box-shadow:1px 1px 3px 2px #47211C;">
Div content here
</div>

This div box has shadow with color #47211C.

Preview

Color preview on black background

This text has color #47211C on black background.


Color preview on white background

This text has color #47211C on white background.


Black color preview on #47211C background

This text has black color on #47211C background.


White color preview on #47211C background

This text has white color on #47211C background.


Related colors

Complementary color

Complementary color for #hex is #B8DEE3.


I love getcolorcode.com

Triadic colors

1 #1C4721 and #211C47 with #47211C are triadic colors.

2 #1C2147 and #21471C with #47211C are triadic colors.