COLOR #59366C

HEX: #59366C
RGB: (89,54,108)

Color info

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

RGB color model

#59366C color RGB value is (89,54,108).

  • red value is 89;
  • green value is 54;
  • blue value is 108.
RGB:
(89,54,108)
(35%,21%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 54 of 255 = 21%
B 108 of 255 = 42%

89
54
108

R + G + B ~ 33%. #59366C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 54 + 108 = 251 (100%)
R 89 of 251 ~ 35.46%
G 54 of 251 ~ 21.51%
B 108 of 251 ~ 43.03%

%35.46
%21.51
%43.03

CMYK color model

#59366C color CMYK value is (18,50,0,58).

  • cyan value is 17.59%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(18,50,0,58)
C18M50Y0K58 
(18%,50%,0%,58%)
(0.18/0.50/0.00/0.58)	

CMYK percentages

%17.59
%50
%0
%57.65

Codes

Color #59366C in popluar color models

59366C
RGB8954108
HSL279°33.33%31.76%
HSB/HSV279°50.00%42.35%
CMYK17.59%50.00%0.00%
57.65%

Color #59366C in popluar number systems.

HEX59366C
Decimal8954108
Binary10110011101101101100
Octal13166154

Shades and tints

Shades of #59366C

#59366C
(89,54,108)
#513263
(81,50,99)
#492E5A
(73,46,90)
#412A51
(65,42,81)
#392648
(57,38,72)
#31223F
(49,34,63)
#291E36
(41,30,54)
#211A2D
(33,26,45)
#191624
(25,22,36)
#11121B
(17,18,27)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #59366C

#59366C
(89,54,108)
#684879
(104,72,121)
#775A86
(119,90,134)
#866C93
(134,108,147)
#957EA0
(149,126,160)
#A490AD
(164,144,173)
#B3A2BA
(179,162,186)
#C2B4C7
(194,180,199)
#D1C6D4
(209,198,212)
#E0D8E1
(224,216,225)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59366C color. Also use rgb(89,54,108) instead hex code.

Text Font Color

.myTextColor { color: #59366C; }

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

This text font color is #59366C.


Background Color

.myBgColor { background-color: #59366C; }

<div style="background-color:#59366C">Inner text</div>

This div background color is #59366C.


Border color

.myBorderColor { border: 1px solid #59366C; }

<div style="border:3px solid #59366C">Div</div>

This div border color is #59366C.


Opacity

.myOpacity80 { color: #59366C; opacity: 0.8; }

<p style="color:#59366C;opacity:0.8;">80%</p>

Text with #59366C 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 #59366C;}

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

This text has shadow with #59366C color.

.textShadow {text-shadow: 3px 3px 1px #59366C, 3px 3px 1px red;}

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

This text has shadow with #59366C primary color and red secondary color.


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

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

This text has shadow with #59366C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59366C on black background.


Color preview on white background

This text has color #59366C on white background.



Black color preview on #59366C background

This text has black color on #59366C background.


White color preview on #59366C background

This text has white color on #59366C background.