COLOR #B3721E

HEX: #B3721E
RGB: (179,114,30)

Color info

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

RGB color model

#B3721E color RGB value is (179,114,30).

  • red value is 179;
  • green value is 114;
  • blue value is 30.
RGB:
(179,114,30)
(70%,45%,12%)

RGB channels and saturation

R 179 of 255 = 70%
G 114 of 255 = 45%
B 30 of 255 = 12%

179
114
30

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

Portions of RGB colors in percentages

R + G + B =
179 + 114 + 30 = 323 (100%)
R 179 of 323 ~ 55.42%
G 114 of 323 ~ 35.29%
B 30 of 323 ~ 9.29%

%55.42
%35.29

CMYK color model

#B3721E color CMYK value is (0,36,83,30).

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 83.24%
  • key color value is 29.80%
CMYK:
(0,36,83,30)
C0M36Y83K30 
(0%,36%,83%,30%)
(0.00/0.36/0.83/0.30)	

CMYK percentages

%0
%36.31
%83.24
%29.8

Codes

Color #B3721E in popluar color models

B3721E
RGB17911430
HSL34°71.29%40.98%
HSB/HSV34°83.24%70.20%
CMYK0.00%36.31%83.24%
29.80%

Color #B3721E in popluar number systems.

HEXB3721E
Decimal17911430
Binary10110011111001011110
Octal26316236

Shades and tints

Shades of #B3721E

#B3721E
(179,114,30)
#A3681C
(163,104,28)
#935E1A
(147,94,26)
#835418
(131,84,24)
#734A16
(115,74,22)
#634014
(99,64,20)
#533612
(83,54,18)
#432C10
(67,44,16)
#33220E
(51,34,14)
#23180C
(35,24,12)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #B3721E

#B3721E
(179,114,30)
#B97E32
(185,126,50)
#BF8A46
(191,138,70)
#C5965A
(197,150,90)
#CBA26E
(203,162,110)
#D1AE82
(209,174,130)
#D7BA96
(215,186,150)
#DDC6AA
(221,198,170)
#E3D2BE
(227,210,190)
#E9DED2
(233,222,210)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3721E color. Also use rgb(179,114,30) instead hex code.

Text Font Color

.myTextColor { color: #B3721E; }

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

This text font color is #B3721E.


Background Color

.myBgColor { background-color: #B3721E; }

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

This div background color is #B3721E.


Border color

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

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

This div border color is #B3721E.


Opacity

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

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

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

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

This text has shadow with #B3721E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3721E on black background.


Color preview on white background

This text has color #B3721E on white background.



Black color preview on #B3721E background

This text has black color on #B3721E background.


White color preview on #B3721E background

This text has white color on #B3721E background.