COLOR #B34C03

HEX: #B34C03
RGB: (179,76,3)

Color info

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

RGB color model

#B34C03 color RGB value is (179,76,3).

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

RGB channels and saturation

R 179 of 255 = 70%
G 76 of 255 = 30%
B 3 of 255 = 1%

179
76
3

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

Portions of RGB colors in percentages

R + G + B =
179 + 76 + 3 = 258 (100%)
R 179 of 258 ~ 69.38%
G 76 of 258 ~ 29.46%
B 3 of 258 ~ 1.16%

%69.38
%29.46

CMYK color model

#B34C03 color CMYK value is (0,58,98,30).

  • cyan value is 0.00%
  • magenta value is 57.54%
  • yellow value is 98.32%
  • key color value is 29.80%
CMYK:
(0,58,98,30)
C0M58Y98K30 
(0%,58%,98%,30%)
(0.00/0.58/0.98/0.30)	

CMYK percentages

%0
%57.54
%98.32
%29.8

Codes

Color #B34C03 in popluar color models

B34C03
RGB179763
HSL25°96.70%35.69%
HSB/HSV25°98.32%70.20%
CMYK0.00%57.54%98.32%
29.80%

Color #B34C03 in popluar number systems.

HEXB34C03
Decimal179763
Binary10110011100110011
Octal2631143

Shades and tints

Shades of #B34C03

#B34C03
(179,76,3)
#A34603
(163,70,3)
#934003
(147,64,3)
#833A03
(131,58,3)
#733403
(115,52,3)
#632E03
(99,46,3)
#532803
(83,40,3)
#432203
(67,34,3)
#331C03
(51,28,3)
#231603
(35,22,3)
#131003
(19,16,3)
#000000
(0,0,0)

Tints of #B34C03

#B34C03
(179,76,3)
#B95C19
(185,92,25)
#BF6C2F
(191,108,47)
#C57C45
(197,124,69)
#CB8C5B
(203,140,91)
#D19C71
(209,156,113)
#D7AC87
(215,172,135)
#DDBC9D
(221,188,157)
#E3CCB3
(227,204,179)
#E9DCC9
(233,220,201)
#EFECDF
(239,236,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B34C03; }

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

This text font color is #B34C03.


Background Color

.myBgColor { background-color: #B34C03; }

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

This div background color is #B34C03.


Border color

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

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

This div border color is #B34C03.


Opacity

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

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

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

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

This text has shadow with #B34C03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34C03 on black background.


Color preview on white background

This text has color #B34C03 on white background.



Black color preview on #B34C03 background

This text has black color on #B34C03 background.


White color preview on #B34C03 background

This text has white color on #B34C03 background.