COLOR #47452C

HEX: #47452C
RGB: (71,69,44)

Color info

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

RGB color model

#47452C color RGB value is (71,69,44).

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

RGB channels and saturation

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

71
69
44

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

Portions of RGB colors in percentages

R + G + B =
71 + 69 + 44 = 184 (100%)
R 71 of 184 ~ 38.59%
G 69 of 184 ~ 37.5%
B 44 of 184 ~ 23.91%

%38.59
%37.5
%23.91

CMYK color model

#47452C color CMYK value is (0,3,38,72).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(0,3,38,72)
C0M3Y38K72 
(0%,3%,38%,72%)
(0.00/0.03/0.38/0.72)	

CMYK percentages

%0
%2.82
%38.03
%72.16

Codes

Color #47452C in popluar color models

47452C
RGB716944
HSL56°23.48%22.55%
HSB/HSV56°38.03%27.84%
CMYK0.00%2.82%38.03%
72.16%

Color #47452C in popluar number systems.

HEX47452C
Decimal716944
Binary10001111000101101100
Octal10710554

Shades and tints

Shades of #47452C

#47452C
(71,69,44)
#413F28
(65,63,40)
#3B3924
(59,57,36)
#353320
(53,51,32)
#2F2D1C
(47,45,28)
#292718
(41,39,24)
#232114
(35,33,20)
#1D1B10
(29,27,16)
#17150C
(23,21,12)
#110F08
(17,15,8)
#0B0904
(11,9,4)
#000000
(0,0,0)

Tints of #47452C

#47452C
(71,69,44)
#57553F
(87,85,63)
#676552
(103,101,82)
#777565
(119,117,101)
#878578
(135,133,120)
#97958B
(151,149,139)
#A7A59E
(167,165,158)
#B7B5B1
(183,181,177)
#C7C5C4
(199,197,196)
#D7D5D7
(215,213,215)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47452C; }

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

This text font color is #47452C.


Background Color

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

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

This div background color is #47452C.


Border color

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

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

This div border color is #47452C.


Opacity

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

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

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

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

This text has shadow with #47452C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47452C on black background.


Color preview on white background

This text has color #47452C on white background.



Black color preview on #47452C background

This text has black color on #47452C background.


White color preview on #47452C background

This text has white color on #47452C background.