COLOR #72404F

HEX: #72404F
RGB: (114,64,79)

Color info

#72404F contains red, green and blue colors in about the same proportion. Web safe color of #72404F is #663366 (or #636).

RGB color model

#72404F color RGB value is (114,64,79).

  • red value is 114;
  • green value is 64;
  • blue value is 79.
RGB:
(114,64,79)
(45%,25%,31%)

RGB channels and saturation

R 114 of 255 = 45%
G 64 of 255 = 25%
B 79 of 255 = 31%

114
64
79

R + G + B ~ 34%. #72404F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 64 + 79 = 257 (100%)
R 114 of 257 ~ 44.36%
G 64 of 257 ~ 24.9%
B 79 of 257 ~ 30.74%

%44.36
%24.9
%30.74

CMYK color model

#72404F color CMYK value is (0,44,31,55).

  • cyan value is 0.00%
  • magenta value is 43.86%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK:
(0,44,31,55)
C0M44Y31K55 
(0%,44%,31%,55%)
(0.00/0.44/0.31/0.55)	

CMYK percentages

%0
%43.86
%30.7
%55.29

Codes

Color #72404F in popluar color models

72404F
RGB1146479
HSL342°28.09%34.90%
HSB/HSV342°43.86%44.71%
CMYK0.00%43.86%30.70%
55.29%

Color #72404F in popluar number systems.

HEX72404F
Decimal1146479
Binary111001010000001001111
Octal162100117

Shades and tints

Shades of #72404F

#72404F
(114,64,79)
#683B48
(104,59,72)
#5E3641
(94,54,65)
#54313A
(84,49,58)
#4A2C33
(74,44,51)
#40272C
(64,39,44)
#362225
(54,34,37)
#2C1D1E
(44,29,30)
#221817
(34,24,23)
#181310
(24,19,16)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #72404F

#72404F
(114,64,79)
#7E515F
(126,81,95)
#8A626F
(138,98,111)
#96737F
(150,115,127)
#A2848F
(162,132,143)
#AE959F
(174,149,159)
#BAA6AF
(186,166,175)
#C6B7BF
(198,183,191)
#D2C8CF
(210,200,207)
#DED9DF
(222,217,223)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72404F color. Also use rgb(114,64,79) instead hex code.

Text Font Color

.myTextColor { color: #72404F; }

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

This text font color is #72404F.


Background Color

.myBgColor { background-color: #72404F; }

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

This div background color is #72404F.


Border color

.myBorderColor { border: 1px solid #72404F; }

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

This div border color is #72404F.


Opacity

.myOpacity80 { color: #72404F; opacity: 0.8; }

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

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

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

This text has shadow with #72404F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72404F on black background.


Color preview on white background

This text has color #72404F on white background.



Black color preview on #72404F background

This text has black color on #72404F background.


White color preview on #72404F background

This text has white color on #72404F background.