COLOR #59376E

HEX: #59376E
RGB: (89,55,110)

Color info

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

RGB color model

#59376E color RGB value is (89,55,110).

  • red value is 89;
  • green value is 55;
  • blue value is 110.
RGB:
(89,55,110)
(35%,22%,43%)

RGB channels and saturation

R 89 of 255 = 35%
G 55 of 255 = 22%
B 110 of 255 = 43%

89
55
110

R + G + B ~ 33%. #59376E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 55 + 110 = 254 (100%)
R 89 of 254 ~ 35.04%
G 55 of 254 ~ 21.65%
B 110 of 254 ~ 43.31%

%35.04
%21.65
%43.31

CMYK color model

#59376E color CMYK value is (19,50,0,57).

  • cyan value is 19.09%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(19,50,0,57)
C19M50Y0K57 
(19%,50%,0%,57%)
(0.19/0.50/0.00/0.57)	

CMYK percentages

%19.09
%50
%0
%56.86

Codes

Color #59376E in popluar color models

59376E
RGB8955110
HSL277°33.33%32.35%
HSB/HSV277°50.00%43.14%
CMYK19.09%50.00%0.00%
56.86%

Color #59376E in popluar number systems.

HEX59376E
Decimal8955110
Binary10110011101111101110
Octal13167156

Shades and tints

Shades of #59376E

#59376E
(89,55,110)
#513264
(81,50,100)
#492D5A
(73,45,90)
#412850
(65,40,80)
#392346
(57,35,70)
#311E3C
(49,30,60)
#291932
(41,25,50)
#211428
(33,20,40)
#190F1E
(25,15,30)
#110A14
(17,10,20)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #59376E

#59376E
(89,55,110)
#68497B
(104,73,123)
#775B88
(119,91,136)
#866D95
(134,109,149)
#957FA2
(149,127,162)
#A491AF
(164,145,175)
#B3A3BC
(179,163,188)
#C2B5C9
(194,181,201)
#D1C7D6
(209,199,214)
#E0D9E3
(224,217,227)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59376E color. Also use rgb(89,55,110) instead hex code.

Text Font Color

.myTextColor { color: #59376E; }

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

This text font color is #59376E.


Background Color

.myBgColor { background-color: #59376E; }

<div style="background-color:#59376E">Inner text</div>

This div background color is #59376E.


Border color

.myBorderColor { border: 1px solid #59376E; }

<div style="border:3px solid #59376E">Div</div>

This div border color is #59376E.


Opacity

.myOpacity80 { color: #59376E; opacity: 0.8; }

<p style="color:#59376E;opacity:0.8;">80%</p>

Text with #59376E 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 #59376E;}

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

This text has shadow with #59376E color.

.textShadow {text-shadow: 3px 3px 1px #59376E, 3px 3px 1px red;}

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

This text has shadow with #59376E primary color and red secondary color.


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

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

This text has shadow with #59376E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59376E on black background.


Color preview on white background

This text has color #59376E on white background.



Black color preview on #59376E background

This text has black color on #59376E background.


White color preview on #59376E background

This text has white color on #59376E background.