COLOR #B24713

HEX: #B24713
RGB: (178,71,19)

Color info

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

RGB color model

#B24713 color RGB value is (178,71,19).

  • red value is 178;
  • green value is 71;
  • blue value is 19.
RGB:
(178,71,19)
(70%,28%,7%)

RGB channels and saturation

R 178 of 255 = 70%
G 71 of 255 = 28%
B 19 of 255 = 7%

178
71
19

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

Portions of RGB colors in percentages

R + G + B =
178 + 71 + 19 = 268 (100%)
R 178 of 268 ~ 66.42%
G 71 of 268 ~ 26.49%
B 19 of 268 ~ 7.09%

%66.42
%26.49

CMYK color model

#B24713 color CMYK value is (0,60,89,30).

  • cyan value is 0.00%
  • magenta value is 60.11%
  • yellow value is 89.33%
  • key color value is 30.20%
CMYK:
(0,60,89,30)
C0M60Y89K30 
(0%,60%,89%,30%)
(0.00/0.60/0.89/0.30)	

CMYK percentages

%0
%60.11
%89.33
%30.2

Codes

Color #B24713 in popluar color models

B24713
RGB1787119
HSL20°80.71%38.63%
HSB/HSV20°89.33%69.80%
CMYK0.00%60.11%89.33%
30.20%

Color #B24713 in popluar number systems.

HEXB24713
Decimal1787119
Binary10110010100011110011
Octal26210723

Shades and tints

Shades of #B24713

#B24713
(178,71,19)
#A24112
(162,65,18)
#923B11
(146,59,17)
#823510
(130,53,16)
#722F0F
(114,47,15)
#62290E
(98,41,14)
#52230D
(82,35,13)
#421D0C
(66,29,12)
#32170B
(50,23,11)
#22110A
(34,17,10)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #B24713

#B24713
(178,71,19)
#B95728
(185,87,40)
#C0673D
(192,103,61)
#C77752
(199,119,82)
#CE8767
(206,135,103)
#D5977C
(213,151,124)
#DCA791
(220,167,145)
#E3B7A6
(227,183,166)
#EAC7BB
(234,199,187)
#F1D7D0
(241,215,208)
#F8E7E5
(248,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24713 color. Also use rgb(178,71,19) instead hex code.

Text Font Color

.myTextColor { color: #B24713; }

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

This text font color is #B24713.


Background Color

.myBgColor { background-color: #B24713; }

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

This div background color is #B24713.


Border color

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

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

This div border color is #B24713.


Opacity

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

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

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

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

This text has shadow with #B24713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24713 on black background.


Color preview on white background

This text has color #B24713 on white background.



Black color preview on #B24713 background

This text has black color on #B24713 background.


White color preview on #B24713 background

This text has white color on #B24713 background.