COLOR #59476A

HEX: #59476A
RGB: (89,71,106)

Color info

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

RGB color model

#59476A color RGB value is (89,71,106).

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

RGB channels and saturation

R 89 of 255 = 35%
G 71 of 255 = 28%
B 106 of 255 = 42%

89
71
106

R + G + B ~ 35%. #59476A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 71 + 106 = 266 (100%)
R 89 of 266 ~ 33.46%
G 71 of 266 ~ 26.69%
B 106 of 266 ~ 39.85%

%33.46
%26.69
%39.85

CMYK color model

#59476A color CMYK value is (16,33,0,58).

  • cyan value is 16.04%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(16,33,0,58)
C16M33Y0K58 
(16%,33%,0%,58%)
(0.16/0.33/0.00/0.58)	

CMYK percentages

%16.04
%33.02
%0
%58.43

Codes

Color #59476A in popluar color models

59476A
RGB8971106
HSL271°19.77%34.71%
HSB/HSV271°33.02%41.57%
CMYK16.04%33.02%0.00%
58.43%

Color #59476A in popluar number systems.

HEX59476A
Decimal8971106
Binary101100110001111101010
Octal131107152

Shades and tints

Shades of #59476A

#59476A
(89,71,106)
#514161
(81,65,97)
#493B58
(73,59,88)
#41354F
(65,53,79)
#392F46
(57,47,70)
#31293D
(49,41,61)
#292334
(41,35,52)
#211D2B
(33,29,43)
#191722
(25,23,34)
#111119
(17,17,25)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #59476A

#59476A
(89,71,106)
#685777
(104,87,119)
#776784
(119,103,132)
#867791
(134,119,145)
#95879E
(149,135,158)
#A497AB
(164,151,171)
#B3A7B8
(179,167,184)
#C2B7C5
(194,183,197)
#D1C7D2
(209,199,210)
#E0D7DF
(224,215,223)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59476A; }

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

This text font color is #59476A.


Background Color

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

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

This div background color is #59476A.


Border color

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

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

This div border color is #59476A.


Opacity

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

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

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

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

This text has shadow with #59476A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59476A on black background.


Color preview on white background

This text has color #59476A on white background.



Black color preview on #59476A background

This text has black color on #59476A background.


White color preview on #59476A background

This text has white color on #59476A background.