COLOR #59403A

HEX: #59403A
RGB: (89,64,58)

Color info

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

RGB color model

#59403A color RGB value is (89,64,58).

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

RGB channels and saturation

R 89 of 255 = 35%
G 64 of 255 = 25%
B 58 of 255 = 23%

89
64
58

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

Portions of RGB colors in percentages

R + G + B =
89 + 64 + 58 = 211 (100%)
R 89 of 211 ~ 42.18%
G 64 of 211 ~ 30.33%
B 58 of 211 ~ 27.49%

%42.18
%30.33
%27.49

CMYK color model

#59403A color CMYK value is (0,28,35,65).

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 34.83%
  • key color value is 65.10%
CMYK:
(0,28,35,65)
C0M28Y35K65 
(0%,28%,35%,65%)
(0.00/0.28/0.35/0.65)	

CMYK percentages

%0
%28.09
%34.83
%65.1

Codes

Color #59403A in popluar color models

59403A
RGB896458
HSL12°21.09%28.82%
HSB/HSV12°34.83%34.90%
CMYK0.00%28.09%34.83%
65.10%

Color #59403A in popluar number systems.

HEX59403A
Decimal896458
Binary10110011000000111010
Octal13110072

Shades and tints

Shades of #59403A

#59403A
(89,64,58)
#513B35
(81,59,53)
#493630
(73,54,48)
#41312B
(65,49,43)
#392C26
(57,44,38)
#312721
(49,39,33)
#29221C
(41,34,28)
#211D17
(33,29,23)
#191812
(25,24,18)
#11130D
(17,19,13)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #59403A

#59403A
(89,64,58)
#68514B
(104,81,75)
#77625C
(119,98,92)
#86736D
(134,115,109)
#95847E
(149,132,126)
#A4958F
(164,149,143)
#B3A6A0
(179,166,160)
#C2B7B1
(194,183,177)
#D1C8C2
(209,200,194)
#E0D9D3
(224,217,211)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59403A; }

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

This text font color is #59403A.


Background Color

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

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

This div background color is #59403A.


Border color

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

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

This div border color is #59403A.


Opacity

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

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

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

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

This text has shadow with #59403A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59403A on black background.


Color preview on white background

This text has color #59403A on white background.



Black color preview on #59403A background

This text has black color on #59403A background.


White color preview on #59403A background

This text has white color on #59403A background.