COLOR #72596B

HEX: #72596B
RGB: (114,89,107)

Color info

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

RGB color model

#72596B color RGB value is (114,89,107).

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

RGB channels and saturation

R 114 of 255 = 45%
G 89 of 255 = 35%
B 107 of 255 = 42%

114
89
107

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

Portions of RGB colors in percentages

R + G + B =
114 + 89 + 107 = 310 (100%)
R 114 of 310 ~ 36.77%
G 89 of 310 ~ 28.71%
B 107 of 310 ~ 34.52%

%36.77
%28.71
%34.52

CMYK color model

#72596B color CMYK value is (0,22,6,55).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 6.14%
  • key color value is 55.29%
CMYK:
(0,22,6,55)
C0M22Y6K55 
(0%,22%,6%,55%)
(0.00/0.22/0.06/0.55)	

CMYK percentages

%0
%21.93
%6.14
%55.29

Codes

Color #72596B in popluar color models

72596B
RGB11489107
HSL317°12.32%39.80%
HSB/HSV317°21.93%44.71%
CMYK0.00%21.93%6.14%
55.29%

Color #72596B in popluar number systems.

HEX72596B
Decimal11489107
Binary111001010110011101011
Octal162131153

Shades and tints

Shades of #72596B

#72596B
(114,89,107)
#685162
(104,81,98)
#5E4959
(94,73,89)
#544150
(84,65,80)
#4A3947
(74,57,71)
#40313E
(64,49,62)
#362935
(54,41,53)
#2C212C
(44,33,44)
#221923
(34,25,35)
#18111A
(24,17,26)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #72596B

#72596B
(114,89,107)
#7E6878
(126,104,120)
#8A7785
(138,119,133)
#968692
(150,134,146)
#A2959F
(162,149,159)
#AEA4AC
(174,164,172)
#BAB3B9
(186,179,185)
#C6C2C6
(198,194,198)
#D2D1D3
(210,209,211)
#DEE0E0
(222,224,224)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72596B; }

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

This text font color is #72596B.


Background Color

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

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

This div background color is #72596B.


Border color

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

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

This div border color is #72596B.


Opacity

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

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

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

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

This text has shadow with #72596B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72596B on black background.


Color preview on white background

This text has color #72596B on white background.



Black color preview on #72596B background

This text has black color on #72596B background.


White color preview on #72596B background

This text has white color on #72596B background.