COLOR #72494D

HEX: #72494D
RGB: (114,73,77)

Color info

#72494D contains red, green and blue colors in about the same proportion. Web safe color of #72494D is #663333 (or #633).

RGB color model

#72494D color RGB value is (114,73,77).

  • red value is 114;
  • green value is 73;
  • blue value is 77.
RGB:
(114,73,77)
(45%,29%,30%)

RGB channels and saturation

R 114 of 255 = 45%
G 73 of 255 = 29%
B 77 of 255 = 30%

114
73
77

R + G + B ~ 35%. #72494D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 73 + 77 = 264 (100%)
R 114 of 264 ~ 43.18%
G 73 of 264 ~ 27.65%
B 77 of 264 ~ 29.17%

%43.18
%27.65
%29.17

CMYK color model

#72494D color CMYK value is (0,36,32,55).

  • cyan value is 0.00%
  • magenta value is 35.96%
  • yellow value is 32.46%
  • key color value is 55.29%
CMYK:
(0,36,32,55)
C0M36Y32K55 
(0%,36%,32%,55%)
(0.00/0.36/0.32/0.55)	

CMYK percentages

%0
%35.96
%32.46
%55.29

Codes

Color #72494D in popluar color models

72494D
RGB1147377
HSL354°21.93%36.67%
HSB/HSV354°35.96%44.71%
CMYK0.00%35.96%32.46%
55.29%

Color #72494D in popluar number systems.

HEX72494D
Decimal1147377
Binary111001010010011001101
Octal162111115

Shades and tints

Shades of #72494D

#72494D
(114,73,77)
#684346
(104,67,70)
#5E3D3F
(94,61,63)
#543738
(84,55,56)
#4A3131
(74,49,49)
#402B2A
(64,43,42)
#362523
(54,37,35)
#2C1F1C
(44,31,28)
#221915
(34,25,21)
#18130E
(24,19,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #72494D

#72494D
(114,73,77)
#7E595D
(126,89,93)
#8A696D
(138,105,109)
#96797D
(150,121,125)
#A2898D
(162,137,141)
#AE999D
(174,153,157)
#BAA9AD
(186,169,173)
#C6B9BD
(198,185,189)
#D2C9CD
(210,201,205)
#DED9DD
(222,217,221)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72494D color. Also use rgb(114,73,77) instead hex code.

Text Font Color

.myTextColor { color: #72494D; }

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

This text font color is #72494D.


Background Color

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

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

This div background color is #72494D.


Border color

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

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

This div border color is #72494D.


Opacity

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

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

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

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

This text has shadow with #72494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72494D on black background.


Color preview on white background

This text has color #72494D on white background.



Black color preview on #72494D background

This text has black color on #72494D background.


White color preview on #72494D background

This text has white color on #72494D background.