COLOR #B33F0C

HEX: #B33F0C
RGB: (179,63,12)

Color info

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

RGB color model

#B33F0C color RGB value is (179,63,12).

  • red value is 179;
  • green value is 63;
  • blue value is 12.
RGB:
(179,63,12)
(70%,25%,5%)

RGB channels and saturation

R 179 of 255 = 70%
G 63 of 255 = 25%
B 12 of 255 = 5%

179
63
12

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

Portions of RGB colors in percentages

R + G + B =
179 + 63 + 12 = 254 (100%)
R 179 of 254 ~ 70.47%
G 63 of 254 ~ 24.8%
B 12 of 254 ~ 4.72%

%70.47
%24.8

CMYK color model

#B33F0C color CMYK value is (0,65,93,30).

  • cyan value is 0.00%
  • magenta value is 64.80%
  • yellow value is 93.30%
  • key color value is 29.80%
CMYK:
(0,65,93,30)
C0M65Y93K30 
(0%,65%,93%,30%)
(0.00/0.65/0.93/0.30)	

CMYK percentages

%0
%64.8
%93.3
%29.8

Codes

Color #B33F0C in popluar color models

B33F0C
RGB1796312
HSL18°87.43%37.45%
HSB/HSV18°93.30%70.20%
CMYK0.00%64.80%93.30%
29.80%

Color #B33F0C in popluar number systems.

HEXB33F0C
Decimal1796312
Binary101100111111111100
Octal2637714

Shades and tints

Shades of #B33F0C

#B33F0C
(179,63,12)
#A33A0B
(163,58,11)
#93350A
(147,53,10)
#833009
(131,48,9)
#732B08
(115,43,8)
#632607
(99,38,7)
#532106
(83,33,6)
#431C05
(67,28,5)
#331704
(51,23,4)
#231203
(35,18,3)
#130D02
(19,13,2)
#000000
(0,0,0)

Tints of #B33F0C

#B33F0C
(179,63,12)
#B95022
(185,80,34)
#BF6138
(191,97,56)
#C5724E
(197,114,78)
#CB8364
(203,131,100)
#D1947A
(209,148,122)
#D7A590
(215,165,144)
#DDB6A6
(221,182,166)
#E3C7BC
(227,199,188)
#E9D8D2
(233,216,210)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B33F0C color. Also use rgb(179,63,12) instead hex code.

Text Font Color

.myTextColor { color: #B33F0C; }

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

This text font color is #B33F0C.


Background Color

.myBgColor { background-color: #B33F0C; }

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

This div background color is #B33F0C.


Border color

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

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

This div border color is #B33F0C.


Opacity

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

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

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

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

This text has shadow with #B33F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B33F0C on black background.


Color preview on white background

This text has color #B33F0C on white background.



Black color preview on #B33F0C background

This text has black color on #B33F0C background.


White color preview on #B33F0C background

This text has white color on #B33F0C background.