COLOR #59316A

HEX: #59316A
RGB: (89,49,106)

Color info

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

RGB color model

#59316A color RGB value is (89,49,106).

  • red value is 89;
  • green value is 49;
  • blue value is 106.
RGB:
(89,49,106)
(35%,19%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 49 of 255 = 19%
B 106 of 255 = 42%

89
49
106

R + G + B ~ 32%. #59316A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 49 + 106 = 244 (100%)
R 89 of 244 ~ 36.48%
G 49 of 244 ~ 20.08%
B 106 of 244 ~ 43.44%

%36.48
%20.08
%43.44

CMYK color model

#59316A color CMYK value is (16,54,0,58).

  • cyan value is 16.04%
  • magenta value is 53.77%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(16,54,0,58)
C16M54Y0K58 
(16%,54%,0%,58%)
(0.16/0.54/0.00/0.58)	

CMYK percentages

%16.04
%53.77
%0
%58.43

Codes

Color #59316A in popluar color models

59316A
RGB8949106
HSL282°36.77%30.39%
HSB/HSV282°53.77%41.57%
CMYK16.04%53.77%0.00%
58.43%

Color #59316A in popluar number systems.

HEX59316A
Decimal8949106
Binary10110011100011101010
Octal13161152

Shades and tints

Shades of #59316A

#59316A
(89,49,106)
#512D61
(81,45,97)
#492958
(73,41,88)
#41254F
(65,37,79)
#392146
(57,33,70)
#311D3D
(49,29,61)
#291934
(41,25,52)
#21152B
(33,21,43)
#191122
(25,17,34)
#110D19
(17,13,25)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #59316A

#59316A
(89,49,106)
#684377
(104,67,119)
#775584
(119,85,132)
#866791
(134,103,145)
#95799E
(149,121,158)
#A48BAB
(164,139,171)
#B39DB8
(179,157,184)
#C2AFC5
(194,175,197)
#D1C1D2
(209,193,210)
#E0D3DF
(224,211,223)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59316A color. Also use rgb(89,49,106) instead hex code.

Text Font Color

.myTextColor { color: #59316A; }

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

This text font color is #59316A.


Background Color

.myBgColor { background-color: #59316A; }

<div style="background-color:#59316A">Inner text</div>

This div background color is #59316A.


Border color

.myBorderColor { border: 1px solid #59316A; }

<div style="border:3px solid #59316A">Div</div>

This div border color is #59316A.


Opacity

.myOpacity80 { color: #59316A; opacity: 0.8; }

<p style="color:#59316A;opacity:0.8;">80%</p>

Text with #59316A 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 #59316A;}

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

This text has shadow with #59316A color.

.textShadow {text-shadow: 3px 3px 1px #59316A, 3px 3px 1px red;}

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

This text has shadow with #59316A primary color and red secondary color.


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

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

This text has shadow with #59316A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59316A on black background.


Color preview on white background

This text has color #59316A on white background.



Black color preview on #59316A background

This text has black color on #59316A background.


White color preview on #59316A background

This text has white color on #59316A background.