COLOR #B35A0B

HEX: #B35A0B
RGB: (179,90,11)

Color info

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

RGB color model

#B35A0B color RGB value is (179,90,11).

  • red value is 179;
  • green value is 90;
  • blue value is 11.
RGB:
(179,90,11)
(70%,35%,4%)

RGB channels and saturation

R 179 of 255 = 70%
G 90 of 255 = 35%
B 11 of 255 = 4%

179
90
11

R + G + B ~ 36%. #B35A0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 90 + 11 = 280 (100%)
R 179 of 280 ~ 63.93%
G 90 of 280 ~ 32.14%
B 11 of 280 ~ 3.93%

%63.93
%32.14

CMYK color model

#B35A0B color CMYK value is (0,50,94,30).

  • cyan value is 0.00%
  • magenta value is 49.72%
  • yellow value is 93.85%
  • key color value is 29.80%
CMYK:
(0,50,94,30)
C0M50Y94K30 
(0%,50%,94%,30%)
(0.00/0.50/0.94/0.30)	

CMYK percentages

%0
%49.72
%93.85
%29.8

Codes

Color #B35A0B in popluar color models

B35A0B
RGB1799011
HSL28°88.42%37.25%
HSB/HSV28°93.85%70.20%
CMYK0.00%49.72%93.85%
29.80%

Color #B35A0B in popluar number systems.

HEXB35A0B
Decimal1799011
Binary1011001110110101011
Octal26313213

Shades and tints

Shades of #B35A0B

#B35A0B
(179,90,11)
#A3520A
(163,82,10)
#934A09
(147,74,9)
#834208
(131,66,8)
#733A07
(115,58,7)
#633206
(99,50,6)
#532A05
(83,42,5)
#432204
(67,34,4)
#331A03
(51,26,3)
#231202
(35,18,2)
#130A01
(19,10,1)
#000000
(0,0,0)

Tints of #B35A0B

#B35A0B
(179,90,11)
#B96921
(185,105,33)
#BF7837
(191,120,55)
#C5874D
(197,135,77)
#CB9663
(203,150,99)
#D1A579
(209,165,121)
#D7B48F
(215,180,143)
#DDC3A5
(221,195,165)
#E3D2BB
(227,210,187)
#E9E1D1
(233,225,209)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35A0B color. Also use rgb(179,90,11) instead hex code.

Text Font Color

.myTextColor { color: #B35A0B; }

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

This text font color is #B35A0B.


Background Color

.myBgColor { background-color: #B35A0B; }

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

This div background color is #B35A0B.


Border color

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

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

This div border color is #B35A0B.


Opacity

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

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

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

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

This text has shadow with #B35A0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35A0B on black background.


Color preview on white background

This text has color #B35A0B on white background.



Black color preview on #B35A0B background

This text has black color on #B35A0B background.


White color preview on #B35A0B background

This text has white color on #B35A0B background.