COLOR #B47F4F

HEX: #B47F4F
RGB: (180,127,79)

Color info

#B47F4F contains mainly red and green colors. Web safe color of #B47F4F is #CC6666 (or #C66).

RGB color model

#B47F4F color RGB value is (180,127,79).

  • red value is 180;
  • green value is 127;
  • blue value is 79.
RGB:
(180,127,79)
(71%,50%,31%)

RGB channels and saturation

R 180 of 255 = 71%
G 127 of 255 = 50%
B 79 of 255 = 31%

180
127
79

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

Portions of RGB colors in percentages

R + G + B =
180 + 127 + 79 = 386 (100%)
R 180 of 386 ~ 46.63%
G 127 of 386 ~ 32.9%
B 79 of 386 ~ 20.47%

%46.63
%32.9
%20.47

CMYK color model

#B47F4F color CMYK value is (0,29,56,29).

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 56.11%
  • key color value is 29.41%
CMYK:
(0,29,56,29)
C0M29Y56K29 
(0%,29%,56%,29%)
(0.00/0.29/0.56/0.29)	

CMYK percentages

%0
%29.44
%56.11
%29.41

Codes

Color #B47F4F in popluar color models

B47F4F
RGB18012779
HSL29°40.24%50.78%
HSB/HSV29°56.11%70.59%
CMYK0.00%29.44%56.11%
29.41%

Color #B47F4F in popluar number systems.

HEXB47F4F
Decimal18012779
Binary1011010011111111001111
Octal264177117

Shades and tints

Shades of #B47F4F

#B47F4F
(180,127,79)
#A47448
(164,116,72)
#946941
(148,105,65)
#845E3A
(132,94,58)
#745333
(116,83,51)
#64482C
(100,72,44)
#543D25
(84,61,37)
#44321E
(68,50,30)
#342717
(52,39,23)
#241C10
(36,28,16)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #B47F4F

#B47F4F
(180,127,79)
#BA8A5F
(186,138,95)
#C0956F
(192,149,111)
#C6A07F
(198,160,127)
#CCAB8F
(204,171,143)
#D2B69F
(210,182,159)
#D8C1AF
(216,193,175)
#DECCBF
(222,204,191)
#E4D7CF
(228,215,207)
#EAE2DF
(234,226,223)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47F4F color. Also use rgb(180,127,79) instead hex code.

Text Font Color

.myTextColor { color: #B47F4F; }

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

This text font color is #B47F4F.


Background Color

.myBgColor { background-color: #B47F4F; }

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

This div background color is #B47F4F.


Border color

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

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

This div border color is #B47F4F.


Opacity

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

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

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

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

This text has shadow with #B47F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47F4F on black background.


Color preview on white background

This text has color #B47F4F on white background.



Black color preview on #B47F4F background

This text has black color on #B47F4F background.


White color preview on #B47F4F background

This text has white color on #B47F4F background.