COLOR #72316D

HEX: #72316D
RGB: (114,49,109)

Color info

#72316D contains mainly red and blue colors. Web safe color of #72316D is #663366 (or #636).

RGB color model

#72316D color RGB value is (114,49,109).

  • red value is 114;
  • green value is 49;
  • blue value is 109.
RGB: (114,49,109) (45%,19%,43%)

RGB channels and saturation

R 114 of 255 = 45%
G 49 of 255 = 19%
B 109 of 255 = 43%

114
49
109

R + G + B ~ 36%. #72316D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 49 + 109 = 272 (100%)
R 114 of 272 ~ 41.91%
G 49 of 272 ~ 18.01%
B 109 of 272 ~ 40.07%

%41.91
%18.01
%40.07

CMYK color model

#72316D color CMYK value is (0,57,4,55).

  • cyan value is 0.00%
  • magenta value is 57.02%
  • yellow value is 4.39%
  • key color value is 55.29%
CMYK: (0,57,4,55) C0M57Y4K55 (0%,57%,4%,55%) (0.00/0.57/0.04/0.55)

CMYK percentages

%0
%57.02
%4.39
%55.29

Codes

Color #72316D in popluar color models

72316D
RGB11449109
HSL305°39.88%31.96%
HSB/HSV305°57.02%44.71%
CMYK0.00%57.02%4.39%
55.29%

Color #72316D in popluar number systems.

HEX72316D
Decimal11449109
Binary11100101100011101101
Octal16261155

Shades and tints

Shades of #72316D

#72316D
(114,49,109)
#682D64
(104,45,100)
#5E295B
(94,41,91)
#542552
(84,37,82)
#4A2149
(74,33,73)
#401D40
(64,29,64)
#361937
(54,25,55)
#2C152E
(44,21,46)
#221125
(34,17,37)
#180D1C
(24,13,28)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #72316D

#72316D
(114,49,109)
#7E437A
(126,67,122)
#8A5587
(138,85,135)
#966794
(150,103,148)
#A279A1
(162,121,161)
#AE8BAE
(174,139,174)
#BA9DBB
(186,157,187)
#C6AFC8
(198,175,200)
#D2C1D5
(210,193,213)
#DED3E2
(222,211,226)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72316D color. Also use rgb(114,49,109) instead hex code.

Text Font Color

.myTextColor { color: #72316D; }

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

This text font color is #72316D.


Background Color

.myBgColor { background-color: #72316D; }

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

This div background color is #72316D.


Border color

.myBorderColor { border: 1px solid #72316D; }

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

This div border color is #72316D.


Opacity

.myOpacity80 { color: #72316D; opacity: 0.8; }

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

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

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

This text has shadow with #72316D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #72316D on black background.


Color preview on white background

This text has color #72316D on white background.



Black color preview on #72316D background

This text has black color on #72316D background.


White color preview on #72316D background

This text has white color on #72316D background.