COLOR #B35F0D

HEX: #B35F0D
RGB: (179,95,13)

Color info

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

RGB color model

#B35F0D color RGB value is (179,95,13).

  • red value is 179;
  • green value is 95;
  • blue value is 13.
RGB:
(179,95,13)
(70%,37%,5%)

RGB channels and saturation

R 179 of 255 = 70%
G 95 of 255 = 37%
B 13 of 255 = 5%

179
95
13

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

Portions of RGB colors in percentages

R + G + B =
179 + 95 + 13 = 287 (100%)
R 179 of 287 ~ 62.37%
G 95 of 287 ~ 33.1%
B 13 of 287 ~ 4.53%

%62.37
%33.1

CMYK color model

#B35F0D color CMYK value is (0,47,93,30).

  • cyan value is 0.00%
  • magenta value is 46.93%
  • yellow value is 92.74%
  • key color value is 29.80%
CMYK:
(0,47,93,30)
C0M47Y93K30 
(0%,47%,93%,30%)
(0.00/0.47/0.93/0.30)	

CMYK percentages

%0
%46.93
%92.74
%29.8

Codes

Color #B35F0D in popluar color models

B35F0D
RGB1799513
HSL30°86.46%37.65%
HSB/HSV30°92.74%70.20%
CMYK0.00%46.93%92.74%
29.80%

Color #B35F0D in popluar number systems.

HEXB35F0D
Decimal1799513
Binary1011001110111111101
Octal26313715

Shades and tints

Shades of #B35F0D

#B35F0D
(179,95,13)
#A3570C
(163,87,12)
#934F0B
(147,79,11)
#83470A
(131,71,10)
#733F09
(115,63,9)
#633708
(99,55,8)
#532F07
(83,47,7)
#432706
(67,39,6)
#331F05
(51,31,5)
#231704
(35,23,4)
#130F03
(19,15,3)
#000000
(0,0,0)

Tints of #B35F0D

#B35F0D
(179,95,13)
#B96D23
(185,109,35)
#BF7B39
(191,123,57)
#C5894F
(197,137,79)
#CB9765
(203,151,101)
#D1A57B
(209,165,123)
#D7B391
(215,179,145)
#DDC1A7
(221,193,167)
#E3CFBD
(227,207,189)
#E9DDD3
(233,221,211)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35F0D color. Also use rgb(179,95,13) instead hex code.

Text Font Color

.myTextColor { color: #B35F0D; }

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

This text font color is #B35F0D.


Background Color

.myBgColor { background-color: #B35F0D; }

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

This div background color is #B35F0D.


Border color

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

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

This div border color is #B35F0D.


Opacity

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

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

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

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

This text has shadow with #B35F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35F0D on black background.


Color preview on white background

This text has color #B35F0D on white background.



Black color preview on #B35F0D background

This text has black color on #B35F0D background.


White color preview on #B35F0D background

This text has white color on #B35F0D background.