COLOR #47443A

HEX: #47443A
RGB: (71,68,58)

Color info

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

RGB color model

#47443A color RGB value is (71,68,58).

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

RGB channels and saturation

R 71 of 255 = 28%
G 68 of 255 = 27%
B 58 of 255 = 23%

71
68
58

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

Portions of RGB colors in percentages

R + G + B =
71 + 68 + 58 = 197 (100%)
R 71 of 197 ~ 36.04%
G 68 of 197 ~ 34.52%
B 58 of 197 ~ 29.44%

%36.04
%34.52
%29.44

CMYK color model

#47443A color CMYK value is (0,4,18,72).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(0,4,18,72)
C0M4Y18K72 
(0%,4%,18%,72%)
(0.00/0.04/0.18/0.72)	

CMYK percentages

%0
%4.23
%18.31
%72.16

Codes

Color #47443A in popluar color models

47443A
RGB716858
HSL46°10.08%25.29%
HSB/HSV46°18.31%27.84%
CMYK0.00%4.23%18.31%
72.16%

Color #47443A in popluar number systems.

HEX47443A
Decimal716858
Binary10001111000100111010
Octal10710472

Shades and tints

Shades of #47443A

#47443A
(71,68,58)
#413E35
(65,62,53)
#3B3830
(59,56,48)
#35322B
(53,50,43)
#2F2C26
(47,44,38)
#292621
(41,38,33)
#23201C
(35,32,28)
#1D1A17
(29,26,23)
#171412
(23,20,18)
#110E0D
(17,14,13)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #47443A

#47443A
(71,68,58)
#57554B
(87,85,75)
#67665C
(103,102,92)
#77776D
(119,119,109)
#87887E
(135,136,126)
#97998F
(151,153,143)
#A7AAA0
(167,170,160)
#B7BBB1
(183,187,177)
#C7CCC2
(199,204,194)
#D7DDD3
(215,221,211)
#E7EEE4
(231,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47443A; }

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

This text font color is #47443A.


Background Color

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

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

This div background color is #47443A.


Border color

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

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

This div border color is #47443A.


Opacity

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

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

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

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

This text has shadow with #47443A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47443A on black background.


Color preview on white background

This text has color #47443A on white background.



Black color preview on #47443A background

This text has black color on #47443A background.


White color preview on #47443A background

This text has white color on #47443A background.