COLOR #B34C06

HEX: #B34C06
RGB: (179,76,6)

Color info

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

RGB color model

#B34C06 color RGB value is (179,76,6).

  • red value is 179;
  • green value is 76;
  • blue value is 6.
RGB:
(179,76,6)
(70%,30%,2%)

RGB channels and saturation

R 179 of 255 = 70%
G 76 of 255 = 30%
B 6 of 255 = 2%

179
76
6

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

Portions of RGB colors in percentages

R + G + B =
179 + 76 + 6 = 261 (100%)
R 179 of 261 ~ 68.58%
G 76 of 261 ~ 29.12%
B 6 of 261 ~ 2.3%

%68.58
%29.12

CMYK color model

#B34C06 color CMYK value is (0,58,97,30).

  • cyan value is 0.00%
  • magenta value is 57.54%
  • yellow value is 96.65%
  • key color value is 29.80%
CMYK:
(0,58,97,30)
C0M58Y97K30 
(0%,58%,97%,30%)
(0.00/0.58/0.97/0.30)	

CMYK percentages

%0
%57.54
%96.65
%29.8

Codes

Color #B34C06 in popluar color models

B34C06
RGB179766
HSL24°93.51%36.27%
HSB/HSV24°96.65%70.20%
CMYK0.00%57.54%96.65%
29.80%

Color #B34C06 in popluar number systems.

HEXB34C06
Decimal179766
Binary101100111001100110
Octal2631146

Shades and tints

Shades of #B34C06

#B34C06
(179,76,6)
#A34606
(163,70,6)
#934006
(147,64,6)
#833A06
(131,58,6)
#733406
(115,52,6)
#632E06
(99,46,6)
#532806
(83,40,6)
#432206
(67,34,6)
#331C06
(51,28,6)
#231606
(35,22,6)
#131006
(19,16,6)
#000000
(0,0,0)

Tints of #B34C06

#B34C06
(179,76,6)
#B95C1C
(185,92,28)
#BF6C32
(191,108,50)
#C57C48
(197,124,72)
#CB8C5E
(203,140,94)
#D19C74
(209,156,116)
#D7AC8A
(215,172,138)
#DDBCA0
(221,188,160)
#E3CCB6
(227,204,182)
#E9DCCC
(233,220,204)
#EFECE2
(239,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B34C06 color. Also use rgb(179,76,6) instead hex code.

Text Font Color

.myTextColor { color: #B34C06; }

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

This text font color is #B34C06.


Background Color

.myBgColor { background-color: #B34C06; }

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

This div background color is #B34C06.


Border color

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

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

This div border color is #B34C06.


Opacity

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

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

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

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

This text has shadow with #B34C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34C06 on black background.


Color preview on white background

This text has color #B34C06 on white background.



Black color preview on #B34C06 background

This text has black color on #B34C06 background.


White color preview on #B34C06 background

This text has white color on #B34C06 background.