COLOR #47443D

HEX: #47443D
RGB: (71,68,61)

Color info

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

RGB color model

#47443D color RGB value is (71,68,61).

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

RGB channels and saturation

R 71 of 255 = 28%
G 68 of 255 = 27%
B 61 of 255 = 24%

71
68
61

R + G + B ~ 26%. #47443D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 61 = 200 (100%)
R 71 of 200 ~ 35.5%
G 68 of 200 ~ 34%
B 61 of 200 ~ 30.5%

%35.5
%34
%30.5

CMYK color model

#47443D color CMYK value is (0,4,14,72).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 14.08%
  • key color value is 72.16%
CMYK:
(0,4,14,72)
C0M4Y14K72 
(0%,4%,14%,72%)
(0.00/0.04/0.14/0.72)	

CMYK percentages

%0
%4.23
%14.08
%72.16

Codes

Color #47443D in popluar color models

47443D
RGB716861
HSL42°7.58%25.88%
HSB/HSV42°14.08%27.84%
CMYK0.00%4.23%14.08%
72.16%

Color #47443D in popluar number systems.

HEX47443D
Decimal716861
Binary10001111000100111101
Octal10710475

Shades and tints

Shades of #47443D

#47443D
(71,68,61)
#413E38
(65,62,56)
#3B3833
(59,56,51)
#35322E
(53,50,46)
#2F2C29
(47,44,41)
#292624
(41,38,36)
#23201F
(35,32,31)
#1D1A1A
(29,26,26)
#171415
(23,20,21)
#110E10
(17,14,16)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #47443D

#47443D
(71,68,61)
#57554E
(87,85,78)
#67665F
(103,102,95)
#777770
(119,119,112)
#878881
(135,136,129)
#979992
(151,153,146)
#A7AAA3
(167,170,163)
#B7BBB4
(183,187,180)
#C7CCC5
(199,204,197)
#D7DDD6
(215,221,214)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47443D color. Also use rgb(71,68,61) instead hex code.

Text Font Color

.myTextColor { color: #47443D; }

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

This text font color is #47443D.


Background Color

.myBgColor { background-color: #47443D; }

<div style="background-color:#47443D">Inner text</div>

This div background color is #47443D.


Border color

.myBorderColor { border: 1px solid #47443D; }

<div style="border:3px solid #47443D">Div</div>

This div border color is #47443D.


Opacity

.myOpacity80 { color: #47443D; opacity: 0.8; }

<p style="color:#47443D;opacity:0.8;">80%</p>

Text with #47443D 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 #47443D;}

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

This text has shadow with #47443D color.

.textShadow {text-shadow: 3px 3px 1px #47443D, 3px 3px 1px red;}

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

This text has shadow with #47443D primary color and red secondary color.


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

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

This text has shadow with #47443D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47443D on black background.


Color preview on white background

This text has color #47443D on white background.



Black color preview on #47443D background

This text has black color on #47443D background.


White color preview on #47443D background

This text has white color on #47443D background.