COLOR #B35403

HEX: #B35403
RGB: (179,84,3)

Color info

#B35403 contains mainly red color. Web safe color of #B35403 is #996600 (or #960).

RGB color model

#B35403 color RGB value is (179,84,3).

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

RGB channels and saturation

R 179 of 255 = 70%
G 84 of 255 = 33%
B 3 of 255 = 1%

179
84
3

R + G + B ~ 35%. #B35403 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 84 + 3 = 266 (100%)
R 179 of 266 ~ 67.29%
G 84 of 266 ~ 31.58%
B 3 of 266 ~ 1.13%

%67.29
%31.58

CMYK color model

#B35403 color CMYK value is (0,53,98,30).

  • cyan value is 0.00%
  • magenta value is 53.07%
  • yellow value is 98.32%
  • key color value is 29.80%
CMYK:
(0,53,98,30)
C0M53Y98K30 
(0%,53%,98%,30%)
(0.00/0.53/0.98/0.30)	

CMYK percentages

%0
%53.07
%98.32
%29.8

Codes

Color #B35403 in popluar color models

B35403
RGB179843
HSL28°96.70%35.69%
HSB/HSV28°98.32%70.20%
CMYK0.00%53.07%98.32%
29.80%

Color #B35403 in popluar number systems.

HEXB35403
Decimal179843
Binary10110011101010011
Octal2631243

Shades and tints

Shades of #B35403

#B35403
(179,84,3)
#A34D03
(163,77,3)
#934603
(147,70,3)
#833F03
(131,63,3)
#733803
(115,56,3)
#633103
(99,49,3)
#532A03
(83,42,3)
#432303
(67,35,3)
#331C03
(51,28,3)
#231503
(35,21,3)
#130E03
(19,14,3)
#000000
(0,0,0)

Tints of #B35403

#B35403
(179,84,3)
#B96319
(185,99,25)
#BF722F
(191,114,47)
#C58145
(197,129,69)
#CB905B
(203,144,91)
#D19F71
(209,159,113)
#D7AE87
(215,174,135)
#DDBD9D
(221,189,157)
#E3CCB3
(227,204,179)
#E9DBC9
(233,219,201)
#EFEADF
(239,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B35403; }

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

This text font color is #B35403.


Background Color

.myBgColor { background-color: #B35403; }

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

This div background color is #B35403.


Border color

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

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

This div border color is #B35403.


Opacity

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

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

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

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

This text has shadow with #B35403 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35403 on black background.


Color preview on white background

This text has color #B35403 on white background.



Black color preview on #B35403 background

This text has black color on #B35403 background.


White color preview on #B35403 background

This text has white color on #B35403 background.