COLOR #B47041

HEX: #B47041
RGB: (180,112,65)

Color info

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

RGB color model

#B47041 color RGB value is (180,112,65).

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

RGB channels and saturation

R 180 of 255 = 71%
G 112 of 255 = 44%
B 65 of 255 = 25%

180
112
65

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

Portions of RGB colors in percentages

R + G + B =
180 + 112 + 65 = 357 (100%)
R 180 of 357 ~ 50.42%
G 112 of 357 ~ 31.37%
B 65 of 357 ~ 18.21%

%50.42
%31.37
%18.21

CMYK color model

#B47041 color CMYK value is (0,38,64,29).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 63.89%
  • key color value is 29.41%
CMYK:
(0,38,64,29)
C0M38Y64K29 
(0%,38%,64%,29%)
(0.00/0.38/0.64/0.29)	

CMYK percentages

%0
%37.78
%63.89
%29.41

Codes

Color #B47041 in popluar color models

B47041
RGB18011265
HSL25°46.94%48.04%
HSB/HSV25°63.89%70.59%
CMYK0.00%37.78%63.89%
29.41%

Color #B47041 in popluar number systems.

HEXB47041
Decimal18011265
Binary1011010011100001000001
Octal264160101

Shades and tints

Shades of #B47041

#B47041
(180,112,65)
#A4663C
(164,102,60)
#945C37
(148,92,55)
#845232
(132,82,50)
#74482D
(116,72,45)
#643E28
(100,62,40)
#543423
(84,52,35)
#442A1E
(68,42,30)
#342019
(52,32,25)
#241614
(36,22,20)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #B47041

#B47041
(180,112,65)
#BA7D52
(186,125,82)
#C08A63
(192,138,99)
#C69774
(198,151,116)
#CCA485
(204,164,133)
#D2B196
(210,177,150)
#D8BEA7
(216,190,167)
#DECBB8
(222,203,184)
#E4D8C9
(228,216,201)
#EAE5DA
(234,229,218)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47041; }

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

This text font color is #B47041.


Background Color

.myBgColor { background-color: #B47041; }

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

This div background color is #B47041.


Border color

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

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

This div border color is #B47041.


Opacity

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

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

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

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

This text has shadow with #B47041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47041 on black background.


Color preview on white background

This text has color #B47041 on white background.



Black color preview on #B47041 background

This text has black color on #B47041 background.


White color preview on #B47041 background

This text has white color on #B47041 background.