COLOR #47441E

HEX: #47441E
RGB: (71,68,30)

Color info

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

RGB color model

#47441E color RGB value is (71,68,30).

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

RGB channels and saturation

R 71 of 255 = 28%
G 68 of 255 = 27%
B 30 of 255 = 12%

71
68
30

R + G + B ~ 22%. #47441E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 30 = 169 (100%)
R 71 of 169 ~ 42.01%
G 68 of 169 ~ 40.24%
B 30 of 169 ~ 17.75%

%42.01
%40.24
%17.75

CMYK color model

#47441E color CMYK value is (0,4,58,72).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 57.75%
  • key color value is 72.16%
CMYK:
(0,4,58,72)
C0M4Y58K72 
(0%,4%,58%,72%)
(0.00/0.04/0.58/0.72)	

CMYK percentages

%0
%4.23
%57.75
%72.16

Codes

Color #47441E in popluar color models

47441E
RGB716830
HSL56°40.59%19.80%
HSB/HSV56°57.75%27.84%
CMYK0.00%4.23%57.75%
72.16%

Color #47441E in popluar number systems.

HEX47441E
Decimal716830
Binary1000111100010011110
Octal10710436

Shades and tints

Shades of #47441E

#47441E
(71,68,30)
#413E1C
(65,62,28)
#3B381A
(59,56,26)
#353218
(53,50,24)
#2F2C16
(47,44,22)
#292614
(41,38,20)
#232012
(35,32,18)
#1D1A10
(29,26,16)
#17140E
(23,20,14)
#110E0C
(17,14,12)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #47441E

#47441E
(71,68,30)
#575532
(87,85,50)
#676646
(103,102,70)
#77775A
(119,119,90)
#87886E
(135,136,110)
#979982
(151,153,130)
#A7AA96
(167,170,150)
#B7BBAA
(183,187,170)
#C7CCBE
(199,204,190)
#D7DDD2
(215,221,210)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47441E; }

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

This text font color is #47441E.


Background Color

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

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

This div background color is #47441E.


Border color

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

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

This div border color is #47441E.


Opacity

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

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

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

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

This text has shadow with #47441E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47441E on black background.


Color preview on white background

This text has color #47441E on white background.



Black color preview on #47441E background

This text has black color on #47441E background.


White color preview on #47441E background

This text has white color on #47441E background.