COLOR #B34311

HEX: #B34311
RGB: (179,67,17)

Color info

#B34311 contains mainly red color. Web safe color of #B34311 is #993300 (or #930).

RGB color model

#B34311 color RGB value is (179,67,17).

  • red value is 179;
  • green value is 67;
  • blue value is 17.
RGB:
(179,67,17)
(70%,26%,7%)

RGB channels and saturation

R 179 of 255 = 70%
G 67 of 255 = 26%
B 17 of 255 = 7%

179
67
17

R + G + B ~ 34%. #B34311 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 67 + 17 = 263 (100%)
R 179 of 263 ~ 68.06%
G 67 of 263 ~ 25.48%
B 17 of 263 ~ 6.46%

%68.06
%25.48

CMYK color model

#B34311 color CMYK value is (0,63,91,30).

  • cyan value is 0.00%
  • magenta value is 62.57%
  • yellow value is 90.50%
  • key color value is 29.80%
CMYK:
(0,63,91,30)
C0M63Y91K30 
(0%,63%,91%,30%)
(0.00/0.63/0.91/0.30)	

CMYK percentages

%0
%62.57
%90.5
%29.8

Codes

Color #B34311 in popluar color models

B34311
RGB1796717
HSL19°82.65%38.43%
HSB/HSV19°90.50%70.20%
CMYK0.00%62.57%90.50%
29.80%

Color #B34311 in popluar number systems.

HEXB34311
Decimal1796717
Binary10110011100001110001
Octal26310321

Shades and tints

Shades of #B34311

#B34311
(179,67,17)
#A33D10
(163,61,16)
#93370F
(147,55,15)
#83310E
(131,49,14)
#732B0D
(115,43,13)
#63250C
(99,37,12)
#531F0B
(83,31,11)
#43190A
(67,25,10)
#331309
(51,19,9)
#230D08
(35,13,8)
#130707
(19,7,7)
#000000
(0,0,0)

Tints of #B34311

#B34311
(179,67,17)
#B95426
(185,84,38)
#BF653B
(191,101,59)
#C57650
(197,118,80)
#CB8765
(203,135,101)
#D1987A
(209,152,122)
#D7A98F
(215,169,143)
#DDBAA4
(221,186,164)
#E3CBB9
(227,203,185)
#E9DCCE
(233,220,206)
#EFEDE3
(239,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B34311 color. Also use rgb(179,67,17) instead hex code.

Text Font Color

.myTextColor { color: #B34311; }

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

This text font color is #B34311.


Background Color

.myBgColor { background-color: #B34311; }

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

This div background color is #B34311.


Border color

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

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

This div border color is #B34311.


Opacity

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

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

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

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

This text has shadow with #B34311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34311 on black background.


Color preview on white background

This text has color #B34311 on white background.



Black color preview on #B34311 background

This text has black color on #B34311 background.


White color preview on #B34311 background

This text has white color on #B34311 background.