COLOR #72596E

HEX: #72596E
RGB: (114,89,110)

Color info

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

RGB color model

#72596E color RGB value is (114,89,110).

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

RGB channels and saturation

R 114 of 255 = 45%
G 89 of 255 = 35%
B 110 of 255 = 43%

114
89
110

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

Portions of RGB colors in percentages

R + G + B =
114 + 89 + 110 = 313 (100%)
R 114 of 313 ~ 36.42%
G 89 of 313 ~ 28.43%
B 110 of 313 ~ 35.14%

%36.42
%28.43
%35.14

CMYK color model

#72596E color CMYK value is (0,22,4,55).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 3.51%
  • key color value is 55.29%
CMYK:
(0,22,4,55)
C0M22Y4K55 
(0%,22%,4%,55%)
(0.00/0.22/0.04/0.55)	

CMYK percentages

%0
%21.93
%3.51
%55.29

Codes

Color #72596E in popluar color models

72596E
RGB11489110
HSL310°12.32%39.80%
HSB/HSV310°21.93%44.71%
CMYK0.00%21.93%3.51%
55.29%

Color #72596E in popluar number systems.

HEX72596E
Decimal11489110
Binary111001010110011101110
Octal162131156

Shades and tints

Shades of #72596E

#72596E
(114,89,110)
#685164
(104,81,100)
#5E495A
(94,73,90)
#544150
(84,65,80)
#4A3946
(74,57,70)
#40313C
(64,49,60)
#362932
(54,41,50)
#2C2128
(44,33,40)
#22191E
(34,25,30)
#181114
(24,17,20)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #72596E

#72596E
(114,89,110)
#7E687B
(126,104,123)
#8A7788
(138,119,136)
#968695
(150,134,149)
#A295A2
(162,149,162)
#AEA4AF
(174,164,175)
#BAB3BC
(186,179,188)
#C6C2C9
(198,194,201)
#D2D1D6
(210,209,214)
#DEE0E3
(222,224,227)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72596E; }

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

This text font color is #72596E.


Background Color

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

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

This div background color is #72596E.


Border color

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

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

This div border color is #72596E.


Opacity

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

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

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

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

This text has shadow with #72596E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72596E on black background.


Color preview on white background

This text has color #72596E on white background.



Black color preview on #72596E background

This text has black color on #72596E background.


White color preview on #72596E background

This text has white color on #72596E background.