COLOR #B37C5A

HEX: #B37C5A
RGB: (179,124,90)

Color info

#B37C5A contains mainly red and green colors. Web safe color of #B37C5A is #996666 (or #966).

RGB color model

#B37C5A color RGB value is (179,124,90).

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

RGB channels and saturation

R 179 of 255 = 70%
G 124 of 255 = 49%
B 90 of 255 = 35%

179
124
90

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

Portions of RGB colors in percentages

R + G + B =
179 + 124 + 90 = 393 (100%)
R 179 of 393 ~ 45.55%
G 124 of 393 ~ 31.55%
B 90 of 393 ~ 22.9%

%45.55
%31.55
%22.9

CMYK color model

#B37C5A color CMYK value is (0,31,50,30).

  • cyan value is 0.00%
  • magenta value is 30.73%
  • yellow value is 49.72%
  • key color value is 29.80%
CMYK:
(0,31,50,30)
C0M31Y50K30 
(0%,31%,50%,30%)
(0.00/0.31/0.50/0.30)	

CMYK percentages

%0
%30.73
%49.72
%29.8

Codes

Color #B37C5A in popluar color models

B37C5A
RGB17912490
HSL23°36.93%52.75%
HSB/HSV23°49.72%70.20%
CMYK0.00%30.73%49.72%
29.80%

Color #B37C5A in popluar number systems.

HEXB37C5A
Decimal17912490
Binary1011001111111001011010
Octal263174132

Shades and tints

Shades of #B37C5A

#B37C5A
(179,124,90)
#A37152
(163,113,82)
#93664A
(147,102,74)
#835B42
(131,91,66)
#73503A
(115,80,58)
#634532
(99,69,50)
#533A2A
(83,58,42)
#432F22
(67,47,34)
#33241A
(51,36,26)
#231912
(35,25,18)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #B37C5A

#B37C5A
(179,124,90)
#B98769
(185,135,105)
#BF9278
(191,146,120)
#C59D87
(197,157,135)
#CBA896
(203,168,150)
#D1B3A5
(209,179,165)
#D7BEB4
(215,190,180)
#DDC9C3
(221,201,195)
#E3D4D2
(227,212,210)
#E9DFE1
(233,223,225)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37C5A; }

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

This text font color is #B37C5A.


Background Color

.myBgColor { background-color: #B37C5A; }

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

This div background color is #B37C5A.


Border color

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

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

This div border color is #B37C5A.


Opacity

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

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

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

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

This text has shadow with #B37C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37C5A on black background.


Color preview on white background

This text has color #B37C5A on white background.



Black color preview on #B37C5A background

This text has black color on #B37C5A background.


White color preview on #B37C5A background

This text has white color on #B37C5A background.