COLOR #B83F13

HEX: #B83F13
RGB: (184,63,19)

Color info

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

RGB color model

#B83F13 color RGB value is (184,63,19).

  • red value is 184;
  • green value is 63;
  • blue value is 19.
RGB:
(184,63,19)
(72%,25%,7%)

RGB channels and saturation

R 184 of 255 = 72%
G 63 of 255 = 25%
B 19 of 255 = 7%

184
63
19

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

Portions of RGB colors in percentages

R + G + B =
184 + 63 + 19 = 266 (100%)
R 184 of 266 ~ 69.17%
G 63 of 266 ~ 23.68%
B 19 of 266 ~ 7.14%

%69.17
%23.68

CMYK color model

#B83F13 color CMYK value is (0,66,90,28).

  • cyan value is 0.00%
  • magenta value is 65.76%
  • yellow value is 89.67%
  • key color value is 27.84%
CMYK:
(0,66,90,28)
C0M66Y90K28 
(0%,66%,90%,28%)
(0.00/0.66/0.90/0.28)	

CMYK percentages

%0
%65.76
%89.67
%27.84

Codes

Color #B83F13 in popluar color models

B83F13
RGB1846319
HSL16°81.28%39.80%
HSB/HSV16°89.67%72.16%
CMYK0.00%65.76%89.67%
27.84%

Color #B83F13 in popluar number systems.

HEXB83F13
Decimal1846319
Binary1011100011111110011
Octal2707723

Shades and tints

Shades of #B83F13

#B83F13
(184,63,19)
#A83A12
(168,58,18)
#983511
(152,53,17)
#883010
(136,48,16)
#782B0F
(120,43,15)
#68260E
(104,38,14)
#58210D
(88,33,13)
#481C0C
(72,28,12)
#38170B
(56,23,11)
#28120A
(40,18,10)
#180D09
(24,13,9)
#000000
(0,0,0)

Tints of #B83F13

#B83F13
(184,63,19)
#BE5028
(190,80,40)
#C4613D
(196,97,61)
#CA7252
(202,114,82)
#D08367
(208,131,103)
#D6947C
(214,148,124)
#DCA591
(220,165,145)
#E2B6A6
(226,182,166)
#E8C7BB
(232,199,187)
#EED8D0
(238,216,208)
#F4E9E5
(244,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B83F13 color. Also use rgb(184,63,19) instead hex code.

Text Font Color

.myTextColor { color: #B83F13; }

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

This text font color is #B83F13.


Background Color

.myBgColor { background-color: #B83F13; }

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

This div background color is #B83F13.


Border color

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

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

This div border color is #B83F13.


Opacity

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

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

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

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

This text has shadow with #B83F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B83F13 on black background.


Color preview on white background

This text has color #B83F13 on white background.



Black color preview on #B83F13 background

This text has black color on #B83F13 background.


White color preview on #B83F13 background

This text has white color on #B83F13 background.