COLOR #47280D

HEX: #47280D
RGB: (71,40,13)

Color info

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

RGB color model

#47280D color RGB value is (71,40,13).

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

RGB channels and saturation

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

71
40
13

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

Portions of RGB colors in percentages

R + G + B =
71 + 40 + 13 = 124 (100%)
R 71 of 124 ~ 57.26%
G 40 of 124 ~ 32.26%
B 13 of 124 ~ 10.48%

%57.26
%32.26
%10.48

CMYK color model

#47280D color CMYK value is (0,44,82,72).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 81.69%
  • key color value is 72.16%
CMYK:
(0,44,82,72)
C0M44Y82K72 
(0%,44%,82%,72%)
(0.00/0.44/0.82/0.72)	

CMYK percentages

%0
%43.66
%81.69
%72.16

Codes

Color #47280D in popluar color models

47280D
RGB714013
HSL28°69.05%16.47%
HSB/HSV28°81.69%27.84%
CMYK0.00%43.66%81.69%
72.16%

Color #47280D in popluar number systems.

HEX47280D
Decimal714013
Binary10001111010001101
Octal1075015

Shades and tints

Shades of #47280D

#47280D
(71,40,13)
#41250C
(65,37,12)
#3B220B
(59,34,11)
#351F0A
(53,31,10)
#2F1C09
(47,28,9)
#291908
(41,25,8)
#231607
(35,22,7)
#1D1306
(29,19,6)
#171005
(23,16,5)
#110D04
(17,13,4)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #47280D

#47280D
(71,40,13)
#573B23
(87,59,35)
#674E39
(103,78,57)
#77614F
(119,97,79)
#877465
(135,116,101)
#97877B
(151,135,123)
#A79A91
(167,154,145)
#B7ADA7
(183,173,167)
#C7C0BD
(199,192,189)
#D7D3D3
(215,211,211)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47280D; }

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

This text font color is #47280D.


Background Color

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

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

This div background color is #47280D.


Border color

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

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

This div border color is #47280D.


Opacity

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

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

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

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

This text has shadow with #47280D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47280D on black background.


Color preview on white background

This text has color #47280D on white background.



Black color preview on #47280D background

This text has black color on #47280D background.


White color preview on #47280D background

This text has white color on #47280D background.