COLOR #72242B

HEX: #72242B
RGB: (114,36,43)

Color info

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

RGB color model

#72242B color RGB value is (114,36,43).

  • red value is 114;
  • green value is 36;
  • blue value is 43.
RGB:
(114,36,43)
(45%,14%,17%)

RGB channels and saturation

R 114 of 255 = 45%
G 36 of 255 = 14%
B 43 of 255 = 17%

114
36
43

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

Portions of RGB colors in percentages

R + G + B =
114 + 36 + 43 = 193 (100%)
R 114 of 193 ~ 59.07%
G 36 of 193 ~ 18.65%
B 43 of 193 ~ 22.28%

%59.07
%18.65
%22.28

CMYK color model

#72242B color CMYK value is (0,68,62,55).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 62.28%
  • key color value is 55.29%
CMYK:
(0,68,62,55)
C0M68Y62K55 
(0%,68%,62%,55%)
(0.00/0.68/0.62/0.55)	

CMYK percentages

%0
%68.42
%62.28
%55.29

Codes

Color #72242B in popluar color models

72242B
RGB1143643
HSL355°52.00%29.41%
HSB/HSV355°68.42%44.71%
CMYK0.00%68.42%62.28%
55.29%

Color #72242B in popluar number systems.

HEX72242B
Decimal1143643
Binary1110010100100101011
Octal1624453

Shades and tints

Shades of #72242B

#72242B
(114,36,43)
#682128
(104,33,40)
#5E1E25
(94,30,37)
#541B22
(84,27,34)
#4A181F
(74,24,31)
#40151C
(64,21,28)
#361219
(54,18,25)
#2C0F16
(44,15,22)
#220C13
(34,12,19)
#180910
(24,9,16)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #72242B

#72242B
(114,36,43)
#7E373E
(126,55,62)
#8A4A51
(138,74,81)
#965D64
(150,93,100)
#A27077
(162,112,119)
#AE838A
(174,131,138)
#BA969D
(186,150,157)
#C6A9B0
(198,169,176)
#D2BCC3
(210,188,195)
#DECFD6
(222,207,214)
#EAE2E9
(234,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72242B color. Also use rgb(114,36,43) instead hex code.

Text Font Color

.myTextColor { color: #72242B; }

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

This text font color is #72242B.


Background Color

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

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

This div background color is #72242B.


Border color

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

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

This div border color is #72242B.


Opacity

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

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

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

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

This text has shadow with #72242B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72242B on black background.


Color preview on white background

This text has color #72242B on white background.



Black color preview on #72242B background

This text has black color on #72242B background.


White color preview on #72242B background

This text has white color on #72242B background.