COLOR #59305F

HEX: #59305F
RGB: (89,48,95)

Color info

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

RGB color model

#59305F color RGB value is (89,48,95).

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

RGB channels and saturation

R 89 of 255 = 35%
G 48 of 255 = 19%
B 95 of 255 = 37%

89
48
95

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

Portions of RGB colors in percentages

R + G + B =
89 + 48 + 95 = 232 (100%)
R 89 of 232 ~ 38.36%
G 48 of 232 ~ 20.69%
B 95 of 232 ~ 40.95%

%38.36
%20.69
%40.95

CMYK color model

#59305F color CMYK value is (6,49,0,63).

  • cyan value is 6.32%
  • magenta value is 49.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(6,49,0,63)
C6M49Y0K63 
(6%,49%,0%,63%)
(0.06/0.49/0.00/0.63)	

CMYK percentages

%6.32
%49.47
%0
%62.75

Codes

Color #59305F in popluar color models

59305F
RGB894895
HSL292°32.87%28.04%
HSB/HSV292°49.47%37.25%
CMYK6.32%49.47%0.00%
62.75%

Color #59305F in popluar number systems.

HEX59305F
Decimal894895
Binary10110011100001011111
Octal13160137

Shades and tints

Shades of #59305F

#59305F
(89,48,95)
#512C57
(81,44,87)
#49284F
(73,40,79)
#412447
(65,36,71)
#39203F
(57,32,63)
#311C37
(49,28,55)
#29182F
(41,24,47)
#211427
(33,20,39)
#19101F
(25,16,31)
#110C17
(17,12,23)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #59305F

#59305F
(89,48,95)
#68426D
(104,66,109)
#77547B
(119,84,123)
#866689
(134,102,137)
#957897
(149,120,151)
#A48AA5
(164,138,165)
#B39CB3
(179,156,179)
#C2AEC1
(194,174,193)
#D1C0CF
(209,192,207)
#E0D2DD
(224,210,221)
#EFE4EB
(239,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59305F; }

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

This text font color is #59305F.


Background Color

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

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

This div background color is #59305F.


Border color

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

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

This div border color is #59305F.


Opacity

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

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

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

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

This text has shadow with #59305F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59305F on black background.


Color preview on white background

This text has color #59305F on white background.



Black color preview on #59305F background

This text has black color on #59305F background.


White color preview on #59305F background

This text has white color on #59305F background.