COLOR #47473D

HEX: #47473D
RGB: (71,71,61)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
71
61

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

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 61 = 203 (100%)
R 71 of 203 ~ 34.98%
G 71 of 203 ~ 34.98%
B 61 of 203 ~ 30.05%

%34.98
%34.98
%30.05

CMYK color model

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

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

CMYK percentages

%0
%0
%14.08
%72.16

Codes

Color #47473D in popluar color models

47473D
RGB717161
HSL60°7.58%25.88%
HSB/HSV60°14.08%27.84%
CMYK0.00%0.00%14.08%
72.16%

Color #47473D in popluar number systems.

HEX47473D
Decimal717161
Binary10001111000111111101
Octal10710775

Shades and tints

Shades of #47473D

#47473D
(71,71,61)
#414138
(65,65,56)
#3B3B33
(59,59,51)
#35352E
(53,53,46)
#2F2F29
(47,47,41)
#292924
(41,41,36)
#23231F
(35,35,31)
#1D1D1A
(29,29,26)
#171715
(23,23,21)
#111110
(17,17,16)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #47473D

#47473D
(71,71,61)
#57574E
(87,87,78)
#67675F
(103,103,95)
#777770
(119,119,112)
#878781
(135,135,129)
#979792
(151,151,146)
#A7A7A3
(167,167,163)
#B7B7B4
(183,183,180)
#C7C7C5
(199,199,197)
#D7D7D6
(215,215,214)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47473D; }

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

This text font color is #47473D.


Background Color

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

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

This div background color is #47473D.


Border color

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

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

This div border color is #47473D.


Opacity

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

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

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

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

This text has shadow with #47473D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47473D on black background.


Color preview on white background

This text has color #47473D on white background.



Black color preview on #47473D background

This text has black color on #47473D background.


White color preview on #47473D background

This text has white color on #47473D background.