COLOR #B47934

HEX: #B47934
RGB: (180,121,52)

Color info

#B47934 contains mainly red and green colors. Web safe color of #B47934 is #CC6633 (or #C63).

RGB color model

#B47934 color RGB value is (180,121,52).

  • red value is 180;
  • green value is 121;
  • blue value is 52.
RGB:
(180,121,52)
(71%,47%,20%)

RGB channels and saturation

R 180 of 255 = 71%
G 121 of 255 = 47%
B 52 of 255 = 20%

180
121
52

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

Portions of RGB colors in percentages

R + G + B =
180 + 121 + 52 = 353 (100%)
R 180 of 353 ~ 50.99%
G 121 of 353 ~ 34.28%
B 52 of 353 ~ 14.73%

%50.99
%34.28
%14.73

CMYK color model

#B47934 color CMYK value is (0,33,71,29).

  • cyan value is 0.00%
  • magenta value is 32.78%
  • yellow value is 71.11%
  • key color value is 29.41%
CMYK:
(0,33,71,29)
C0M33Y71K29 
(0%,33%,71%,29%)
(0.00/0.33/0.71/0.29)	

CMYK percentages

%0
%32.78
%71.11
%29.41

Codes

Color #B47934 in popluar color models

B47934
RGB18012152
HSL32°55.17%45.49%
HSB/HSV32°71.11%70.59%
CMYK0.00%32.78%71.11%
29.41%

Color #B47934 in popluar number systems.

HEXB47934
Decimal18012152
Binary101101001111001110100
Octal26417164

Shades and tints

Shades of #B47934

#B47934
(180,121,52)
#A46E30
(164,110,48)
#94632C
(148,99,44)
#845828
(132,88,40)
#744D24
(116,77,36)
#644220
(100,66,32)
#54371C
(84,55,28)
#442C18
(68,44,24)
#342114
(52,33,20)
#241610
(36,22,16)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #B47934

#B47934
(180,121,52)
#BA8546
(186,133,70)
#C09158
(192,145,88)
#C69D6A
(198,157,106)
#CCA97C
(204,169,124)
#D2B58E
(210,181,142)
#D8C1A0
(216,193,160)
#DECDB2
(222,205,178)
#E4D9C4
(228,217,196)
#EAE5D6
(234,229,214)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47934 color. Also use rgb(180,121,52) instead hex code.

Text Font Color

.myTextColor { color: #B47934; }

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

This text font color is #B47934.


Background Color

.myBgColor { background-color: #B47934; }

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

This div background color is #B47934.


Border color

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

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

This div border color is #B47934.


Opacity

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

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

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

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

This text has shadow with #B47934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47934 on black background.


Color preview on white background

This text has color #B47934 on white background.



Black color preview on #B47934 background

This text has black color on #B47934 background.


White color preview on #B47934 background

This text has white color on #B47934 background.