COLOR #47280E

HEX: #47280E
RGB: (71,40,14)

Color info

#47280E contains red, green and blue colors in about the same proportion. Web safe color of #47280E is #333300 (or #330).

RGB color model

#47280E color RGB value is (71,40,14).

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

RGB channels and saturation

R 71 of 255 = 28%
G 40 of 255 = 16%
B 14 of 255 = 5%

71
40
14

R + G + B ~ 16%. #47280E is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 40 + 14 = 125 (100%)
R 71 of 125 ~ 56.8%
G 40 of 125 ~ 32%
B 14 of 125 ~ 11.2%

%56.8
%32
%11.2

CMYK color model

#47280E color CMYK value is (0,44,80,72).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 80.28%
  • key color value is 72.16%
CMYK:
(0,44,80,72)
C0M44Y80K72 
(0%,44%,80%,72%)
(0.00/0.44/0.80/0.72)	

CMYK percentages

%0
%43.66
%80.28
%72.16

Codes

Color #47280E in popluar color models

47280E
RGB714014
HSL27°67.06%16.67%
HSB/HSV27°80.28%27.84%
CMYK0.00%43.66%80.28%
72.16%

Color #47280E in popluar number systems.

HEX47280E
Decimal714014
Binary10001111010001110
Octal1075016

Shades and tints

Shades of #47280E

#47280E
(71,40,14)
#41250D
(65,37,13)
#3B220C
(59,34,12)
#351F0B
(53,31,11)
#2F1C0A
(47,28,10)
#291909
(41,25,9)
#231608
(35,22,8)
#1D1307
(29,19,7)
#171006
(23,16,6)
#110D05
(17,13,5)
#0B0A04
(11,10,4)
#000000
(0,0,0)

Tints of #47280E

#47280E
(71,40,14)
#573B23
(87,59,35)
#674E38
(103,78,56)
#77614D
(119,97,77)
#877462
(135,116,98)
#978777
(151,135,119)
#A79A8C
(167,154,140)
#B7ADA1
(183,173,161)
#C7C0B6
(199,192,182)
#D7D3CB
(215,211,203)
#E7E6E0
(231,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47280E; }

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

This text font color is #47280E.


Background Color

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

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

This div background color is #47280E.


Border color

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

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

This div border color is #47280E.


Opacity

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

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

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

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

This text has shadow with #47280E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47280E on black background.


Color preview on white background

This text has color #47280E on white background.



Black color preview on #47280E background

This text has black color on #47280E background.


White color preview on #47280E background

This text has white color on #47280E background.