COLOR #47282E

HEX: #47282E
RGB: (71,40,46)

Color info

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

RGB color model

#47282E color RGB value is (71,40,46).

  • red value is 71;
  • green value is 40;
  • blue value is 46.
RGB:
(71,40,46)
(28%,16%,18%)

RGB channels and saturation

R 71 of 255 = 28%
G 40 of 255 = 16%
B 46 of 255 = 18%

71
40
46

R + G + B ~ 21%. #47282E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 40 + 46 = 157 (100%)
R 71 of 157 ~ 45.22%
G 40 of 157 ~ 25.48%
B 46 of 157 ~ 29.3%

%45.22
%25.48
%29.3

CMYK color model

#47282E color CMYK value is (0,44,35,72).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 35.21%
  • key color value is 72.16%
CMYK:
(0,44,35,72)
C0M44Y35K72 
(0%,44%,35%,72%)
(0.00/0.44/0.35/0.72)	

CMYK percentages

%0
%43.66
%35.21
%72.16

Codes

Color #47282E in popluar color models

47282E
RGB714046
HSL348°27.93%21.76%
HSB/HSV348°43.66%27.84%
CMYK0.00%43.66%35.21%
72.16%

Color #47282E in popluar number systems.

HEX47282E
Decimal714046
Binary1000111101000101110
Octal1075056

Shades and tints

Shades of #47282E

#47282E
(71,40,46)
#41252A
(65,37,42)
#3B2226
(59,34,38)
#351F22
(53,31,34)
#2F1C1E
(47,28,30)
#29191A
(41,25,26)
#231616
(35,22,22)
#1D1312
(29,19,18)
#17100E
(23,16,14)
#110D0A
(17,13,10)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #47282E

#47282E
(71,40,46)
#573B41
(87,59,65)
#674E54
(103,78,84)
#776167
(119,97,103)
#87747A
(135,116,122)
#97878D
(151,135,141)
#A79AA0
(167,154,160)
#B7ADB3
(183,173,179)
#C7C0C6
(199,192,198)
#D7D3D9
(215,211,217)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47282E color. Also use rgb(71,40,46) instead hex code.

Text Font Color

.myTextColor { color: #47282E; }

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

This text font color is #47282E.


Background Color

.myBgColor { background-color: #47282E; }

<div style="background-color:#47282E">Inner text</div>

This div background color is #47282E.


Border color

.myBorderColor { border: 1px solid #47282E; }

<div style="border:3px solid #47282E">Div</div>

This div border color is #47282E.


Opacity

.myOpacity80 { color: #47282E; opacity: 0.8; }

<p style="color:#47282E;opacity:0.8;">80%</p>

Text with #47282E 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 #47282E;}

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

This text has shadow with #47282E color.

.textShadow {text-shadow: 3px 3px 1px #47282E, 3px 3px 1px red;}

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

This text has shadow with #47282E primary color and red secondary color.


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

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

This text has shadow with #47282E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47282E on black background.


Color preview on white background

This text has color #47282E on white background.



Black color preview on #47282E background

This text has black color on #47282E background.


White color preview on #47282E background

This text has white color on #47282E background.