COLOR #B53708

HEX: #B53708
RGB: (181,55,8)

Color info

#B53708 contains mainly red color. Web safe color of #B53708 is #CC3300 (or #C30).

RGB color model

#B53708 color RGB value is (181,55,8).

  • red value is 181;
  • green value is 55;
  • blue value is 8.
RGB:
(181,55,8)
(71%,22%,3%)

RGB channels and saturation

R 181 of 255 = 71%
G 55 of 255 = 22%
B 8 of 255 = 3%

181
55
8

R + G + B ~ 32%. #B53708 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 55 + 8 = 244 (100%)
R 181 of 244 ~ 74.18%
G 55 of 244 ~ 22.54%
B 8 of 244 ~ 3.28%

%74.18
%22.54

CMYK color model

#B53708 color CMYK value is (0,70,96,29).

  • cyan value is 0.00%
  • magenta value is 69.61%
  • yellow value is 95.58%
  • key color value is 29.02%
CMYK:
(0,70,96,29)
C0M70Y96K29 
(0%,70%,96%,29%)
(0.00/0.70/0.96/0.29)	

CMYK percentages

%0
%69.61
%95.58
%29.02

Codes

Color #B53708 in popluar color models

B53708
RGB181558
HSL16°91.53%37.06%
HSB/HSV16°95.58%70.98%
CMYK0.00%69.61%95.58%
29.02%

Color #B53708 in popluar number systems.

HEXB53708
Decimal181558
Binary101101011101111000
Octal2656710

Shades and tints

Shades of #B53708

#B53708
(181,55,8)
#A53208
(165,50,8)
#952D08
(149,45,8)
#852808
(133,40,8)
#752308
(117,35,8)
#651E08
(101,30,8)
#551908
(85,25,8)
#451408
(69,20,8)
#350F08
(53,15,8)
#250A08
(37,10,8)
#150508
(21,5,8)
#000000
(0,0,0)

Tints of #B53708

#B53708
(181,55,8)
#BB491E
(187,73,30)
#C15B34
(193,91,52)
#C76D4A
(199,109,74)
#CD7F60
(205,127,96)
#D39176
(211,145,118)
#D9A38C
(217,163,140)
#DFB5A2
(223,181,162)
#E5C7B8
(229,199,184)
#EBD9CE
(235,217,206)
#F1EBE4
(241,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53708 color. Also use rgb(181,55,8) instead hex code.

Text Font Color

.myTextColor { color: #B53708; }

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

This text font color is #B53708.


Background Color

.myBgColor { background-color: #B53708; }

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

This div background color is #B53708.


Border color

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

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

This div border color is #B53708.


Opacity

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

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

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

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

This text has shadow with #B53708 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53708 on black background.


Color preview on white background

This text has color #B53708 on white background.



Black color preview on #B53708 background

This text has black color on #B53708 background.


White color preview on #B53708 background

This text has white color on #B53708 background.