COLOR #73596E

HEX: #73596E
RGB: (115,89,110)

Color info

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

RGB color model

#73596E color RGB value is (115,89,110).

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

RGB channels and saturation

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

115
89
110

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

Portions of RGB colors in percentages

R + G + B =
115 + 89 + 110 = 314 (100%)
R 115 of 314 ~ 36.62%
G 89 of 314 ~ 28.34%
B 110 of 314 ~ 35.03%

%36.62
%28.34
%35.03

CMYK color model

#73596E color CMYK value is (0,23,4,55).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(0,23,4,55)
C0M23Y4K55 
(0%,23%,4%,55%)
(0.00/0.23/0.04/0.55)	

CMYK percentages

%0
%22.61
%4.35
%54.9

Codes

Color #73596E in popluar color models

73596E
RGB11589110
HSL312°12.75%40.00%
HSB/HSV312°22.61%45.10%
CMYK0.00%22.61%4.35%
54.90%

Color #73596E in popluar number systems.

HEX73596E
Decimal11589110
Binary111001110110011101110
Octal163131156

Shades and tints

Shades of #73596E

#73596E
(115,89,110)
#695164
(105,81,100)
#5F495A
(95,73,90)
#554150
(85,65,80)
#4B3946
(75,57,70)
#41313C
(65,49,60)
#372932
(55,41,50)
#2D2128
(45,33,40)
#23191E
(35,25,30)
#191114
(25,17,20)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #73596E

#73596E
(115,89,110)
#7F687B
(127,104,123)
#8B7788
(139,119,136)
#978695
(151,134,149)
#A395A2
(163,149,162)
#AFA4AF
(175,164,175)
#BBB3BC
(187,179,188)
#C7C2C9
(199,194,201)
#D3D1D6
(211,209,214)
#DFE0E3
(223,224,227)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73596E; }

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

This text font color is #73596E.


Background Color

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

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

This div background color is #73596E.


Border color

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

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

This div border color is #73596E.


Opacity

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

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

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

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

This text has shadow with #73596E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73596E on black background.


Color preview on white background

This text has color #73596E on white background.



Black color preview on #73596E background

This text has black color on #73596E background.


White color preview on #73596E background

This text has white color on #73596E background.