COLOR #B37519

HEX: #B37519
RGB: (179,117,25)

Color info

#B37519 contains mainly red color. Web safe color of #B37519 is #996600 (or #960).

RGB color model

#B37519 color RGB value is (179,117,25).

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

RGB channels and saturation

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

179
117
25

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

Portions of RGB colors in percentages

R + G + B =
179 + 117 + 25 = 321 (100%)
R 179 of 321 ~ 55.76%
G 117 of 321 ~ 36.45%
B 25 of 321 ~ 7.79%

%55.76
%36.45

CMYK color model

#B37519 color CMYK value is (0,35,86,30).

  • cyan value is 0.00%
  • magenta value is 34.64%
  • yellow value is 86.03%
  • key color value is 29.80%
CMYK:
(0,35,86,30)
C0M35Y86K30 
(0%,35%,86%,30%)
(0.00/0.35/0.86/0.30)	

CMYK percentages

%0
%34.64
%86.03
%29.8

Codes

Color #B37519 in popluar color models

B37519
RGB17911725
HSL36°75.49%40.00%
HSB/HSV36°86.03%70.20%
CMYK0.00%34.64%86.03%
29.80%

Color #B37519 in popluar number systems.

HEXB37519
Decimal17911725
Binary10110011111010111001
Octal26316531

Shades and tints

Shades of #B37519

#B37519
(179,117,25)
#A36B17
(163,107,23)
#936115
(147,97,21)
#835713
(131,87,19)
#734D11
(115,77,17)
#63430F
(99,67,15)
#53390D
(83,57,13)
#432F0B
(67,47,11)
#332509
(51,37,9)
#231B07
(35,27,7)
#131105
(19,17,5)
#000000
(0,0,0)

Tints of #B37519

#B37519
(179,117,25)
#B9812D
(185,129,45)
#BF8D41
(191,141,65)
#C59955
(197,153,85)
#CBA569
(203,165,105)
#D1B17D
(209,177,125)
#D7BD91
(215,189,145)
#DDC9A5
(221,201,165)
#E3D5B9
(227,213,185)
#E9E1CD
(233,225,205)
#EFEDE1
(239,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B37519; }

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

This text font color is #B37519.


Background Color

.myBgColor { background-color: #B37519; }

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

This div background color is #B37519.


Border color

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

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

This div border color is #B37519.


Opacity

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

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

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

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

This text has shadow with #B37519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B37519 on black background.


Color preview on white background

This text has color #B37519 on white background.



Black color preview on #B37519 background

This text has black color on #B37519 background.


White color preview on #B37519 background

This text has white color on #B37519 background.