COLOR #B37C49

HEX: #B37C49
RGB: (179,124,73)

Color info

#B37C49 contains mainly red and green colors. Web safe color of #B37C49 is #996633 (or #963).

RGB color model

#B37C49 color RGB value is (179,124,73).

  • red value is 179;
  • green value is 124;
  • blue value is 73.
RGB:
(179,124,73)
(70%,49%,29%)

RGB channels and saturation

R 179 of 255 = 70%
G 124 of 255 = 49%
B 73 of 255 = 29%

179
124
73

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

Portions of RGB colors in percentages

R + G + B =
179 + 124 + 73 = 376 (100%)
R 179 of 376 ~ 47.61%
G 124 of 376 ~ 32.98%
B 73 of 376 ~ 19.41%

%47.61
%32.98
%19.41

CMYK color model

#B37C49 color CMYK value is (0,31,59,30).

  • cyan value is 0.00%
  • magenta value is 30.73%
  • yellow value is 59.22%
  • key color value is 29.80%
CMYK:
(0,31,59,30)
C0M31Y59K30 
(0%,31%,59%,30%)
(0.00/0.31/0.59/0.30)	

CMYK percentages

%0
%30.73
%59.22
%29.8

Codes

Color #B37C49 in popluar color models

B37C49
RGB17912473
HSL29°42.06%49.41%
HSB/HSV29°59.22%70.20%
CMYK0.00%30.73%59.22%
29.80%

Color #B37C49 in popluar number systems.

HEXB37C49
Decimal17912473
Binary1011001111111001001001
Octal263174111

Shades and tints

Shades of #B37C49

#B37C49
(179,124,73)
#A37143
(163,113,67)
#93663D
(147,102,61)
#835B37
(131,91,55)
#735031
(115,80,49)
#63452B
(99,69,43)
#533A25
(83,58,37)
#432F1F
(67,47,31)
#332419
(51,36,25)
#231913
(35,25,19)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #B37C49

#B37C49
(179,124,73)
#B98759
(185,135,89)
#BF9269
(191,146,105)
#C59D79
(197,157,121)
#CBA889
(203,168,137)
#D1B399
(209,179,153)
#D7BEA9
(215,190,169)
#DDC9B9
(221,201,185)
#E3D4C9
(227,212,201)
#E9DFD9
(233,223,217)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37C49 color. Also use rgb(179,124,73) instead hex code.

Text Font Color

.myTextColor { color: #B37C49; }

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

This text font color is #B37C49.


Background Color

.myBgColor { background-color: #B37C49; }

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

This div background color is #B37C49.


Border color

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

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

This div border color is #B37C49.


Opacity

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

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

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

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

This text has shadow with #B37C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37C49 on black background.


Color preview on white background

This text has color #B37C49 on white background.



Black color preview on #B37C49 background

This text has black color on #B37C49 background.


White color preview on #B37C49 background

This text has white color on #B37C49 background.