COLOR #59445A

HEX: #59445A
RGB: (89,68,90)

Color info

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

RGB color model

#59445A color RGB value is (89,68,90).

  • red value is 89;
  • green value is 68;
  • blue value is 90.
RGB:
(89,68,90)
(35%,27%,35%)

RGB channels and saturation

R 89 of 255 = 35%
G 68 of 255 = 27%
B 90 of 255 = 35%

89
68
90

R + G + B ~ 32%. #59445A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 68 + 90 = 247 (100%)
R 89 of 247 ~ 36.03%
G 68 of 247 ~ 27.53%
B 90 of 247 ~ 36.44%

%36.03
%27.53
%36.44

CMYK color model

#59445A color CMYK value is (1,24,0,65).

  • cyan value is 1.11%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(1,24,0,65)
C1M24Y0K65 
(1%,24%,0%,65%)
(0.01/0.24/0.00/0.65)	

CMYK percentages

%1.11
%24.44
%0
%64.71

Codes

Color #59445A in popluar color models

59445A
RGB896890
HSL297°13.92%30.98%
HSB/HSV297°24.44%35.29%
CMYK1.11%24.44%0.00%
64.71%

Color #59445A in popluar number systems.

HEX59445A
Decimal896890
Binary101100110001001011010
Octal131104132

Shades and tints

Shades of #59445A

#59445A
(89,68,90)
#513E52
(81,62,82)
#49384A
(73,56,74)
#413242
(65,50,66)
#392C3A
(57,44,58)
#312632
(49,38,50)
#29202A
(41,32,42)
#211A22
(33,26,34)
#19141A
(25,20,26)
#110E12
(17,14,18)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #59445A

#59445A
(89,68,90)
#685569
(104,85,105)
#776678
(119,102,120)
#867787
(134,119,135)
#958896
(149,136,150)
#A499A5
(164,153,165)
#B3AAB4
(179,170,180)
#C2BBC3
(194,187,195)
#D1CCD2
(209,204,210)
#E0DDE1
(224,221,225)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59445A color. Also use rgb(89,68,90) instead hex code.

Text Font Color

.myTextColor { color: #59445A; }

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

This text font color is #59445A.


Background Color

.myBgColor { background-color: #59445A; }

<div style="background-color:#59445A">Inner text</div>

This div background color is #59445A.


Border color

.myBorderColor { border: 1px solid #59445A; }

<div style="border:3px solid #59445A">Div</div>

This div border color is #59445A.


Opacity

.myOpacity80 { color: #59445A; opacity: 0.8; }

<p style="color:#59445A;opacity:0.8;">80%</p>

Text with #59445A 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 #59445A;}

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

This text has shadow with #59445A color.

.textShadow {text-shadow: 3px 3px 1px #59445A, 3px 3px 1px red;}

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

This text has shadow with #59445A primary color and red secondary color.


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

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

This text has shadow with #59445A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59445A on black background.


Color preview on white background

This text has color #59445A on white background.



Black color preview on #59445A background

This text has black color on #59445A background.


White color preview on #59445A background

This text has white color on #59445A background.