COLOR #721F3D

HEX: #721F3D RGB: (114,31,61)

Color info

#721F3D contains mainly red and blue colors. Web safe color of #721F3D is #663333 (or #633).

RGB color model

#721F3D color RGB value is (114,31,61).

RGB: (114,31,61) (45%, 12%, 24%)

RGB channels and saturation

R 114 of 255 = 45%
G 31 of 255 = 12%
B 61 of 255 = 24%

114
31
61

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

Portions of RGB colors in percentages

R + G + B = 114 + 31 + 61 = 206 (100%)
R 114 of 206 ~ 55.34%
G 31 of 206 ~ 15.05%
B 61 of 206 ~ 29.61'%

%55.34
%15.05
%29.61

CMYK color model

#721F3D color CMYK value is (0,73,46,55).

  • cyan value is 0.00%
  • magenta value is 72.81%
  • yellow value is 46.49%
  • key color value is 55.29%

CMYK: (0,73,46,55)
C0M73Y46K55 (0%, 73%, 46%, 55%)
(0.00 / 0.73 / 0.46 / 0.55)

CMYK percentages

%0
%72.81
%46.49
%55.29

Codes

Color #721F3D in popluar color models

72 1F 3D
RGB 114 31 61
HSL 338° 57.24% 28.43%
HSB/HSV 338° 72.81% 44.71%
CMYK 0.00% 72.81% 46.49%
55.29%

Color #721F3D in popluar number systems.

HEX 72 1F 3D
Decimal 114 31 61
Binary 1110010 11111 111101
Octal 162 37 75

Shades and tints

Shades of #721F3D

#721F3D
(114,31,61)
#681D38
(104,29,56)
#5E1B33
(94,27,51)
#54192E
(84,25,46)
#4A1729
(74,23,41)
#401524
(64,21,36)
#36131F
(54,19,31)
#2C111A
(44,17,26)
#220F15
(34,15,21)
#180D10
(24,13,16)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #721F3D

#721F3D
(114,31,61)
#7E334E
(126,51,78)
#8A475F
(138,71,95)
#965B70
(150,91,112)
#A26F81
(162,111,129)
#AE8392
(174,131,146)
#BA97A3
(186,151,163)
#C6ABB4
(198,171,180)
#D2BFC5
(210,191,197)
#DED3D6
(222,211,214)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721F3D color. Also use rgb(114,31,61) instead hex code.

Text Font Color

.myTextColor { color: #721F3D; }

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

This text font color is #721F3D.

Background Color

.myBgColor { background-color: #721F3D; }

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

This div background color is #721F3D.

Border color

.myBorderColor { border: 1px solid #721F3D; }

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

This div border color is #721F3D.

Opacity

.myOpacity80 { color: #721F3D; opacity: 0.8; }

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

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

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

This text has shadow with #721F3D color.


.textShadow {text-shadow: 3px 3px 1px #721F3D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #721F3D; -webkit-box-shadow: 1px 1px 3px 2px #721F3D; box-shadow:1px 1px 3px 2px #721F3D;">
Div content here
</div>

This div box has shadow with color #721F3D.

Preview

Color preview on black background

This text has color #721F3D on black background.


Color preview on white background

This text has color #721F3D on white background.


Black color preview on #721F3D background

This text has black color on #721F3D background.


White color preview on #721F3D background

This text has white color on #721F3D background.


Related colors

Complementary color

Complementary color for #hex is #8DE0C2.


I love getcolorcode.com

Triadic colors

1 #3D721F and #1F3D72 with #721F3D are triadic colors.

2 #3D1F72 and #1F723D with #721F3D are triadic colors.