COLOR #59494E

HEX: #59494E
RGB: (89,73,78)

Color info

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

RGB color model

#59494E color RGB value is (89,73,78).

  • red value is 89;
  • green value is 73;
  • blue value is 78.
RGB:
(89,73,78)
(35%,29%,31%)

RGB channels and saturation

R 89 of 255 = 35%
G 73 of 255 = 29%
B 78 of 255 = 31%

89
73
78

R + G + B ~ 32%. #59494E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 73 + 78 = 240 (100%)
R 89 of 240 ~ 37.08%
G 73 of 240 ~ 30.42%
B 78 of 240 ~ 32.5%

%37.08
%30.42
%32.5

CMYK color model

#59494E color CMYK value is (0,18,12,65).

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 12.36%
  • key color value is 65.10%
CMYK:
(0,18,12,65)
C0M18Y12K65 
(0%,18%,12%,65%)
(0.00/0.18/0.12/0.65)	

CMYK percentages

%0
%17.98
%12.36
%65.1

Codes

Color #59494E in popluar color models

59494E
RGB897378
HSL341°9.88%31.76%
HSB/HSV341°17.98%34.90%
CMYK0.00%17.98%12.36%
65.10%

Color #59494E in popluar number systems.

HEX59494E
Decimal897378
Binary101100110010011001110
Octal131111116

Shades and tints

Shades of #59494E

#59494E
(89,73,78)
#514347
(81,67,71)
#493D40
(73,61,64)
#413739
(65,55,57)
#393132
(57,49,50)
#312B2B
(49,43,43)
#292524
(41,37,36)
#211F1D
(33,31,29)
#191916
(25,25,22)
#11130F
(17,19,15)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #59494E

#59494E
(89,73,78)
#68595E
(104,89,94)
#77696E
(119,105,110)
#86797E
(134,121,126)
#95898E
(149,137,142)
#A4999E
(164,153,158)
#B3A9AE
(179,169,174)
#C2B9BE
(194,185,190)
#D1C9CE
(209,201,206)
#E0D9DE
(224,217,222)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59494E color. Also use rgb(89,73,78) instead hex code.

Text Font Color

.myTextColor { color: #59494E; }

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

This text font color is #59494E.


Background Color

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

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

This div background color is #59494E.


Border color

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

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

This div border color is #59494E.


Opacity

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

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

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

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

This text has shadow with #59494E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59494E on black background.


Color preview on white background

This text has color #59494E on white background.



Black color preview on #59494E background

This text has black color on #59494E background.


White color preview on #59494E background

This text has white color on #59494E background.