COLOR #B34903

HEX: #B34903
RGB: (179,73,3)

Color info

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

RGB color model

#B34903 color RGB value is (179,73,3).

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

RGB channels and saturation

R 179 of 255 = 70%
G 73 of 255 = 29%
B 3 of 255 = 1%

179
73
3

R + G + B ~ 33%. #B34903 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 73 + 3 = 255 (100%)
R 179 of 255 ~ 70.2%
G 73 of 255 ~ 28.63%
B 3 of 255 ~ 1.18%

%70.2
%28.63

CMYK color model

#B34903 color CMYK value is (0,59,98,30).

  • cyan value is 0.00%
  • magenta value is 59.22%
  • yellow value is 98.32%
  • key color value is 29.80%
CMYK:
(0,59,98,30)
C0M59Y98K30 
(0%,59%,98%,30%)
(0.00/0.59/0.98/0.30)	

CMYK percentages

%0
%59.22
%98.32
%29.8

Codes

Color #B34903 in popluar color models

B34903
RGB179733
HSL24°96.70%35.69%
HSB/HSV24°98.32%70.20%
CMYK0.00%59.22%98.32%
29.80%

Color #B34903 in popluar number systems.

HEXB34903
Decimal179733
Binary10110011100100111
Octal2631113

Shades and tints

Shades of #B34903

#B34903
(179,73,3)
#A34303
(163,67,3)
#933D03
(147,61,3)
#833703
(131,55,3)
#733103
(115,49,3)
#632B03
(99,43,3)
#532503
(83,37,3)
#431F03
(67,31,3)
#331903
(51,25,3)
#231303
(35,19,3)
#130D03
(19,13,3)
#000000
(0,0,0)

Tints of #B34903

#B34903
(179,73,3)
#B95919
(185,89,25)
#BF692F
(191,105,47)
#C57945
(197,121,69)
#CB895B
(203,137,91)
#D19971
(209,153,113)
#D7A987
(215,169,135)
#DDB99D
(221,185,157)
#E3C9B3
(227,201,179)
#E9D9C9
(233,217,201)
#EFE9DF
(239,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B34903; }

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

This text font color is #B34903.


Background Color

.myBgColor { background-color: #B34903; }

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

This div background color is #B34903.


Border color

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

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

This div border color is #B34903.


Opacity

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

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

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

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

This text has shadow with #B34903 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34903 on black background.


Color preview on white background

This text has color #B34903 on white background.



Black color preview on #B34903 background

This text has black color on #B34903 background.


White color preview on #B34903 background

This text has white color on #B34903 background.