COLOR #B37540

HEX: #B37540
RGB: (179,117,64)

Color info

#B37540 contains mainly red color. Web safe color of #B37540 is #996633 (or #963).

RGB color model

#B37540 color RGB value is (179,117,64).

  • red value is 179;
  • green value is 117;
  • blue value is 64.
RGB:
(179,117,64)
(70%,46%,25%)

RGB channels and saturation

R 179 of 255 = 70%
G 117 of 255 = 46%
B 64 of 255 = 25%

179
117
64

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

Portions of RGB colors in percentages

R + G + B =
179 + 117 + 64 = 360 (100%)
R 179 of 360 ~ 49.72%
G 117 of 360 ~ 32.5%
B 64 of 360 ~ 17.78%

%49.72
%32.5
%17.78

CMYK color model

#B37540 color CMYK value is (0,35,64,30).

  • cyan value is 0.00%
  • magenta value is 34.64%
  • yellow value is 64.25%
  • key color value is 29.80%
CMYK:
(0,35,64,30)
C0M35Y64K30 
(0%,35%,64%,30%)
(0.00/0.35/0.64/0.30)	

CMYK percentages

%0
%34.64
%64.25
%29.8

Codes

Color #B37540 in popluar color models

B37540
RGB17911764
HSL28°47.33%47.65%
HSB/HSV28°64.25%70.20%
CMYK0.00%34.64%64.25%
29.80%

Color #B37540 in popluar number systems.

HEXB37540
Decimal17911764
Binary1011001111101011000000
Octal263165100

Shades and tints

Shades of #B37540

#B37540
(179,117,64)
#A36B3B
(163,107,59)
#936136
(147,97,54)
#835731
(131,87,49)
#734D2C
(115,77,44)
#634327
(99,67,39)
#533922
(83,57,34)
#432F1D
(67,47,29)
#332518
(51,37,24)
#231B13
(35,27,19)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #B37540

#B37540
(179,117,64)
#B98151
(185,129,81)
#BF8D62
(191,141,98)
#C59973
(197,153,115)
#CBA584
(203,165,132)
#D1B195
(209,177,149)
#D7BDA6
(215,189,166)
#DDC9B7
(221,201,183)
#E3D5C8
(227,213,200)
#E9E1D9
(233,225,217)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37540 color. Also use rgb(179,117,64) instead hex code.

Text Font Color

.myTextColor { color: #B37540; }

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

This text font color is #B37540.


Background Color

.myBgColor { background-color: #B37540; }

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

This div background color is #B37540.


Border color

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

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

This div border color is #B37540.


Opacity

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

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

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

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

This text has shadow with #B37540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37540 on black background.


Color preview on white background

This text has color #B37540 on white background.



Black color preview on #B37540 background

This text has black color on #B37540 background.


White color preview on #B37540 background

This text has white color on #B37540 background.