COLOR #59424F

HEX: #59424F
RGB: (89,66,79)

Color info

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

RGB color model

#59424F color RGB value is (89,66,79).

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

RGB channels and saturation

R 89 of 255 = 35%
G 66 of 255 = 26%
B 79 of 255 = 31%

89
66
79

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

Portions of RGB colors in percentages

R + G + B =
89 + 66 + 79 = 234 (100%)
R 89 of 234 ~ 38.03%
G 66 of 234 ~ 28.21%
B 79 of 234 ~ 33.76%

%38.03
%28.21
%33.76

CMYK color model

#59424F color CMYK value is (0,26,11,65).

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(0,26,11,65)
C0M26Y11K65 
(0%,26%,11%,65%)
(0.00/0.26/0.11/0.65)	

CMYK percentages

%0
%25.84
%11.24
%65.1

Codes

Color #59424F in popluar color models

59424F
RGB896679
HSL326°14.84%30.39%
HSB/HSV326°25.84%34.90%
CMYK0.00%25.84%11.24%
65.10%

Color #59424F in popluar number systems.

HEX59424F
Decimal896679
Binary101100110000101001111
Octal131102117

Shades and tints

Shades of #59424F

#59424F
(89,66,79)
#513C48
(81,60,72)
#493641
(73,54,65)
#41303A
(65,48,58)
#392A33
(57,42,51)
#31242C
(49,36,44)
#291E25
(41,30,37)
#21181E
(33,24,30)
#191217
(25,18,23)
#110C10
(17,12,16)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #59424F

#59424F
(89,66,79)
#68535F
(104,83,95)
#77646F
(119,100,111)
#86757F
(134,117,127)
#95868F
(149,134,143)
#A4979F
(164,151,159)
#B3A8AF
(179,168,175)
#C2B9BF
(194,185,191)
#D1CACF
(209,202,207)
#E0DBDF
(224,219,223)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59424F; }

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

This text font color is #59424F.


Background Color

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

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

This div background color is #59424F.


Border color

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

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

This div border color is #59424F.


Opacity

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

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

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

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

This text has shadow with #59424F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59424F on black background.


Color preview on white background

This text has color #59424F on white background.



Black color preview on #59424F background

This text has black color on #59424F background.


White color preview on #59424F background

This text has white color on #59424F background.