COLOR #73212B

HEX: #73212B
RGB: (115,33,43)

Color info

#73212B contains mainly red color. Web safe color of #73212B is #663333 (or #633).

RGB color model

#73212B color RGB value is (115,33,43).

  • red value is 115;
  • green value is 33;
  • blue value is 43.
RGB:
(115,33,43)
(45%,13%,17%)

RGB channels and saturation

R 115 of 255 = 45%
G 33 of 255 = 13%
B 43 of 255 = 17%

115
33
43

R + G + B ~ 25%. #73212B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 33 + 43 = 191 (100%)
R 115 of 191 ~ 60.21%
G 33 of 191 ~ 17.28%
B 43 of 191 ~ 22.51%

%60.21
%17.28
%22.51

CMYK color model

#73212B color CMYK value is (0,71,63,55).

  • cyan value is 0.00%
  • magenta value is 71.30%
  • yellow value is 62.61%
  • key color value is 54.90%
CMYK:
(0,71,63,55)
C0M71Y63K55 
(0%,71%,63%,55%)
(0.00/0.71/0.63/0.55)	

CMYK percentages

%0
%71.3
%62.61
%54.9

Codes

Color #73212B in popluar color models

73212B
RGB1153343
HSL353°55.41%29.02%
HSB/HSV353°71.30%45.10%
CMYK0.00%71.30%62.61%
54.90%

Color #73212B in popluar number systems.

HEX73212B
Decimal1153343
Binary1110011100001101011
Octal1634153

Shades and tints

Shades of #73212B

#73212B
(115,33,43)
#691E28
(105,30,40)
#5F1B25
(95,27,37)
#551822
(85,24,34)
#4B151F
(75,21,31)
#41121C
(65,18,28)
#370F19
(55,15,25)
#2D0C16
(45,12,22)
#230913
(35,9,19)
#190610
(25,6,16)
#0F030D
(15,3,13)
#000000
(0,0,0)

Tints of #73212B

#73212B
(115,33,43)
#7F353E
(127,53,62)
#8B4951
(139,73,81)
#975D64
(151,93,100)
#A37177
(163,113,119)
#AF858A
(175,133,138)
#BB999D
(187,153,157)
#C7ADB0
(199,173,176)
#D3C1C3
(211,193,195)
#DFD5D6
(223,213,214)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73212B color. Also use rgb(115,33,43) instead hex code.

Text Font Color

.myTextColor { color: #73212B; }

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

This text font color is #73212B.


Background Color

.myBgColor { background-color: #73212B; }

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

This div background color is #73212B.


Border color

.myBorderColor { border: 1px solid #73212B; }

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

This div border color is #73212B.


Opacity

.myOpacity80 { color: #73212B; opacity: 0.8; }

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

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

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

This text has shadow with #73212B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73212B on black background.


Color preview on white background

This text has color #73212B on white background.



Black color preview on #73212B background

This text has black color on #73212B background.


White color preview on #73212B background

This text has white color on #73212B background.