COLOR #59245F

HEX: #59245F RGB: (89,36,95)

Color info

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

RGB color model

#59245F color RGB value is (89,36,95).

RGB: (89,36,95) (35%, 14%, 37%)

RGB channels and saturation

R 89 of 255 = 35%
G 36 of 255 = 14%
B 95 of 255 = 37%

89
36
95

R + G + B ~ 29%. #59245F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 36 + 95 = 220 (100%)
R 89 of 220 ~ 40.45%
G 36 of 220 ~ 16.36%
B 95 of 220 ~ 43.18'%

%40.45
%16.36
%43.18

CMYK color model

#59245F color CMYK value is (6,62,0,63).

  • cyan value is 6.32%
  • magenta value is 62.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (6,62,0,63) C6M62Y0K63 (6%,62%,0%,63%) (0.06/0.62/0.00/0.63) 

CMYK percentages

%6.32
%62.11
%0
%62.75

Codes

Color #59245F in popluar color models

59 24 5F
RGB 89 36 95
HSL 294° 45.04% 25.69%
HSB/HSV 294° 62.11% 37.25%
CMYK 6.32% 62.11% 0.00%
62.75%

Color #59245F in popluar number systems.

HEX 59 24 5F
Decimal 89 36 95
Binary 1011001 100100 1011111
Octal 131 44 137

Shades and tints

Shades of #59245F

#59245F
(89,36,95)
#512157
(81,33,87)
#491E4F
(73,30,79)
#411B47
(65,27,71)
#39183F
(57,24,63)
#311537
(49,21,55)
#29122F
(41,18,47)
#210F27
(33,15,39)
#190C1F
(25,12,31)
#110917
(17,9,23)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #59245F

#59245F
(89,36,95)
#68376D
(104,55,109)
#774A7B
(119,74,123)
#865D89
(134,93,137)
#957097
(149,112,151)
#A483A5
(164,131,165)
#B396B3
(179,150,179)
#C2A9C1
(194,169,193)
#D1BCCF
(209,188,207)
#E0CFDD
(224,207,221)
#EFE2EB
(239,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59245F; }

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

This text font color is #59245F.

Background Color

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

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

This div background color is #59245F.

Border color

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

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

This div border color is #59245F.

Opacity

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

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

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

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

This text has shadow with #59245F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59245F.

Preview

Color preview on black background

This text has color #59245F on black background.


Color preview on white background

This text has color #59245F on white background.


Black color preview on #59245F background

This text has black color on #59245F background.


White color preview on #59245F background

This text has white color on #59245F background.


Related colors

Complementary color

Complementary color for #hex is #A6DBA0.


I love getcolorcode.com

Triadic colors

1 #5F5924 and #245F59 with #59245F are triadic colors.

2 #5F2459 and #24595F with #59245F are triadic colors.