COLOR #72342E

HEX: #72342E
RGB: (114,52,46)

Color info

#72342E contains mainly red color. Web safe color of #72342E is #663333 (or #633).

RGB color model

#72342E color RGB value is (114,52,46).

  • red value is 114;
  • green value is 52;
  • blue value is 46.
RGB:
(114,52,46)
(45%,20%,18%)

RGB channels and saturation

R 114 of 255 = 45%
G 52 of 255 = 20%
B 46 of 255 = 18%

114
52
46

R + G + B ~ 28%. #72342E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 52 + 46 = 212 (100%)
R 114 of 212 ~ 53.77%
G 52 of 212 ~ 24.53%
B 46 of 212 ~ 21.7%

%53.77
%24.53
%21.7

CMYK color model

#72342E color CMYK value is (0,54,60,55).

  • cyan value is 0.00%
  • magenta value is 54.39%
  • yellow value is 59.65%
  • key color value is 55.29%
CMYK:
(0,54,60,55)
C0M54Y60K55 
(0%,54%,60%,55%)
(0.00/0.54/0.60/0.55)	

CMYK percentages

%0
%54.39
%59.65
%55.29

Codes

Color #72342E in popluar color models

72342E
RGB1145246
HSL42.50%31.37%
HSB/HSV59.65%44.71%
CMYK0.00%54.39%59.65%
55.29%

Color #72342E in popluar number systems.

HEX72342E
Decimal1145246
Binary1110010110100101110
Octal1626456

Shades and tints

Shades of #72342E

#72342E
(114,52,46)
#68302A
(104,48,42)
#5E2C26
(94,44,38)
#542822
(84,40,34)
#4A241E
(74,36,30)
#40201A
(64,32,26)
#361C16
(54,28,22)
#2C1812
(44,24,18)
#22140E
(34,20,14)
#18100A
(24,16,10)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #72342E

#72342E
(114,52,46)
#7E4641
(126,70,65)
#8A5854
(138,88,84)
#966A67
(150,106,103)
#A27C7A
(162,124,122)
#AE8E8D
(174,142,141)
#BAA0A0
(186,160,160)
#C6B2B3
(198,178,179)
#D2C4C6
(210,196,198)
#DED6D9
(222,214,217)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72342E color. Also use rgb(114,52,46) instead hex code.

Text Font Color

.myTextColor { color: #72342E; }

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

This text font color is #72342E.


Background Color

.myBgColor { background-color: #72342E; }

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

This div background color is #72342E.


Border color

.myBorderColor { border: 1px solid #72342E; }

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

This div border color is #72342E.


Opacity

.myOpacity80 { color: #72342E; opacity: 0.8; }

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

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

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

This text has shadow with #72342E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72342E on black background.


Color preview on white background

This text has color #72342E on white background.



Black color preview on #72342E background

This text has black color on #72342E background.


White color preview on #72342E background

This text has white color on #72342E background.