COLOR #59464E

HEX: #59464E
RGB: (89,70,78)

Color info

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

RGB color model

#59464E color RGB value is (89,70,78).

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

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 78 of 255 = 31%

89
70
78

R + G + B ~ 31%. #59464E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 78 = 237 (100%)
R 89 of 237 ~ 37.55%
G 70 of 237 ~ 29.54%
B 78 of 237 ~ 32.91%

%37.55
%29.54
%32.91

CMYK color model

#59464E color CMYK value is (0,21,12,65).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 12.36%
  • key color value is 65.10%
CMYK:
(0,21,12,65)
C0M21Y12K65 
(0%,21%,12%,65%)
(0.00/0.21/0.12/0.65)	

CMYK percentages

%0
%21.35
%12.36
%65.1

Codes

Color #59464E in popluar color models

59464E
RGB897078
HSL335°11.95%31.18%
HSB/HSV335°21.35%34.90%
CMYK0.00%21.35%12.36%
65.10%

Color #59464E in popluar number systems.

HEX59464E
Decimal897078
Binary101100110001101001110
Octal131106116

Shades and tints

Shades of #59464E

#59464E
(89,70,78)
#514047
(81,64,71)
#493A40
(73,58,64)
#413439
(65,52,57)
#392E32
(57,46,50)
#31282B
(49,40,43)
#292224
(41,34,36)
#211C1D
(33,28,29)
#191616
(25,22,22)
#11100F
(17,16,15)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #59464E

#59464E
(89,70,78)
#68565E
(104,86,94)
#77666E
(119,102,110)
#86767E
(134,118,126)
#95868E
(149,134,142)
#A4969E
(164,150,158)
#B3A6AE
(179,166,174)
#C2B6BE
(194,182,190)
#D1C6CE
(209,198,206)
#E0D6DE
(224,214,222)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59464E; }

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

This text font color is #59464E.


Background Color

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

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

This div background color is #59464E.


Border color

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

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

This div border color is #59464E.


Opacity

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

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

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

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

This text has shadow with #59464E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59464E on black background.


Color preview on white background

This text has color #59464E on white background.



Black color preview on #59464E background

This text has black color on #59464E background.


White color preview on #59464E background

This text has white color on #59464E background.