COLOR #47473C

HEX: #47473C
RGB: (71,71,60)

Color info

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

RGB color model

#47473C color RGB value is (71,71,60).

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

RGB channels and saturation

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

71
71
60

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

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 60 = 202 (100%)
R 71 of 202 ~ 35.15%
G 71 of 202 ~ 35.15%
B 60 of 202 ~ 29.7%

%35.15
%35.15
%29.7

CMYK color model

#47473C color CMYK value is (0,0,15,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(0,0,15,72)
C0M0Y15K72 
(0%,0%,15%,72%)
(0.00/0.00/0.15/0.72)	

CMYK percentages

%0
%0
%15.49
%72.16

Codes

Color #47473C in popluar color models

47473C
RGB717160
HSL60°8.40%25.69%
HSB/HSV60°15.49%27.84%
CMYK0.00%0.00%15.49%
72.16%

Color #47473C in popluar number systems.

HEX47473C
Decimal717160
Binary10001111000111111100
Octal10710774

Shades and tints

Shades of #47473C

#47473C
(71,71,60)
#414137
(65,65,55)
#3B3B32
(59,59,50)
#35352D
(53,53,45)
#2F2F28
(47,47,40)
#292923
(41,41,35)
#23231E
(35,35,30)
#1D1D19
(29,29,25)
#171714
(23,23,20)
#11110F
(17,17,15)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #47473C

#47473C
(71,71,60)
#57574D
(87,87,77)
#67675E
(103,103,94)
#77776F
(119,119,111)
#878780
(135,135,128)
#979791
(151,151,145)
#A7A7A2
(167,167,162)
#B7B7B3
(183,183,179)
#C7C7C4
(199,199,196)
#D7D7D5
(215,215,213)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47473C; }

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

This text font color is #47473C.


Background Color

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

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

This div background color is #47473C.


Border color

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

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

This div border color is #47473C.


Opacity

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

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

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

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

This text has shadow with #47473C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47473C on black background.


Color preview on white background

This text has color #47473C on white background.



Black color preview on #47473C background

This text has black color on #47473C background.


White color preview on #47473C background

This text has white color on #47473C background.