COLOR #B34422

HEX: #B34422
RGB: (179,68,34)

Color info

#B34422 contains mainly red color. Web safe color of #B34422 is #993333 (or #933).

RGB color model

#B34422 color RGB value is (179,68,34).

  • red value is 179;
  • green value is 68;
  • blue value is 34.
RGB:
(179,68,34)
(70%,27%,13%)

RGB channels and saturation

R 179 of 255 = 70%
G 68 of 255 = 27%
B 34 of 255 = 13%

179
68
34

R + G + B ~ 37%. #B34422 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 68 + 34 = 281 (100%)
R 179 of 281 ~ 63.7%
G 68 of 281 ~ 24.2%
B 34 of 281 ~ 12.1%

%63.7
%24.2
%12.1

CMYK color model

#B34422 color CMYK value is (0,62,81,30).

  • cyan value is 0.00%
  • magenta value is 62.01%
  • yellow value is 81.01%
  • key color value is 29.80%
CMYK:
(0,62,81,30)
C0M62Y81K30 
(0%,62%,81%,30%)
(0.00/0.62/0.81/0.30)	

CMYK percentages

%0
%62.01
%81.01
%29.8

Codes

Color #B34422 in popluar color models

B34422
RGB1796834
HSL14°68.08%41.76%
HSB/HSV14°81.01%70.20%
CMYK0.00%62.01%81.01%
29.80%

Color #B34422 in popluar number systems.

HEXB34422
Decimal1796834
Binary101100111000100100010
Octal26310442

Shades and tints

Shades of #B34422

#B34422
(179,68,34)
#A33E1F
(163,62,31)
#93381C
(147,56,28)
#833219
(131,50,25)
#732C16
(115,44,22)
#632613
(99,38,19)
#532010
(83,32,16)
#431A0D
(67,26,13)
#33140A
(51,20,10)
#230E07
(35,14,7)
#130804
(19,8,4)
#000000
(0,0,0)

Tints of #B34422

#B34422
(179,68,34)
#B95536
(185,85,54)
#BF664A
(191,102,74)
#C5775E
(197,119,94)
#CB8872
(203,136,114)
#D19986
(209,153,134)
#D7AA9A
(215,170,154)
#DDBBAE
(221,187,174)
#E3CCC2
(227,204,194)
#E9DDD6
(233,221,214)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B34422 color. Also use rgb(179,68,34) instead hex code.

Text Font Color

.myTextColor { color: #B34422; }

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

This text font color is #B34422.


Background Color

.myBgColor { background-color: #B34422; }

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

This div background color is #B34422.


Border color

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

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

This div border color is #B34422.


Opacity

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

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

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

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

This text has shadow with #B34422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34422 on black background.


Color preview on white background

This text has color #B34422 on white background.



Black color preview on #B34422 background

This text has black color on #B34422 background.


White color preview on #B34422 background

This text has white color on #B34422 background.