COLOR #B37F4A

HEX: #B37F4A
RGB: (179,127,74)

Color info

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

RGB color model

#B37F4A color RGB value is (179,127,74).

  • red value is 179;
  • green value is 127;
  • blue value is 74.
RGB:
(179,127,74)
(70%,50%,29%)

RGB channels and saturation

R 179 of 255 = 70%
G 127 of 255 = 50%
B 74 of 255 = 29%

179
127
74

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

Portions of RGB colors in percentages

R + G + B =
179 + 127 + 74 = 380 (100%)
R 179 of 380 ~ 47.11%
G 127 of 380 ~ 33.42%
B 74 of 380 ~ 19.47%

%47.11
%33.42
%19.47

CMYK color model

#B37F4A color CMYK value is (0,29,59,30).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 58.66%
  • key color value is 29.80%
CMYK:
(0,29,59,30)
C0M29Y59K30 
(0%,29%,59%,30%)
(0.00/0.29/0.59/0.30)	

CMYK percentages

%0
%29.05
%58.66
%29.8

Codes

Color #B37F4A in popluar color models

B37F4A
RGB17912774
HSL30°41.50%49.61%
HSB/HSV30°58.66%70.20%
CMYK0.00%29.05%58.66%
29.80%

Color #B37F4A in popluar number systems.

HEXB37F4A
Decimal17912774
Binary1011001111111111001010
Octal263177112

Shades and tints

Shades of #B37F4A

#B37F4A
(179,127,74)
#A37444
(163,116,68)
#93693E
(147,105,62)
#835E38
(131,94,56)
#735332
(115,83,50)
#63482C
(99,72,44)
#533D26
(83,61,38)
#433220
(67,50,32)
#33271A
(51,39,26)
#231C14
(35,28,20)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #B37F4A

#B37F4A
(179,127,74)
#B98A5A
(185,138,90)
#BF956A
(191,149,106)
#C5A07A
(197,160,122)
#CBAB8A
(203,171,138)
#D1B69A
(209,182,154)
#D7C1AA
(215,193,170)
#DDCCBA
(221,204,186)
#E3D7CA
(227,215,202)
#E9E2DA
(233,226,218)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37F4A color. Also use rgb(179,127,74) instead hex code.

Text Font Color

.myTextColor { color: #B37F4A; }

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

This text font color is #B37F4A.


Background Color

.myBgColor { background-color: #B37F4A; }

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

This div background color is #B37F4A.


Border color

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

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

This div border color is #B37F4A.


Opacity

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

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

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

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

This text has shadow with #B37F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37F4A on black background.


Color preview on white background

This text has color #B37F4A on white background.



Black color preview on #B37F4A background

This text has black color on #B37F4A background.


White color preview on #B37F4A background

This text has white color on #B37F4A background.