COLOR #72414F

HEX: #72414F
RGB: (114,65,79)

Color info

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

RGB color model

#72414F color RGB value is (114,65,79).

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

RGB channels and saturation

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

114
65
79

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

Portions of RGB colors in percentages

R + G + B =
114 + 65 + 79 = 258 (100%)
R 114 of 258 ~ 44.19%
G 65 of 258 ~ 25.19%
B 79 of 258 ~ 30.62%

%44.19
%25.19
%30.62

CMYK color model

#72414F color CMYK value is (0,43,31,55).

  • cyan value is 0.00%
  • magenta value is 42.98%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK:
(0,43,31,55)
C0M43Y31K55 
(0%,43%,31%,55%)
(0.00/0.43/0.31/0.55)	

CMYK percentages

%0
%42.98
%30.7
%55.29

Codes

Color #72414F in popluar color models

72414F
RGB1146579
HSL343°27.37%35.10%
HSB/HSV343°42.98%44.71%
CMYK0.00%42.98%30.70%
55.29%

Color #72414F in popluar number systems.

HEX72414F
Decimal1146579
Binary111001010000011001111
Octal162101117

Shades and tints

Shades of #72414F

#72414F
(114,65,79)
#683C48
(104,60,72)
#5E3741
(94,55,65)
#54323A
(84,50,58)
#4A2D33
(74,45,51)
#40282C
(64,40,44)
#362325
(54,35,37)
#2C1E1E
(44,30,30)
#221917
(34,25,23)
#181410
(24,20,16)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #72414F

#72414F
(114,65,79)
#7E525F
(126,82,95)
#8A636F
(138,99,111)
#96747F
(150,116,127)
#A2858F
(162,133,143)
#AE969F
(174,150,159)
#BAA7AF
(186,167,175)
#C6B8BF
(198,184,191)
#D2C9CF
(210,201,207)
#DEDADF
(222,218,223)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72414F; }

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

This text font color is #72414F.


Background Color

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

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

This div background color is #72414F.


Border color

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

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

This div border color is #72414F.


Opacity

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

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

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

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

This text has shadow with #72414F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72414F on black background.


Color preview on white background

This text has color #72414F on white background.



Black color preview on #72414F background

This text has black color on #72414F background.


White color preview on #72414F background

This text has white color on #72414F background.