COLOR #B23308

HEX: #B23308
RGB: (178,51,8)

Color info

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

RGB color model

#B23308 color RGB value is (178,51,8).

  • red value is 178;
  • green value is 51;
  • blue value is 8.
RGB:
(178,51,8)
(70%,20%,3%)

RGB channels and saturation

R 178 of 255 = 70%
G 51 of 255 = 20%
B 8 of 255 = 3%

178
51
8

R + G + B ~ 31%. #B23308 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 51 + 8 = 237 (100%)
R 178 of 237 ~ 75.11%
G 51 of 237 ~ 21.52%
B 8 of 237 ~ 3.38%

%75.11
%21.52

CMYK color model

#B23308 color CMYK value is (0,71,96,30).

  • cyan value is 0.00%
  • magenta value is 71.35%
  • yellow value is 95.51%
  • key color value is 30.20%
CMYK:
(0,71,96,30)
C0M71Y96K30 
(0%,71%,96%,30%)
(0.00/0.71/0.96/0.30)	

CMYK percentages

%0
%71.35
%95.51
%30.2

Codes

Color #B23308 in popluar color models

B23308
RGB178518
HSL15°91.40%36.47%
HSB/HSV15°95.51%69.80%
CMYK0.00%71.35%95.51%
30.20%

Color #B23308 in popluar number systems.

HEXB23308
Decimal178518
Binary101100101100111000
Octal2626310

Shades and tints

Shades of #B23308

#B23308
(178,51,8)
#A22F08
(162,47,8)
#922B08
(146,43,8)
#822708
(130,39,8)
#722308
(114,35,8)
#621F08
(98,31,8)
#521B08
(82,27,8)
#421708
(66,23,8)
#321308
(50,19,8)
#220F08
(34,15,8)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #B23308

#B23308
(178,51,8)
#B9451E
(185,69,30)
#C05734
(192,87,52)
#C7694A
(199,105,74)
#CE7B60
(206,123,96)
#D58D76
(213,141,118)
#DC9F8C
(220,159,140)
#E3B1A2
(227,177,162)
#EAC3B8
(234,195,184)
#F1D5CE
(241,213,206)
#F8E7E4
(248,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B23308 color. Also use rgb(178,51,8) instead hex code.

Text Font Color

.myTextColor { color: #B23308; }

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

This text font color is #B23308.


Background Color

.myBgColor { background-color: #B23308; }

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

This div background color is #B23308.


Border color

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

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

This div border color is #B23308.


Opacity

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

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

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

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

This text has shadow with #B23308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B23308 on black background.


Color preview on white background

This text has color #B23308 on white background.



Black color preview on #B23308 background

This text has black color on #B23308 background.


White color preview on #B23308 background

This text has white color on #B23308 background.