COLOR #B37359

HEX: #B37359
RGB: (179,115,89)

Color info

#B37359 contains mainly red color. Web safe color of #B37359 is #996666 (or #966).

RGB color model

#B37359 color RGB value is (179,115,89).

  • red value is 179;
  • green value is 115;
  • blue value is 89.
RGB:
(179,115,89)
(70%,45%,35%)

RGB channels and saturation

R 179 of 255 = 70%
G 115 of 255 = 45%
B 89 of 255 = 35%

179
115
89

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

Portions of RGB colors in percentages

R + G + B =
179 + 115 + 89 = 383 (100%)
R 179 of 383 ~ 46.74%
G 115 of 383 ~ 30.03%
B 89 of 383 ~ 23.24%

%46.74
%30.03
%23.24

CMYK color model

#B37359 color CMYK value is (0,36,50,30).

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 50.28%
  • key color value is 29.80%
CMYK:
(0,36,50,30)
C0M36Y50K30 
(0%,36%,50%,30%)
(0.00/0.36/0.50/0.30)	

CMYK percentages

%0
%35.75
%50.28
%29.8

Codes

Color #B37359 in popluar color models

B37359
RGB17911589
HSL17°37.19%52.55%
HSB/HSV17°50.28%70.20%
CMYK0.00%35.75%50.28%
29.80%

Color #B37359 in popluar number systems.

HEXB37359
Decimal17911589
Binary1011001111100111011001
Octal263163131

Shades and tints

Shades of #B37359

#B37359
(179,115,89)
#A36951
(163,105,81)
#935F49
(147,95,73)
#835541
(131,85,65)
#734B39
(115,75,57)
#634131
(99,65,49)
#533729
(83,55,41)
#432D21
(67,45,33)
#332319
(51,35,25)
#231911
(35,25,17)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #B37359

#B37359
(179,115,89)
#B97F68
(185,127,104)
#BF8B77
(191,139,119)
#C59786
(197,151,134)
#CBA395
(203,163,149)
#D1AFA4
(209,175,164)
#D7BBB3
(215,187,179)
#DDC7C2
(221,199,194)
#E3D3D1
(227,211,209)
#E9DFE0
(233,223,224)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37359 color. Also use rgb(179,115,89) instead hex code.

Text Font Color

.myTextColor { color: #B37359; }

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

This text font color is #B37359.


Background Color

.myBgColor { background-color: #B37359; }

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

This div background color is #B37359.


Border color

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

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

This div border color is #B37359.


Opacity

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

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

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

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

This text has shadow with #B37359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37359 on black background.


Color preview on white background

This text has color #B37359 on white background.



Black color preview on #B37359 background

This text has black color on #B37359 background.


White color preview on #B37359 background

This text has white color on #B37359 background.