COLOR #59415B

HEX: #59415B
RGB: (89,65,91)

Color info

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

RGB color model

#59415B color RGB value is (89,65,91).

  • red value is 89;
  • green value is 65;
  • blue value is 91.
RGB:
(89,65,91)
(35%,25%,36%)

RGB channels and saturation

R 89 of 255 = 35%
G 65 of 255 = 25%
B 91 of 255 = 36%

89
65
91

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

Portions of RGB colors in percentages

R + G + B =
89 + 65 + 91 = 245 (100%)
R 89 of 245 ~ 36.33%
G 65 of 245 ~ 26.53%
B 91 of 245 ~ 37.14%

%36.33
%26.53
%37.14

CMYK color model

#59415B color CMYK value is (2,29,0,64).

  • cyan value is 2.20%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(2,29,0,64)
C2M29Y0K64 
(2%,29%,0%,64%)
(0.02/0.29/0.00/0.64)	

CMYK percentages

%2.2
%28.57
%0
%64.31

Codes

Color #59415B in popluar color models

59415B
RGB896591
HSL295°16.67%30.59%
HSB/HSV295°28.57%35.69%
CMYK2.20%28.57%0.00%
64.31%

Color #59415B in popluar number systems.

HEX59415B
Decimal896591
Binary101100110000011011011
Octal131101133

Shades and tints

Shades of #59415B

#59415B
(89,65,91)
#513C53
(81,60,83)
#49374B
(73,55,75)
#413243
(65,50,67)
#392D3B
(57,45,59)
#312833
(49,40,51)
#29232B
(41,35,43)
#211E23
(33,30,35)
#19191B
(25,25,27)
#111413
(17,20,19)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #59415B

#59415B
(89,65,91)
#685269
(104,82,105)
#776377
(119,99,119)
#867485
(134,116,133)
#958593
(149,133,147)
#A496A1
(164,150,161)
#B3A7AF
(179,167,175)
#C2B8BD
(194,184,189)
#D1C9CB
(209,201,203)
#E0DAD9
(224,218,217)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59415B color. Also use rgb(89,65,91) instead hex code.

Text Font Color

.myTextColor { color: #59415B; }

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

This text font color is #59415B.


Background Color

.myBgColor { background-color: #59415B; }

<div style="background-color:#59415B">Inner text</div>

This div background color is #59415B.


Border color

.myBorderColor { border: 1px solid #59415B; }

<div style="border:3px solid #59415B">Div</div>

This div border color is #59415B.


Opacity

.myOpacity80 { color: #59415B; opacity: 0.8; }

<p style="color:#59415B;opacity:0.8;">80%</p>

Text with #59415B 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 #59415B;}

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

This text has shadow with #59415B color.

.textShadow {text-shadow: 3px 3px 1px #59415B, 3px 3px 1px red;}

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

This text has shadow with #59415B primary color and red secondary color.


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

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

This text has shadow with #59415B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59415B on black background.


Color preview on white background

This text has color #59415B on white background.



Black color preview on #59415B background

This text has black color on #59415B background.


White color preview on #59415B background

This text has white color on #59415B background.