COLOR #B3453B

HEX: #B3453B
RGB: (179,69,59)

Color info

#B3453B contains mainly red color. Web safe color of #B3453B is #993333 (or #933).

RGB color model

#B3453B color RGB value is (179,69,59).

  • red value is 179;
  • green value is 69;
  • blue value is 59.
RGB:
(179,69,59)
(70%,27%,23%)

RGB channels and saturation

R 179 of 255 = 70%
G 69 of 255 = 27%
B 59 of 255 = 23%

179
69
59

R + G + B ~ 40%. #B3453B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 69 + 59 = 307 (100%)
R 179 of 307 ~ 58.31%
G 69 of 307 ~ 22.48%
B 59 of 307 ~ 19.22%

%58.31
%22.48
%19.22

CMYK color model

#B3453B color CMYK value is (0,61,67,30).

  • cyan value is 0.00%
  • magenta value is 61.45%
  • yellow value is 67.04%
  • key color value is 29.80%
CMYK:
(0,61,67,30)
C0M61Y67K30 
(0%,61%,67%,30%)
(0.00/0.61/0.67/0.30)	

CMYK percentages

%0
%61.45
%67.04
%29.8

Codes

Color #B3453B in popluar color models

B3453B
RGB1796959
HSL50.42%46.67%
HSB/HSV67.04%70.20%
CMYK0.00%61.45%67.04%
29.80%

Color #B3453B in popluar number systems.

HEXB3453B
Decimal1796959
Binary101100111000101111011
Octal26310573

Shades and tints

Shades of #B3453B

#B3453B
(179,69,59)
#A33F36
(163,63,54)
#933931
(147,57,49)
#83332C
(131,51,44)
#732D27
(115,45,39)
#632722
(99,39,34)
#53211D
(83,33,29)
#431B18
(67,27,24)
#331513
(51,21,19)
#230F0E
(35,15,14)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #B3453B

#B3453B
(179,69,59)
#B9554C
(185,85,76)
#BF655D
(191,101,93)
#C5756E
(197,117,110)
#CB857F
(203,133,127)
#D19590
(209,149,144)
#D7A5A1
(215,165,161)
#DDB5B2
(221,181,178)
#E3C5C3
(227,197,195)
#E9D5D4
(233,213,212)
#EFE5E5
(239,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3453B color. Also use rgb(179,69,59) instead hex code.

Text Font Color

.myTextColor { color: #B3453B; }

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

This text font color is #B3453B.


Background Color

.myBgColor { background-color: #B3453B; }

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

This div background color is #B3453B.


Border color

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

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

This div border color is #B3453B.


Opacity

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

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

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

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

This text has shadow with #B3453B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3453B on black background.


Color preview on white background

This text has color #B3453B on white background.



Black color preview on #B3453B background

This text has black color on #B3453B background.


White color preview on #B3453B background

This text has white color on #B3453B background.