COLOR #47320B

HEX: #47320B RGB: (71,50,11)

Color info

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

RGB color model

#47320B color RGB value is (71,50,11).

RGB: (71,50,11) (28%, 20%, 4%)

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 11 of 255 = 4%

71
50
11

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

Portions of RGB colors in percentages

R + G + B = 71 + 50 + 11 = 132 (100%)
R 71 of 132 ~ 53.79%
G 50 of 132 ~ 37.88%
B 11 of 132 ~ 8.33'%

%53.79
%37.88

CMYK color model

#47320B color CMYK value is (0,30,85,72).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 84.51%
  • key color value is 72.16%
CMYK: (0,30,85,72) C0M30Y85K72 (0%,30%,85%,72%) (0.00/0.30/0.85/0.72) 

CMYK percentages

%0
%29.58
%84.51
%72.16

Codes

Color #47320B in popluar color models

47 32 0B
RGB 71 50 11
HSL 39° 73.17% 16.08%
HSB/HSV 39° 84.51% 27.84%
CMYK 0.00% 29.58% 84.51%
72.16%

Color #47320B in popluar number systems.

HEX 47 32 0B
Decimal 71 50 11
Binary 1000111 110010 1011
Octal 107 62 13

Shades and tints

Shades of #47320B

#47320B
(71,50,11)
#412E0A
(65,46,10)
#3B2A09
(59,42,9)
#352608
(53,38,8)
#2F2207
(47,34,7)
#291E06
(41,30,6)
#231A05
(35,26,5)
#1D1604
(29,22,4)
#171203
(23,18,3)
#110E02
(17,14,2)
#0B0A01
(11,10,1)
#000000
(0,0,0)

Tints of #47320B

#47320B
(71,50,11)
#574421
(87,68,33)
#675637
(103,86,55)
#77684D
(119,104,77)
#877A63
(135,122,99)
#978C79
(151,140,121)
#A79E8F
(167,158,143)
#B7B0A5
(183,176,165)
#C7C2BB
(199,194,187)
#D7D4D1
(215,212,209)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47320B; }

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

This text font color is #47320B.

Background Color

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

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

This div background color is #47320B.

Border color

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

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

This div border color is #47320B.

Opacity

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

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

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

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

This text has shadow with #47320B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47320B.

Preview

Color preview on black background

This text has color #47320B on black background.


Color preview on white background

This text has color #47320B on white background.


Black color preview on #47320B background

This text has black color on #47320B background.


White color preview on #47320B background

This text has white color on #47320B background.


Related colors

Complementary color

Complementary color for #hex is #B8CDF4.


I love getcolorcode.com

Triadic colors

1 #0B4732 and #320B47 with #47320B are triadic colors.

2 #0B3247 and #32470B with #47320B are triadic colors.