COLOR #47442F

HEX: #47442F
RGB: (71,68,47)

Color info

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

RGB color model

#47442F color RGB value is (71,68,47).

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

RGB channels and saturation

R 71 of 255 = 28%
G 68 of 255 = 27%
B 47 of 255 = 18%

71
68
47

R + G + B ~ 24%. #47442F is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 47 = 186 (100%)
R 71 of 186 ~ 38.17%
G 68 of 186 ~ 36.56%
B 47 of 186 ~ 25.27%

%38.17
%36.56
%25.27

CMYK color model

#47442F color CMYK value is (0,4,34,72).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 33.80%
  • key color value is 72.16%
CMYK:
(0,4,34,72)
C0M4Y34K72 
(0%,4%,34%,72%)
(0.00/0.04/0.34/0.72)	

CMYK percentages

%0
%4.23
%33.8
%72.16

Codes

Color #47442F in popluar color models

47442F
RGB716847
HSL53°20.34%23.14%
HSB/HSV53°33.80%27.84%
CMYK0.00%4.23%33.80%
72.16%

Color #47442F in popluar number systems.

HEX47442F
Decimal716847
Binary10001111000100101111
Octal10710457

Shades and tints

Shades of #47442F

#47442F
(71,68,47)
#413E2B
(65,62,43)
#3B3827
(59,56,39)
#353223
(53,50,35)
#2F2C1F
(47,44,31)
#29261B
(41,38,27)
#232017
(35,32,23)
#1D1A13
(29,26,19)
#17140F
(23,20,15)
#110E0B
(17,14,11)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #47442F

#47442F
(71,68,47)
#575541
(87,85,65)
#676653
(103,102,83)
#777765
(119,119,101)
#878877
(135,136,119)
#979989
(151,153,137)
#A7AA9B
(167,170,155)
#B7BBAD
(183,187,173)
#C7CCBF
(199,204,191)
#D7DDD1
(215,221,209)
#E7EEE3
(231,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47442F color. Also use rgb(71,68,47) instead hex code.

Text Font Color

.myTextColor { color: #47442F; }

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

This text font color is #47442F.


Background Color

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

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

This div background color is #47442F.


Border color

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

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

This div border color is #47442F.


Opacity

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

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

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

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

This text has shadow with #47442F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47442F on black background.


Color preview on white background

This text has color #47442F on white background.



Black color preview on #47442F background

This text has black color on #47442F background.


White color preview on #47442F background

This text has white color on #47442F background.