COLOR #59496D

HEX: #59496D
RGB: (89,73,109)

Color info

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

RGB color model

#59496D color RGB value is (89,73,109).

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

RGB channels and saturation

R 89 of 255 = 35%
G 73 of 255 = 29%
B 109 of 255 = 43%

89
73
109

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

Portions of RGB colors in percentages

R + G + B =
89 + 73 + 109 = 271 (100%)
R 89 of 271 ~ 32.84%
G 73 of 271 ~ 26.94%
B 109 of 271 ~ 40.22%

%32.84
%26.94
%40.22

CMYK color model

#59496D color CMYK value is (18,33,0,57).

  • cyan value is 18.35%
  • magenta value is 33.03%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(18,33,0,57)
C18M33Y0K57 
(18%,33%,0%,57%)
(0.18/0.33/0.00/0.57)	

CMYK percentages

%18.35
%33.03
%0
%57.25

Codes

Color #59496D in popluar color models

59496D
RGB8973109
HSL267°19.78%35.69%
HSB/HSV267°33.03%42.75%
CMYK18.35%33.03%0.00%
57.25%

Color #59496D in popluar number systems.

HEX59496D
Decimal8973109
Binary101100110010011101101
Octal131111155

Shades and tints

Shades of #59496D

#59496D
(89,73,109)
#514364
(81,67,100)
#493D5B
(73,61,91)
#413752
(65,55,82)
#393149
(57,49,73)
#312B40
(49,43,64)
#292537
(41,37,55)
#211F2E
(33,31,46)
#191925
(25,25,37)
#11131C
(17,19,28)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #59496D

#59496D
(89,73,109)
#68597A
(104,89,122)
#776987
(119,105,135)
#867994
(134,121,148)
#9589A1
(149,137,161)
#A499AE
(164,153,174)
#B3A9BB
(179,169,187)
#C2B9C8
(194,185,200)
#D1C9D5
(209,201,213)
#E0D9E2
(224,217,226)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59496D; }

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

This text font color is #59496D.


Background Color

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

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

This div background color is #59496D.


Border color

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

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

This div border color is #59496D.


Opacity

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

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

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

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

This text has shadow with #59496D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59496D on black background.


Color preview on white background

This text has color #59496D on white background.



Black color preview on #59496D background

This text has black color on #59496D background.


White color preview on #59496D background

This text has white color on #59496D background.