COLOR #47221E

HEX: #47221E
RGB: (71,34,30)

Color info

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

RGB color model

#47221E color RGB value is (71,34,30).

  • red value is 71;
  • green value is 34;
  • blue value is 30.
RGB:
(71,34,30)
(28%,13%,12%)

RGB channels and saturation

R 71 of 255 = 28%
G 34 of 255 = 13%
B 30 of 255 = 12%

71
34
30

R + G + B ~ 18%. #47221E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 34 + 30 = 135 (100%)
R 71 of 135 ~ 52.59%
G 34 of 135 ~ 25.19%
B 30 of 135 ~ 22.22%

%52.59
%25.19
%22.22

CMYK color model

#47221E color CMYK value is (0,52,58,72).

  • cyan value is 0.00%
  • magenta value is 52.11%
  • yellow value is 57.75%
  • key color value is 72.16%
CMYK:
(0,52,58,72)
C0M52Y58K72 
(0%,52%,58%,72%)
(0.00/0.52/0.58/0.72)	

CMYK percentages

%0
%52.11
%57.75
%72.16

Codes

Color #47221E in popluar color models

47221E
RGB713430
HSL40.59%19.80%
HSB/HSV57.75%27.84%
CMYK0.00%52.11%57.75%
72.16%

Color #47221E in popluar number systems.

HEX47221E
Decimal713430
Binary100011110001011110
Octal1074236

Shades and tints

Shades of #47221E

#47221E
(71,34,30)
#411F1C
(65,31,28)
#3B1C1A
(59,28,26)
#351918
(53,25,24)
#2F1616
(47,22,22)
#291314
(41,19,20)
#231012
(35,16,18)
#1D0D10
(29,13,16)
#170A0E
(23,10,14)
#11070C
(17,7,12)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #47221E

#47221E
(71,34,30)
#573632
(87,54,50)
#674A46
(103,74,70)
#775E5A
(119,94,90)
#87726E
(135,114,110)
#978682
(151,134,130)
#A79A96
(167,154,150)
#B7AEAA
(183,174,170)
#C7C2BE
(199,194,190)
#D7D6D2
(215,214,210)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47221E color. Also use rgb(71,34,30) instead hex code.

Text Font Color

.myTextColor { color: #47221E; }

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

This text font color is #47221E.


Background Color

.myBgColor { background-color: #47221E; }

<div style="background-color:#47221E">Inner text</div>

This div background color is #47221E.


Border color

.myBorderColor { border: 1px solid #47221E; }

<div style="border:3px solid #47221E">Div</div>

This div border color is #47221E.


Opacity

.myOpacity80 { color: #47221E; opacity: 0.8; }

<p style="color:#47221E;opacity:0.8;">80%</p>

Text with #47221E 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 #47221E;}

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

This text has shadow with #47221E color.

.textShadow {text-shadow: 3px 3px 1px #47221E, 3px 3px 1px red;}

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

This text has shadow with #47221E primary color and red secondary color.


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

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

This text has shadow with #47221E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47221E on black background.


Color preview on white background

This text has color #47221E on white background.



Black color preview on #47221E background

This text has black color on #47221E background.


White color preview on #47221E background

This text has white color on #47221E background.