COLOR #722417

HEX: #722417
RGB: (114,36,23)

Color info

#722417 contains mainly red color. Web safe color of #722417 is #663300 (or #630).

RGB color model

#722417 color RGB value is (114,36,23).

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

RGB channels and saturation

R 114 of 255 = 45%
G 36 of 255 = 14%
B 23 of 255 = 9%

114
36
23

R + G + B ~ 23%. #722417 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 36 + 23 = 173 (100%)
R 114 of 173 ~ 65.9%
G 36 of 173 ~ 20.81%
B 23 of 173 ~ 13.29%

%65.9
%20.81
%13.29

CMYK color model

#722417 color CMYK value is (0,68,80,55).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 79.82%
  • key color value is 55.29%
CMYK:
(0,68,80,55)
C0M68Y80K55 
(0%,68%,80%,55%)
(0.00/0.68/0.80/0.55)	

CMYK percentages

%0
%68.42
%79.82
%55.29

Codes

Color #722417 in popluar color models

722417
RGB1143623
HSL66.42%26.86%
HSB/HSV79.82%44.71%
CMYK0.00%68.42%79.82%
55.29%

Color #722417 in popluar number systems.

HEX722417
Decimal1143623
Binary111001010010010111
Octal1624427

Shades and tints

Shades of #722417

#722417
(114,36,23)
#682115
(104,33,21)
#5E1E13
(94,30,19)
#541B11
(84,27,17)
#4A180F
(74,24,15)
#40150D
(64,21,13)
#36120B
(54,18,11)
#2C0F09
(44,15,9)
#220C07
(34,12,7)
#180905
(24,9,5)
#0E0603
(14,6,3)
#000000
(0,0,0)

Tints of #722417

#722417
(114,36,23)
#7E372C
(126,55,44)
#8A4A41
(138,74,65)
#965D56
(150,93,86)
#A2706B
(162,112,107)
#AE8380
(174,131,128)
#BA9695
(186,150,149)
#C6A9AA
(198,169,170)
#D2BCBF
(210,188,191)
#DECFD4
(222,207,212)
#EAE2E9
(234,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #722417; }

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

This text font color is #722417.


Background Color

.myBgColor { background-color: #722417; }

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

This div background color is #722417.


Border color

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

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

This div border color is #722417.


Opacity

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

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

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

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

This text has shadow with #722417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #722417 on black background.


Color preview on white background

This text has color #722417 on white background.



Black color preview on #722417 background

This text has black color on #722417 background.


White color preview on #722417 background

This text has white color on #722417 background.