COLOR #47231F

HEX: #47231F
RGB: (71,35,31)

Color info

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

RGB color model

#47231F color RGB value is (71,35,31).

  • red value is 71;
  • green value is 35;
  • blue value is 31.
RGB:
(71,35,31)
(28%,14%,12%)

RGB channels and saturation

R 71 of 255 = 28%
G 35 of 255 = 14%
B 31 of 255 = 12%

71
35
31

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

Portions of RGB colors in percentages

R + G + B =
71 + 35 + 31 = 137 (100%)
R 71 of 137 ~ 51.82%
G 35 of 137 ~ 25.55%
B 31 of 137 ~ 22.63%

%51.82
%25.55
%22.63

CMYK color model

#47231F color CMYK value is (0,51,56,72).

  • cyan value is 0.00%
  • magenta value is 50.70%
  • yellow value is 56.34%
  • key color value is 72.16%
CMYK:
(0,51,56,72)
C0M51Y56K72 
(0%,51%,56%,72%)
(0.00/0.51/0.56/0.72)	

CMYK percentages

%0
%50.7
%56.34
%72.16

Codes

Color #47231F in popluar color models

47231F
RGB713531
HSL39.22%20.00%
HSB/HSV56.34%27.84%
CMYK0.00%50.70%56.34%
72.16%

Color #47231F in popluar number systems.

HEX47231F
Decimal713531
Binary100011110001111111
Octal1074337

Shades and tints

Shades of #47231F

#47231F
(71,35,31)
#41201D
(65,32,29)
#3B1D1B
(59,29,27)
#351A19
(53,26,25)
#2F1717
(47,23,23)
#291415
(41,20,21)
#231113
(35,17,19)
#1D0E11
(29,14,17)
#170B0F
(23,11,15)
#11080D
(17,8,13)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #47231F

#47231F
(71,35,31)
#573733
(87,55,51)
#674B47
(103,75,71)
#775F5B
(119,95,91)
#87736F
(135,115,111)
#978783
(151,135,131)
#A79B97
(167,155,151)
#B7AFAB
(183,175,171)
#C7C3BF
(199,195,191)
#D7D7D3
(215,215,211)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47231F; }

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

This text font color is #47231F.


Background Color

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

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

This div background color is #47231F.


Border color

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

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

This div border color is #47231F.


Opacity

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

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

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

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

This text has shadow with #47231F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47231F on black background.


Color preview on white background

This text has color #47231F on white background.



Black color preview on #47231F background

This text has black color on #47231F background.


White color preview on #47231F background

This text has white color on #47231F background.