COLOR #47201F

HEX: #47201F RGB: (71,32,31)

Color info

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

RGB color model

#47201F color RGB value is (71,32,31).

RGB: (71,32,31) (28%, 13%, 12%)

RGB channels and saturation

R 71 of 255 = 28%
G 32 of 255 = 13%
B 31 of 255 = 12%

71
32
31

R + G + B ~ 18%. #47201F is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 32 + 31 = 134 (100%)
R 71 of 134 ~ 52.99%
G 32 of 134 ~ 23.88%
B 31 of 134 ~ 23.13'%

%52.99
%23.88
%23.13

CMYK color model

#47201F color CMYK value is (0,55,56,72).

  • cyan value is 0.00%
  • magenta value is 54.93%
  • yellow value is 56.34%
  • key color value is 72.16%

CMYK: (0,55,56,72)
C0M55Y56K72 (0%, 55%, 56%, 72%)
(0.00 / 0.55 / 0.56 / 0.72)

CMYK percentages

%0
%54.93
%56.34
%72.16

Codes

Color #47201F in popluar color models

47 20 1F
RGB 71 32 31
HSL 39.22% 20.00%
HSB/HSV 56.34% 27.84%
CMYK 0.00% 54.93% 56.34%
72.16%

Color #47201F in popluar number systems.

HEX 47 20 1F
Decimal 71 32 31
Binary 1000111 100000 11111
Octal 107 40 37

Shades and tints

Shades of #47201F

#47201F
(71,32,31)
#411E1D
(65,30,29)
#3B1C1B
(59,28,27)
#351A19
(53,26,25)
#2F1817
(47,24,23)
#291615
(41,22,21)
#231413
(35,20,19)
#1D1211
(29,18,17)
#17100F
(23,16,15)
#110E0D
(17,14,13)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #47201F

#47201F
(71,32,31)
#573433
(87,52,51)
#674847
(103,72,71)
#775C5B
(119,92,91)
#87706F
(135,112,111)
#978483
(151,132,131)
#A79897
(167,152,151)
#B7ACAB
(183,172,171)
#C7C0BF
(199,192,191)
#D7D4D3
(215,212,211)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47201F color. Also use rgb(71,32,31) instead hex code.

Text Font Color

.myTextColor { color: #47201F; }

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

This text font color is #47201F.

Background Color

.myBgColor { background-color: #47201F; }

<div style="background-color:#47201F">Inner text</div>

This div background color is #47201F.

Border color

.myBorderColor { border: 1px solid #47201F; }

<div style="border:3px solid #47201F">Div</div>

This div border color is #47201F.

Opacity

.myOpacity80 { color: #47201F; opacity: 0.8; }

<p style="color:#47201F;opacity:0.8;">80%</p>

Text with #47201F 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 #47201F;}

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

This text has shadow with #47201F color.


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

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

This text has shadow with #47201F primary color and red secondary color.


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

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

This text has shadow with #47201F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #47201F.

Preview

Color preview on black background

This text has color #47201F on black background.


Color preview on white background

This text has color #47201F on white background.


Black color preview on #47201F background

This text has black color on #47201F background.


White color preview on #47201F background

This text has white color on #47201F background.


Related colors

Complementary color

Complementary color for #hex is #B8DFE0.


I love getcolorcode.com

Triadic colors

1 #1F4720 and #201F47 with #47201F are triadic colors.

2 #1F2047 and #20471F with #47201F are triadic colors.