COLOR #B47441

HEX: #B47441
RGB: (180,116,65)

Color info

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

RGB color model

#B47441 color RGB value is (180,116,65).

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

RGB channels and saturation

R 180 of 255 = 71%
G 116 of 255 = 45%
B 65 of 255 = 25%

180
116
65

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

Portions of RGB colors in percentages

R + G + B =
180 + 116 + 65 = 361 (100%)
R 180 of 361 ~ 49.86%
G 116 of 361 ~ 32.13%
B 65 of 361 ~ 18.01%

%49.86
%32.13
%18.01

CMYK color model

#B47441 color CMYK value is (0,36,64,29).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 63.89%
  • key color value is 29.41%
CMYK:
(0,36,64,29)
C0M36Y64K29 
(0%,36%,64%,29%)
(0.00/0.36/0.64/0.29)	

CMYK percentages

%0
%35.56
%63.89
%29.41

Codes

Color #B47441 in popluar color models

B47441
RGB18011665
HSL27°46.94%48.04%
HSB/HSV27°63.89%70.59%
CMYK0.00%35.56%63.89%
29.41%

Color #B47441 in popluar number systems.

HEXB47441
Decimal18011665
Binary1011010011101001000001
Octal264164101

Shades and tints

Shades of #B47441

#B47441
(180,116,65)
#A46A3C
(164,106,60)
#946037
(148,96,55)
#845632
(132,86,50)
#744C2D
(116,76,45)
#644228
(100,66,40)
#543823
(84,56,35)
#442E1E
(68,46,30)
#342419
(52,36,25)
#241A14
(36,26,20)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #B47441

#B47441
(180,116,65)
#BA8052
(186,128,82)
#C08C63
(192,140,99)
#C69874
(198,152,116)
#CCA485
(204,164,133)
#D2B096
(210,176,150)
#D8BCA7
(216,188,167)
#DEC8B8
(222,200,184)
#E4D4C9
(228,212,201)
#EAE0DA
(234,224,218)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47441; }

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

This text font color is #B47441.


Background Color

.myBgColor { background-color: #B47441; }

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

This div background color is #B47441.


Border color

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

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

This div border color is #B47441.


Opacity

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

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

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

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

This text has shadow with #B47441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47441 on black background.


Color preview on white background

This text has color #B47441 on white background.



Black color preview on #B47441 background

This text has black color on #B47441 background.


White color preview on #B47441 background

This text has white color on #B47441 background.