COLOR #B47032

HEX: #B47032
RGB: (180,112,50)

Color info

#B47032 contains mainly red color. Web safe color of #B47032 is #CC6633 (or #C63).

RGB color model

#B47032 color RGB value is (180,112,50).

  • red value is 180;
  • green value is 112;
  • blue value is 50.
RGB:
(180,112,50)
(71%,44%,20%)

RGB channels and saturation

R 180 of 255 = 71%
G 112 of 255 = 44%
B 50 of 255 = 20%

180
112
50

R + G + B ~ 45%. #B47032 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 112 + 50 = 342 (100%)
R 180 of 342 ~ 52.63%
G 112 of 342 ~ 32.75%
B 50 of 342 ~ 14.62%

%52.63
%32.75
%14.62

CMYK color model

#B47032 color CMYK value is (0,38,72,29).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 72.22%
  • key color value is 29.41%
CMYK:
(0,38,72,29)
C0M38Y72K29 
(0%,38%,72%,29%)
(0.00/0.38/0.72/0.29)	

CMYK percentages

%0
%37.78
%72.22
%29.41

Codes

Color #B47032 in popluar color models

B47032
RGB18011250
HSL29°56.52%45.10%
HSB/HSV29°72.22%70.59%
CMYK0.00%37.78%72.22%
29.41%

Color #B47032 in popluar number systems.

HEXB47032
Decimal18011250
Binary101101001110000110010
Octal26416062

Shades and tints

Shades of #B47032

#B47032
(180,112,50)
#A4662E
(164,102,46)
#945C2A
(148,92,42)
#845226
(132,82,38)
#744822
(116,72,34)
#643E1E
(100,62,30)
#54341A
(84,52,26)
#442A16
(68,42,22)
#342012
(52,32,18)
#24160E
(36,22,14)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #B47032

#B47032
(180,112,50)
#BA7D44
(186,125,68)
#C08A56
(192,138,86)
#C69768
(198,151,104)
#CCA47A
(204,164,122)
#D2B18C
(210,177,140)
#D8BE9E
(216,190,158)
#DECBB0
(222,203,176)
#E4D8C2
(228,216,194)
#EAE5D4
(234,229,212)
#F0F2E6
(240,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47032 color. Also use rgb(180,112,50) instead hex code.

Text Font Color

.myTextColor { color: #B47032; }

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

This text font color is #B47032.


Background Color

.myBgColor { background-color: #B47032; }

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

This div background color is #B47032.


Border color

.myBorderColor { border: 1px solid #B47032; }

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

This div border color is #B47032.


Opacity

.myOpacity80 { color: #B47032; opacity: 0.8; }

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

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

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

This text has shadow with #B47032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47032 on black background.


Color preview on white background

This text has color #B47032 on white background.



Black color preview on #B47032 background

This text has black color on #B47032 background.


White color preview on #B47032 background

This text has white color on #B47032 background.