COLOR #59393F

HEX: #59393F
RGB: (89,57,63)

Color info

#59393F contains red, green and blue colors in about the same proportion. Web safe color of #59393F is #663333 (or #633).

RGB color model

#59393F color RGB value is (89,57,63).

  • red value is 89;
  • green value is 57;
  • blue value is 63.
RGB:
(89,57,63)
(35%,22%,25%)

RGB channels and saturation

R 89 of 255 = 35%
G 57 of 255 = 22%
B 63 of 255 = 25%

89
57
63

R + G + B ~ 27%. #59393F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 57 + 63 = 209 (100%)
R 89 of 209 ~ 42.58%
G 57 of 209 ~ 27.27%
B 63 of 209 ~ 30.14%

%42.58
%27.27
%30.14

CMYK color model

#59393F color CMYK value is (0,36,29,65).

  • cyan value is 0.00%
  • magenta value is 35.96%
  • yellow value is 29.21%
  • key color value is 65.10%
CMYK:
(0,36,29,65)
C0M36Y29K65 
(0%,36%,29%,65%)
(0.00/0.36/0.29/0.65)	

CMYK percentages

%0
%35.96
%29.21
%65.1

Codes

Color #59393F in popluar color models

59393F
RGB895763
HSL349°21.92%28.63%
HSB/HSV349°35.96%34.90%
CMYK0.00%35.96%29.21%
65.10%

Color #59393F in popluar number systems.

HEX59393F
Decimal895763
Binary1011001111001111111
Octal1317177

Shades and tints

Shades of #59393F

#59393F
(89,57,63)
#51343A
(81,52,58)
#492F35
(73,47,53)
#412A30
(65,42,48)
#39252B
(57,37,43)
#312026
(49,32,38)
#291B21
(41,27,33)
#21161C
(33,22,28)
#191117
(25,17,23)
#110C12
(17,12,18)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #59393F

#59393F
(89,57,63)
#684B50
(104,75,80)
#775D61
(119,93,97)
#866F72
(134,111,114)
#958183
(149,129,131)
#A49394
(164,147,148)
#B3A5A5
(179,165,165)
#C2B7B6
(194,183,182)
#D1C9C7
(209,201,199)
#E0DBD8
(224,219,216)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59393F color. Also use rgb(89,57,63) instead hex code.

Text Font Color

.myTextColor { color: #59393F; }

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

This text font color is #59393F.


Background Color

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

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

This div background color is #59393F.


Border color

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

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

This div border color is #59393F.


Opacity

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

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

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

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

This text has shadow with #59393F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59393F on black background.


Color preview on white background

This text has color #59393F on white background.



Black color preview on #59393F background

This text has black color on #59393F background.


White color preview on #59393F background

This text has white color on #59393F background.