COLOR #59405F

HEX: #59405F
RGB: (89,64,95)

Color info

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

RGB color model

#59405F color RGB value is (89,64,95).

  • red value is 89;
  • green value is 64;
  • blue value is 95.
RGB:
(89,64,95)
(35%,25%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 64 of 255 = 25%
B 95 of 255 = 37%

89
64
95

R + G + B ~ 32%. #59405F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 64 + 95 = 248 (100%)
R 89 of 248 ~ 35.89%
G 64 of 248 ~ 25.81%
B 95 of 248 ~ 38.31%

%35.89
%25.81
%38.31

CMYK color model

#59405F color CMYK value is (6,33,0,63).

  • cyan value is 6.32%
  • magenta value is 32.63%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(6,33,0,63)
C6M33Y0K63 
(6%,33%,0%,63%)
(0.06/0.33/0.00/0.63)	

CMYK percentages

%6.32
%32.63
%0
%62.75

Codes

Color #59405F in popluar color models

59405F
RGB896495
HSL288°19.50%31.18%
HSB/HSV288°32.63%37.25%
CMYK6.32%32.63%0.00%
62.75%

Color #59405F in popluar number systems.

HEX59405F
Decimal896495
Binary101100110000001011111
Octal131100137

Shades and tints

Shades of #59405F

#59405F
(89,64,95)
#513B57
(81,59,87)
#49364F
(73,54,79)
#413147
(65,49,71)
#392C3F
(57,44,63)
#312737
(49,39,55)
#29222F
(41,34,47)
#211D27
(33,29,39)
#19181F
(25,24,31)
#111317
(17,19,23)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #59405F

#59405F
(89,64,95)
#68516D
(104,81,109)
#77627B
(119,98,123)
#867389
(134,115,137)
#958497
(149,132,151)
#A495A5
(164,149,165)
#B3A6B3
(179,166,179)
#C2B7C1
(194,183,193)
#D1C8CF
(209,200,207)
#E0D9DD
(224,217,221)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59405F color. Also use rgb(89,64,95) instead hex code.

Text Font Color

.myTextColor { color: #59405F; }

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

This text font color is #59405F.


Background Color

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

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

This div background color is #59405F.


Border color

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

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

This div border color is #59405F.


Opacity

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

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

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

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

This text has shadow with #59405F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59405F on black background.


Color preview on white background

This text has color #59405F on white background.



Black color preview on #59405F background

This text has black color on #59405F background.


White color preview on #59405F background

This text has white color on #59405F background.