COLOR #47403C

HEX: #47403C
RGB: (71,64,60)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
64
60

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

Portions of RGB colors in percentages

R + G + B =
71 + 64 + 60 = 195 (100%)
R 71 of 195 ~ 36.41%
G 64 of 195 ~ 32.82%
B 60 of 195 ~ 30.77%

%36.41
%32.82
%30.77

CMYK color model

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

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

CMYK percentages

%0
%9.86
%15.49
%72.16

Codes

Color #47403C in popluar color models

47403C
RGB716460
HSL22°8.40%25.69%
HSB/HSV22°15.49%27.84%
CMYK0.00%9.86%15.49%
72.16%

Color #47403C in popluar number systems.

HEX47403C
Decimal716460
Binary10001111000000111100
Octal10710074

Shades and tints

Shades of #47403C

#47403C
(71,64,60)
#413B37
(65,59,55)
#3B3632
(59,54,50)
#35312D
(53,49,45)
#2F2C28
(47,44,40)
#292723
(41,39,35)
#23221E
(35,34,30)
#1D1D19
(29,29,25)
#171814
(23,24,20)
#11130F
(17,19,15)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #47403C

#47403C
(71,64,60)
#57514D
(87,81,77)
#67625E
(103,98,94)
#77736F
(119,115,111)
#878480
(135,132,128)
#979591
(151,149,145)
#A7A6A2
(167,166,162)
#B7B7B3
(183,183,179)
#C7C8C4
(199,200,196)
#D7D9D5
(215,217,213)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47403C; }

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

This text font color is #47403C.


Background Color

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

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

This div background color is #47403C.


Border color

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

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

This div border color is #47403C.


Opacity

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

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

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

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

This text has shadow with #47403C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47403C on black background.


Color preview on white background

This text has color #47403C on white background.



Black color preview on #47403C background

This text has black color on #47403C background.


White color preview on #47403C background

This text has white color on #47403C background.