COLOR #59496F

HEX: #59496F
RGB: (89,73,111)

Color info

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

RGB color model

#59496F color RGB value is (89,73,111).

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

RGB channels and saturation

R 89 of 255 = 35%
G 73 of 255 = 29%
B 111 of 255 = 44%

89
73
111

R + G + B ~ 36%. #59496F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 73 + 111 = 273 (100%)
R 89 of 273 ~ 32.6%
G 73 of 273 ~ 26.74%
B 111 of 273 ~ 40.66%

%32.6
%26.74
%40.66

CMYK color model

#59496F color CMYK value is (20,34,0,56).

  • cyan value is 19.82%
  • magenta value is 34.23%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(20,34,0,56)
C20M34Y0K56 
(20%,34%,0%,56%)
(0.20/0.34/0.00/0.56)	

CMYK percentages

%19.82
%34.23
%0
%56.47

Codes

Color #59496F in popluar color models

59496F
RGB8973111
HSL265°20.65%36.08%
HSB/HSV265°34.23%43.53%
CMYK19.82%34.23%0.00%
56.47%

Color #59496F in popluar number systems.

HEX59496F
Decimal8973111
Binary101100110010011101111
Octal131111157

Shades and tints

Shades of #59496F

#59496F
(89,73,111)
#514365
(81,67,101)
#493D5B
(73,61,91)
#413751
(65,55,81)
#393147
(57,49,71)
#312B3D
(49,43,61)
#292533
(41,37,51)
#211F29
(33,31,41)
#19191F
(25,25,31)
#111315
(17,19,21)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #59496F

#59496F
(89,73,111)
#68597C
(104,89,124)
#776989
(119,105,137)
#867996
(134,121,150)
#9589A3
(149,137,163)
#A499B0
(164,153,176)
#B3A9BD
(179,169,189)
#C2B9CA
(194,185,202)
#D1C9D7
(209,201,215)
#E0D9E4
(224,217,228)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59496F; }

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

This text font color is #59496F.


Background Color

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

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

This div background color is #59496F.


Border color

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

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

This div border color is #59496F.


Opacity

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

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

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

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

This text has shadow with #59496F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59496F on black background.


Color preview on white background

This text has color #59496F on white background.



Black color preview on #59496F background

This text has black color on #59496F background.


White color preview on #59496F background

This text has white color on #59496F background.