COLOR #47473B

HEX: #47473B
RGB: (71,71,59)

Color info

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

RGB color model

#47473B color RGB value is (71,71,59).

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

RGB channels and saturation

R 71 of 255 = 28%
G 71 of 255 = 28%
B 59 of 255 = 23%

71
71
59

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

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 59 = 201 (100%)
R 71 of 201 ~ 35.32%
G 71 of 201 ~ 35.32%
B 59 of 201 ~ 29.35%

%35.32
%35.32
%29.35

CMYK color model

#47473B color CMYK value is (0,0,17,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.90%
  • key color value is 72.16%
CMYK:
(0,0,17,72)
C0M0Y17K72 
(0%,0%,17%,72%)
(0.00/0.00/0.17/0.72)	

CMYK percentages

%0
%0
%16.9
%72.16

Codes

Color #47473B in popluar color models

47473B
RGB717159
HSL60°9.23%25.49%
HSB/HSV60°16.90%27.84%
CMYK0.00%0.00%16.90%
72.16%

Color #47473B in popluar number systems.

HEX47473B
Decimal717159
Binary10001111000111111011
Octal10710773

Shades and tints

Shades of #47473B

#47473B
(71,71,59)
#414136
(65,65,54)
#3B3B31
(59,59,49)
#35352C
(53,53,44)
#2F2F27
(47,47,39)
#292922
(41,41,34)
#23231D
(35,35,29)
#1D1D18
(29,29,24)
#171713
(23,23,19)
#11110E
(17,17,14)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #47473B

#47473B
(71,71,59)
#57574C
(87,87,76)
#67675D
(103,103,93)
#77776E
(119,119,110)
#87877F
(135,135,127)
#979790
(151,151,144)
#A7A7A1
(167,167,161)
#B7B7B2
(183,183,178)
#C7C7C3
(199,199,195)
#D7D7D4
(215,215,212)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47473B color. Also use rgb(71,71,59) instead hex code.

Text Font Color

.myTextColor { color: #47473B; }

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

This text font color is #47473B.


Background Color

.myBgColor { background-color: #47473B; }

<div style="background-color:#47473B">Inner text</div>

This div background color is #47473B.


Border color

.myBorderColor { border: 1px solid #47473B; }

<div style="border:3px solid #47473B">Div</div>

This div border color is #47473B.


Opacity

.myOpacity80 { color: #47473B; opacity: 0.8; }

<p style="color:#47473B;opacity:0.8;">80%</p>

Text with #47473B 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 #47473B;}

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

This text has shadow with #47473B color.

.textShadow {text-shadow: 3px 3px 1px #47473B, 3px 3px 1px red;}

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

This text has shadow with #47473B primary color and red secondary color.


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

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

This text has shadow with #47473B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47473B on black background.


Color preview on white background

This text has color #47473B on white background.



Black color preview on #47473B background

This text has black color on #47473B background.


White color preview on #47473B background

This text has white color on #47473B background.