COLOR #59325B

HEX: #59325B
RGB: (89,50,91)

Color info

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

RGB color model

#59325B color RGB value is (89,50,91).

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

RGB channels and saturation

R 89 of 255 = 35%
G 50 of 255 = 20%
B 91 of 255 = 36%

89
50
91

R + G + B ~ 30%. #59325B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 50 + 91 = 230 (100%)
R 89 of 230 ~ 38.7%
G 50 of 230 ~ 21.74%
B 91 of 230 ~ 39.57%

%38.7
%21.74
%39.57

CMYK color model

#59325B color CMYK value is (2,45,0,64).

  • cyan value is 2.20%
  • magenta value is 45.05%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(2,45,0,64)
C2M45Y0K64 
(2%,45%,0%,64%)
(0.02/0.45/0.00/0.64)	

CMYK percentages

%2.2
%45.05
%0
%64.31

Codes

Color #59325B in popluar color models

59325B
RGB895091
HSL297°29.08%27.65%
HSB/HSV297°45.05%35.69%
CMYK2.20%45.05%0.00%
64.31%

Color #59325B in popluar number systems.

HEX59325B
Decimal895091
Binary10110011100101011011
Octal13162133

Shades and tints

Shades of #59325B

#59325B
(89,50,91)
#512E53
(81,46,83)
#492A4B
(73,42,75)
#412643
(65,38,67)
#39223B
(57,34,59)
#311E33
(49,30,51)
#291A2B
(41,26,43)
#211623
(33,22,35)
#19121B
(25,18,27)
#110E13
(17,14,19)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #59325B

#59325B
(89,50,91)
#684469
(104,68,105)
#775677
(119,86,119)
#866885
(134,104,133)
#957A93
(149,122,147)
#A48CA1
(164,140,161)
#B39EAF
(179,158,175)
#C2B0BD
(194,176,189)
#D1C2CB
(209,194,203)
#E0D4D9
(224,212,217)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59325B; }

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

This text font color is #59325B.


Background Color

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

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

This div background color is #59325B.


Border color

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

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

This div border color is #59325B.


Opacity

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

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

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

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

This text has shadow with #59325B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59325B on black background.


Color preview on white background

This text has color #59325B on white background.



Black color preview on #59325B background

This text has black color on #59325B background.


White color preview on #59325B background

This text has white color on #59325B background.