COLOR #59434F

HEX: #59434F
RGB: (89,67,79)

Color info

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

RGB color model

#59434F color RGB value is (89,67,79).

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

RGB channels and saturation

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

89
67
79

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

Portions of RGB colors in percentages

R + G + B =
89 + 67 + 79 = 235 (100%)
R 89 of 235 ~ 37.87%
G 67 of 235 ~ 28.51%
B 79 of 235 ~ 33.62%

%37.87
%28.51
%33.62

CMYK color model

#59434F color CMYK value is (0,25,11,65).

  • cyan value is 0.00%
  • magenta value is 24.72%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(0,25,11,65)
C0M25Y11K65 
(0%,25%,11%,65%)
(0.00/0.25/0.11/0.65)	

CMYK percentages

%0
%24.72
%11.24
%65.1

Codes

Color #59434F in popluar color models

59434F
RGB896779
HSL327°14.10%30.59%
HSB/HSV327°24.72%34.90%
CMYK0.00%24.72%11.24%
65.10%

Color #59434F in popluar number systems.

HEX59434F
Decimal896779
Binary101100110000111001111
Octal131103117

Shades and tints

Shades of #59434F

#59434F
(89,67,79)
#513D48
(81,61,72)
#493741
(73,55,65)
#41313A
(65,49,58)
#392B33
(57,43,51)
#31252C
(49,37,44)
#291F25
(41,31,37)
#21191E
(33,25,30)
#191317
(25,19,23)
#110D10
(17,13,16)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #59434F

#59434F
(89,67,79)
#68545F
(104,84,95)
#77656F
(119,101,111)
#86767F
(134,118,127)
#95878F
(149,135,143)
#A4989F
(164,152,159)
#B3A9AF
(179,169,175)
#C2BABF
(194,186,191)
#D1CBCF
(209,203,207)
#E0DCDF
(224,220,223)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59434F; }

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

This text font color is #59434F.


Background Color

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

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

This div background color is #59434F.


Border color

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

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

This div border color is #59434F.


Opacity

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

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

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

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

This text has shadow with #59434F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59434F on black background.


Color preview on white background

This text has color #59434F on white background.



Black color preview on #59434F background

This text has black color on #59434F background.


White color preview on #59434F background

This text has white color on #59434F background.