COLOR #B3730F

HEX: #B3730F
RGB: (179,115,15)

Color info

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

RGB color model

#B3730F color RGB value is (179,115,15).

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

RGB channels and saturation

R 179 of 255 = 70%
G 115 of 255 = 45%
B 15 of 255 = 6%

179
115
15

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

Portions of RGB colors in percentages

R + G + B =
179 + 115 + 15 = 309 (100%)
R 179 of 309 ~ 57.93%
G 115 of 309 ~ 37.22%
B 15 of 309 ~ 4.85%

%57.93
%37.22

CMYK color model

#B3730F color CMYK value is (0,36,92,30).

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 91.62%
  • key color value is 29.80%
CMYK:
(0,36,92,30)
C0M36Y92K30 
(0%,36%,92%,30%)
(0.00/0.36/0.92/0.30)	

CMYK percentages

%0
%35.75
%91.62
%29.8

Codes

Color #B3730F in popluar color models

B3730F
RGB17911515
HSL37°84.54%38.04%
HSB/HSV37°91.62%70.20%
CMYK0.00%35.75%91.62%
29.80%

Color #B3730F in popluar number systems.

HEXB3730F
Decimal17911515
Binary1011001111100111111
Octal26316317

Shades and tints

Shades of #B3730F

#B3730F
(179,115,15)
#A3690E
(163,105,14)
#935F0D
(147,95,13)
#83550C
(131,85,12)
#734B0B
(115,75,11)
#63410A
(99,65,10)
#533709
(83,55,9)
#432D08
(67,45,8)
#332307
(51,35,7)
#231906
(35,25,6)
#130F05
(19,15,5)
#000000
(0,0,0)

Tints of #B3730F

#B3730F
(179,115,15)
#B97F24
(185,127,36)
#BF8B39
(191,139,57)
#C5974E
(197,151,78)
#CBA363
(203,163,99)
#D1AF78
(209,175,120)
#D7BB8D
(215,187,141)
#DDC7A2
(221,199,162)
#E3D3B7
(227,211,183)
#E9DFCC
(233,223,204)
#EFEBE1
(239,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3730F; }

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

This text font color is #B3730F.


Background Color

.myBgColor { background-color: #B3730F; }

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

This div background color is #B3730F.


Border color

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

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

This div border color is #B3730F.


Opacity

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

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

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

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

This text has shadow with #B3730F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3730F on black background.


Color preview on white background

This text has color #B3730F on white background.



Black color preview on #B3730F background

This text has black color on #B3730F background.


White color preview on #B3730F background

This text has white color on #B3730F background.