COLOR #B47F7B

HEX: #B47F7B
RGB: (180,127,123)

Color info

#B47F7B contains red, green and blue colors in about the same proportion. Web safe color of #B47F7B is #CC6666 (or #C66).

RGB color model

#B47F7B color RGB value is (180,127,123).

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

RGB channels and saturation

R 180 of 255 = 71%
G 127 of 255 = 50%
B 123 of 255 = 48%

180
127
123

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

Portions of RGB colors in percentages

R + G + B =
180 + 127 + 123 = 430 (100%)
R 180 of 430 ~ 41.86%
G 127 of 430 ~ 29.53%
B 123 of 430 ~ 28.6%

%41.86
%29.53
%28.6

CMYK color model

#B47F7B color CMYK value is (0,29,32,29).

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 31.67%
  • key color value is 29.41%
CMYK:
(0,29,32,29)
C0M29Y32K29 
(0%,29%,32%,29%)
(0.00/0.29/0.32/0.29)	

CMYK percentages

%0
%29.44
%31.67
%29.41

Codes

Color #B47F7B in popluar color models

B47F7B
RGB180127123
HSL27.54%59.41%
HSB/HSV31.67%70.59%
CMYK0.00%29.44%31.67%
29.41%

Color #B47F7B in popluar number systems.

HEXB47F7B
Decimal180127123
Binary1011010011111111111011
Octal264177173

Shades and tints

Shades of #B47F7B

#B47F7B
(180,127,123)
#A47470
(164,116,112)
#946965
(148,105,101)
#845E5A
(132,94,90)
#74534F
(116,83,79)
#644844
(100,72,68)
#543D39
(84,61,57)
#44322E
(68,50,46)
#342723
(52,39,35)
#241C18
(36,28,24)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #B47F7B

#B47F7B
(180,127,123)
#BA8A87
(186,138,135)
#C09593
(192,149,147)
#C6A09F
(198,160,159)
#CCABAB
(204,171,171)
#D2B6B7
(210,182,183)
#D8C1C3
(216,193,195)
#DECCCF
(222,204,207)
#E4D7DB
(228,215,219)
#EAE2E7
(234,226,231)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47F7B; }

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

This text font color is #B47F7B.


Background Color

.myBgColor { background-color: #B47F7B; }

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

This div background color is #B47F7B.


Border color

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

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

This div border color is #B47F7B.


Opacity

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

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

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

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

This text has shadow with #B47F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47F7B on black background.


Color preview on white background

This text has color #B47F7B on white background.



Black color preview on #B47F7B background

This text has black color on #B47F7B background.


White color preview on #B47F7B background

This text has white color on #B47F7B background.