COLOR #59464F

HEX: #59464F
RGB: (89,70,79)

Color info

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

RGB color model

#59464F color RGB value is (89,70,79).

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

RGB channels and saturation

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

89
70
79

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

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 79 = 238 (100%)
R 89 of 238 ~ 37.39%
G 70 of 238 ~ 29.41%
B 79 of 238 ~ 33.19%

%37.39
%29.41
%33.19

CMYK color model

#59464F color CMYK value is (0,21,11,65).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(0,21,11,65)
C0M21Y11K65 
(0%,21%,11%,65%)
(0.00/0.21/0.11/0.65)	

CMYK percentages

%0
%21.35
%11.24
%65.1

Codes

Color #59464F in popluar color models

59464F
RGB897079
HSL332°11.95%31.18%
HSB/HSV332°21.35%34.90%
CMYK0.00%21.35%11.24%
65.10%

Color #59464F in popluar number systems.

HEX59464F
Decimal897079
Binary101100110001101001111
Octal131106117

Shades and tints

Shades of #59464F

#59464F
(89,70,79)
#514048
(81,64,72)
#493A41
(73,58,65)
#41343A
(65,52,58)
#392E33
(57,46,51)
#31282C
(49,40,44)
#292225
(41,34,37)
#211C1E
(33,28,30)
#191617
(25,22,23)
#111010
(17,16,16)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #59464F

#59464F
(89,70,79)
#68565F
(104,86,95)
#77666F
(119,102,111)
#86767F
(134,118,127)
#95868F
(149,134,143)
#A4969F
(164,150,159)
#B3A6AF
(179,166,175)
#C2B6BF
(194,182,191)
#D1C6CF
(209,198,207)
#E0D6DF
(224,214,223)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59464F; }

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

This text font color is #59464F.


Background Color

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

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

This div background color is #59464F.


Border color

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

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

This div border color is #59464F.


Opacity

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

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

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

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

This text has shadow with #59464F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59464F on black background.


Color preview on white background

This text has color #59464F on white background.



Black color preview on #59464F background

This text has black color on #59464F background.


White color preview on #59464F background

This text has white color on #59464F background.