COLOR #72596F

HEX: #72596F
RGB: (114,89,111)

Color info

#72596F contains red, green and blue colors in about the same proportion. Web safe color of #72596F is #666666 (or #666).

RGB color model

#72596F color RGB value is (114,89,111).

  • red value is 114;
  • green value is 89;
  • blue value is 111.
RGB:
(114,89,111)
(45%,35%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 89 of 255 = 35%
B 111 of 255 = 44%

114
89
111

R + G + B ~ 41%. #72596F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 89 + 111 = 314 (100%)
R 114 of 314 ~ 36.31%
G 89 of 314 ~ 28.34%
B 111 of 314 ~ 35.35%

%36.31
%28.34
%35.35

CMYK color model

#72596F color CMYK value is (0,22,3,55).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 2.63%
  • key color value is 55.29%
CMYK:
(0,22,3,55)
C0M22Y3K55 
(0%,22%,3%,55%)
(0.00/0.22/0.03/0.55)	

CMYK percentages

%0
%21.93
%2.63
%55.29

Codes

Color #72596F in popluar color models

72596F
RGB11489111
HSL307°12.32%39.80%
HSB/HSV307°21.93%44.71%
CMYK0.00%21.93%2.63%
55.29%

Color #72596F in popluar number systems.

HEX72596F
Decimal11489111
Binary111001010110011101111
Octal162131157

Shades and tints

Shades of #72596F

#72596F
(114,89,111)
#685165
(104,81,101)
#5E495B
(94,73,91)
#544151
(84,65,81)
#4A3947
(74,57,71)
#40313D
(64,49,61)
#362933
(54,41,51)
#2C2129
(44,33,41)
#22191F
(34,25,31)
#181115
(24,17,21)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #72596F

#72596F
(114,89,111)
#7E687C
(126,104,124)
#8A7789
(138,119,137)
#968696
(150,134,150)
#A295A3
(162,149,163)
#AEA4B0
(174,164,176)
#BAB3BD
(186,179,189)
#C6C2CA
(198,194,202)
#D2D1D7
(210,209,215)
#DEE0E4
(222,224,228)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72596F color. Also use rgb(114,89,111) instead hex code.

Text Font Color

.myTextColor { color: #72596F; }

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

This text font color is #72596F.


Background Color

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

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

This div background color is #72596F.


Border color

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

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

This div border color is #72596F.


Opacity

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

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

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

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

This text has shadow with #72596F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72596F on black background.


Color preview on white background

This text has color #72596F on white background.



Black color preview on #72596F background

This text has black color on #72596F background.


White color preview on #72596F background

This text has white color on #72596F background.