COLOR #B47E1D

HEX: #B47E1D
RGB: (180,126,29)

Color info

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

RGB color model

#B47E1D color RGB value is (180,126,29).

  • red value is 180;
  • green value is 126;
  • blue value is 29.
RGB:
(180,126,29)
(71%,49%,11%)

RGB channels and saturation

R 180 of 255 = 71%
G 126 of 255 = 49%
B 29 of 255 = 11%

180
126
29

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

Portions of RGB colors in percentages

R + G + B =
180 + 126 + 29 = 335 (100%)
R 180 of 335 ~ 53.73%
G 126 of 335 ~ 37.61%
B 29 of 335 ~ 8.66%

%53.73
%37.61

CMYK color model

#B47E1D color CMYK value is (0,30,84,29).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 83.89%
  • key color value is 29.41%
CMYK:
(0,30,84,29)
C0M30Y84K29 
(0%,30%,84%,29%)
(0.00/0.30/0.84/0.29)	

CMYK percentages

%0
%30
%83.89
%29.41

Codes

Color #B47E1D in popluar color models

B47E1D
RGB18012629
HSL39°72.25%40.98%
HSB/HSV39°83.89%70.59%
CMYK0.00%30.00%83.89%
29.41%

Color #B47E1D in popluar number systems.

HEXB47E1D
Decimal18012629
Binary10110100111111011101
Octal26417635

Shades and tints

Shades of #B47E1D

#B47E1D
(180,126,29)
#A4731B
(164,115,27)
#946819
(148,104,25)
#845D17
(132,93,23)
#745215
(116,82,21)
#644713
(100,71,19)
#543C11
(84,60,17)
#44310F
(68,49,15)
#34260D
(52,38,13)
#241B0B
(36,27,11)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #B47E1D

#B47E1D
(180,126,29)
#BA8931
(186,137,49)
#C09445
(192,148,69)
#C69F59
(198,159,89)
#CCAA6D
(204,170,109)
#D2B581
(210,181,129)
#D8C095
(216,192,149)
#DECBA9
(222,203,169)
#E4D6BD
(228,214,189)
#EAE1D1
(234,225,209)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47E1D color. Also use rgb(180,126,29) instead hex code.

Text Font Color

.myTextColor { color: #B47E1D; }

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

This text font color is #B47E1D.


Background Color

.myBgColor { background-color: #B47E1D; }

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

This div background color is #B47E1D.


Border color

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

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

This div border color is #B47E1D.


Opacity

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

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

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

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

This text has shadow with #B47E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47E1D on black background.


Color preview on white background

This text has color #B47E1D on white background.



Black color preview on #B47E1D background

This text has black color on #B47E1D background.


White color preview on #B47E1D background

This text has white color on #B47E1D background.