COLOR #47462C

HEX: #47462C
RGB: (71,70,44)

Color info

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

RGB color model

#47462C color RGB value is (71,70,44).

  • red value is 71;
  • green value is 70;
  • blue value is 44.
RGB:
(71,70,44)
(28%,27%,17%)

RGB channels and saturation

R 71 of 255 = 28%
G 70 of 255 = 27%
B 44 of 255 = 17%

71
70
44

R + G + B ~ 24%. #47462C is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 44 = 185 (100%)
R 71 of 185 ~ 38.38%
G 70 of 185 ~ 37.84%
B 44 of 185 ~ 23.78%

%38.38
%37.84
%23.78

CMYK color model

#47462C color CMYK value is (0,1,38,72).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(0,1,38,72)
C0M1Y38K72 
(0%,1%,38%,72%)
(0.00/0.01/0.38/0.72)	

CMYK percentages

%0
%1.41
%38.03
%72.16

Codes

Color #47462C in popluar color models

47462C
RGB717044
HSL58°23.48%22.55%
HSB/HSV58°38.03%27.84%
CMYK0.00%1.41%38.03%
72.16%

Color #47462C in popluar number systems.

HEX47462C
Decimal717044
Binary10001111000110101100
Octal10710654

Shades and tints

Shades of #47462C

#47462C
(71,70,44)
#414028
(65,64,40)
#3B3A24
(59,58,36)
#353420
(53,52,32)
#2F2E1C
(47,46,28)
#292818
(41,40,24)
#232214
(35,34,20)
#1D1C10
(29,28,16)
#17160C
(23,22,12)
#111008
(17,16,8)
#0B0A04
(11,10,4)
#000000
(0,0,0)

Tints of #47462C

#47462C
(71,70,44)
#57563F
(87,86,63)
#676652
(103,102,82)
#777665
(119,118,101)
#878678
(135,134,120)
#97968B
(151,150,139)
#A7A69E
(167,166,158)
#B7B6B1
(183,182,177)
#C7C6C4
(199,198,196)
#D7D6D7
(215,214,215)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47462C; }

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

This text font color is #47462C.


Background Color

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

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

This div background color is #47462C.


Border color

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

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

This div border color is #47462C.


Opacity

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

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

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

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

This text has shadow with #47462C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47462C on black background.


Color preview on white background

This text has color #47462C on white background.



Black color preview on #47462C background

This text has black color on #47462C background.


White color preview on #47462C background

This text has white color on #47462C background.