COLOR #721647

HEX: #721647
RGB: (114,22,71)

Color info

#721647 contains mainly red and blue colors. Web safe color of #721647 is #660033 (or #603).

RGB color model

#721647 color RGB value is (114,22,71).

  • red value is 114;
  • green value is 22;
  • blue value is 71.
RGB:
(114,22,71)
(45%,9%,28%)

RGB channels and saturation

R 114 of 255 = 45%
G 22 of 255 = 9%
B 71 of 255 = 28%

114
22
71

R + G + B ~ 27%. #721647 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 22 + 71 = 207 (100%)
R 114 of 207 ~ 55.07%
G 22 of 207 ~ 10.63%
B 71 of 207 ~ 34.3%

%55.07
%10.63
%34.3

CMYK color model

#721647 color CMYK value is (0,81,38,55).

  • cyan value is 0.00%
  • magenta value is 80.70%
  • yellow value is 37.72%
  • key color value is 55.29%
CMYK:
(0,81,38,55)
C0M81Y38K55 
(0%,81%,38%,55%)
(0.00/0.81/0.38/0.55)	

CMYK percentages

%0
%80.7
%37.72
%55.29

Codes

Color #721647 in popluar color models

721647
RGB1142271
HSL328°67.65%26.67%
HSB/HSV328°80.70%44.71%
CMYK0.00%80.70%37.72%
55.29%

Color #721647 in popluar number systems.

HEX721647
Decimal1142271
Binary1110010101101000111
Octal16226107

Shades and tints

Shades of #721647

#721647
(114,22,71)
#681441
(104,20,65)
#5E123B
(94,18,59)
#541035
(84,16,53)
#4A0E2F
(74,14,47)
#400C29
(64,12,41)
#360A23
(54,10,35)
#2C081D
(44,8,29)
#220617
(34,6,23)
#180411
(24,4,17)
#0E020B
(14,2,11)
#000000
(0,0,0)

Tints of #721647

#721647
(114,22,71)
#7E2B57
(126,43,87)
#8A4067
(138,64,103)
#965577
(150,85,119)
#A26A87
(162,106,135)
#AE7F97
(174,127,151)
#BA94A7
(186,148,167)
#C6A9B7
(198,169,183)
#D2BEC7
(210,190,199)
#DED3D7
(222,211,215)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721647 color. Also use rgb(114,22,71) instead hex code.

Text Font Color

.myTextColor { color: #721647; }

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

This text font color is #721647.


Background Color

.myBgColor { background-color: #721647; }

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

This div background color is #721647.


Border color

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

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

This div border color is #721647.


Opacity

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

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

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

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

This text has shadow with #721647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721647 on black background.


Color preview on white background

This text has color #721647 on white background.



Black color preview on #721647 background

This text has black color on #721647 background.


White color preview on #721647 background

This text has white color on #721647 background.