COLOR #B83B14

HEX: #B83B14
RGB: (184,59,20)

Color info

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

RGB color model

#B83B14 color RGB value is (184,59,20).

  • red value is 184;
  • green value is 59;
  • blue value is 20.
RGB:
(184,59,20)
(72%,23%,8%)

RGB channels and saturation

R 184 of 255 = 72%
G 59 of 255 = 23%
B 20 of 255 = 8%

184
59
20

R + G + B ~ 34%. #B83B14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 59 + 20 = 263 (100%)
R 184 of 263 ~ 69.96%
G 59 of 263 ~ 22.43%
B 20 of 263 ~ 7.6%

%69.96
%22.43

CMYK color model

#B83B14 color CMYK value is (0,68,89,28).

  • cyan value is 0.00%
  • magenta value is 67.93%
  • yellow value is 89.13%
  • key color value is 27.84%
CMYK:
(0,68,89,28)
C0M68Y89K28 
(0%,68%,89%,28%)
(0.00/0.68/0.89/0.28)	

CMYK percentages

%0
%67.93
%89.13
%27.84

Codes

Color #B83B14 in popluar color models

B83B14
RGB1845920
HSL14°80.39%40.00%
HSB/HSV14°89.13%72.16%
CMYK0.00%67.93%89.13%
27.84%

Color #B83B14 in popluar number systems.

HEXB83B14
Decimal1845920
Binary1011100011101110100
Octal2707324

Shades and tints

Shades of #B83B14

#B83B14
(184,59,20)
#A83613
(168,54,19)
#983112
(152,49,18)
#882C11
(136,44,17)
#782710
(120,39,16)
#68220F
(104,34,15)
#581D0E
(88,29,14)
#48180D
(72,24,13)
#38130C
(56,19,12)
#280E0B
(40,14,11)
#18090A
(24,9,10)
#000000
(0,0,0)

Tints of #B83B14

#B83B14
(184,59,20)
#BE4C29
(190,76,41)
#C45D3E
(196,93,62)
#CA6E53
(202,110,83)
#D07F68
(208,127,104)
#D6907D
(214,144,125)
#DCA192
(220,161,146)
#E2B2A7
(226,178,167)
#E8C3BC
(232,195,188)
#EED4D1
(238,212,209)
#F4E5E6
(244,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B83B14 color. Also use rgb(184,59,20) instead hex code.

Text Font Color

.myTextColor { color: #B83B14; }

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

This text font color is #B83B14.


Background Color

.myBgColor { background-color: #B83B14; }

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

This div background color is #B83B14.


Border color

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

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

This div border color is #B83B14.


Opacity

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

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

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

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

This text has shadow with #B83B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B83B14 on black background.


Color preview on white background

This text has color #B83B14 on white background.



Black color preview on #B83B14 background

This text has black color on #B83B14 background.


White color preview on #B83B14 background

This text has white color on #B83B14 background.