COLOR #59403E

HEX: #59403E
RGB: (89,64,62)

Color info

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

RGB color model

#59403E color RGB value is (89,64,62).

  • red value is 89;
  • green value is 64;
  • blue value is 62.
RGB:
(89,64,62)
(35%,25%,24%)

RGB channels and saturation

R 89 of 255 = 35%
G 64 of 255 = 25%
B 62 of 255 = 24%

89
64
62

R + G + B ~ 28%. #59403E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 64 + 62 = 215 (100%)
R 89 of 215 ~ 41.4%
G 64 of 215 ~ 29.77%
B 62 of 215 ~ 28.84%

%41.4
%29.77
%28.84

CMYK color model

#59403E color CMYK value is (0,28,30,65).

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(0,28,30,65)
C0M28Y30K65 
(0%,28%,30%,65%)
(0.00/0.28/0.30/0.65)	

CMYK percentages

%0
%28.09
%30.34
%65.1

Codes

Color #59403E in popluar color models

59403E
RGB896462
HSL17.88%29.61%
HSB/HSV30.34%34.90%
CMYK0.00%28.09%30.34%
65.10%

Color #59403E in popluar number systems.

HEX59403E
Decimal896462
Binary10110011000000111110
Octal13110076

Shades and tints

Shades of #59403E

#59403E
(89,64,62)
#513B39
(81,59,57)
#493634
(73,54,52)
#41312F
(65,49,47)
#392C2A
(57,44,42)
#312725
(49,39,37)
#292220
(41,34,32)
#211D1B
(33,29,27)
#191816
(25,24,22)
#111311
(17,19,17)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #59403E

#59403E
(89,64,62)
#68514F
(104,81,79)
#776260
(119,98,96)
#867371
(134,115,113)
#958482
(149,132,130)
#A49593
(164,149,147)
#B3A6A4
(179,166,164)
#C2B7B5
(194,183,181)
#D1C8C6
(209,200,198)
#E0D9D7
(224,217,215)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59403E color. Also use rgb(89,64,62) instead hex code.

Text Font Color

.myTextColor { color: #59403E; }

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

This text font color is #59403E.


Background Color

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

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

This div background color is #59403E.


Border color

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

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

This div border color is #59403E.


Opacity

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

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

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

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

This text has shadow with #59403E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59403E on black background.


Color preview on white background

This text has color #59403E on white background.



Black color preview on #59403E background

This text has black color on #59403E background.


White color preview on #59403E background

This text has white color on #59403E background.