COLOR #47310B

HEX: #47310B
RGB: (71,49,11)

Color info

#47310B contains mainly red and green colors. Web safe color of #47310B is #333300 (or #330).

RGB color model

#47310B color RGB value is (71,49,11).

  • red value is 71;
  • green value is 49;
  • blue value is 11.
RGB:
(71,49,11)
(28%,19%,4%)

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 11 of 255 = 4%

71
49
11

R + G + B ~ 17%. #47310B is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 11 = 131 (100%)
R 71 of 131 ~ 54.2%
G 49 of 131 ~ 37.4%
B 11 of 131 ~ 8.4%

%54.2
%37.4

CMYK color model

#47310B color CMYK value is (0,31,85,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 84.51%
  • key color value is 72.16%
CMYK:
(0,31,85,72)
C0M31Y85K72 
(0%,31%,85%,72%)
(0.00/0.31/0.85/0.72)	

CMYK percentages

%0
%30.99
%84.51
%72.16

Codes

Color #47310B in popluar color models

47310B
RGB714911
HSL38°73.17%16.08%
HSB/HSV38°84.51%27.84%
CMYK0.00%30.99%84.51%
72.16%

Color #47310B in popluar number systems.

HEX47310B
Decimal714911
Binary10001111100011011
Octal1076113

Shades and tints

Shades of #47310B

#47310B
(71,49,11)
#412D0A
(65,45,10)
#3B2909
(59,41,9)
#352508
(53,37,8)
#2F2107
(47,33,7)
#291D06
(41,29,6)
#231905
(35,25,5)
#1D1504
(29,21,4)
#171103
(23,17,3)
#110D02
(17,13,2)
#0B0901
(11,9,1)
#000000
(0,0,0)

Tints of #47310B

#47310B
(71,49,11)
#574321
(87,67,33)
#675537
(103,85,55)
#77674D
(119,103,77)
#877963
(135,121,99)
#978B79
(151,139,121)
#A79D8F
(167,157,143)
#B7AFA5
(183,175,165)
#C7C1BB
(199,193,187)
#D7D3D1
(215,211,209)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47310B color. Also use rgb(71,49,11) instead hex code.

Text Font Color

.myTextColor { color: #47310B; }

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

This text font color is #47310B.


Background Color

.myBgColor { background-color: #47310B; }

<div style="background-color:#47310B">Inner text</div>

This div background color is #47310B.


Border color

.myBorderColor { border: 1px solid #47310B; }

<div style="border:3px solid #47310B">Div</div>

This div border color is #47310B.


Opacity

.myOpacity80 { color: #47310B; opacity: 0.8; }

<p style="color:#47310B;opacity:0.8;">80%</p>

Text with #47310B 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 #47310B;}

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

This text has shadow with #47310B color.

.textShadow {text-shadow: 3px 3px 1px #47310B, 3px 3px 1px red;}

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

This text has shadow with #47310B primary color and red secondary color.


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

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

This text has shadow with #47310B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47310B on black background.


Color preview on white background

This text has color #47310B on white background.



Black color preview on #47310B background

This text has black color on #47310B background.


White color preview on #47310B background

This text has white color on #47310B background.