COLOR #59402D

HEX: #59402D
RGB: (89,64,45)

Color info

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

RGB color model

#59402D color RGB value is (89,64,45).

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

RGB channels and saturation

R 89 of 255 = 35%
G 64 of 255 = 25%
B 45 of 255 = 18%

89
64
45

R + G + B ~ 26%. #59402D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 64 + 45 = 198 (100%)
R 89 of 198 ~ 44.95%
G 64 of 198 ~ 32.32%
B 45 of 198 ~ 22.73%

%44.95
%32.32
%22.73

CMYK color model

#59402D color CMYK value is (0,28,49,65).

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 49.44%
  • key color value is 65.10%
CMYK:
(0,28,49,65)
C0M28Y49K65 
(0%,28%,49%,65%)
(0.00/0.28/0.49/0.65)	

CMYK percentages

%0
%28.09
%49.44
%65.1

Codes

Color #59402D in popluar color models

59402D
RGB896445
HSL26°32.84%26.27%
HSB/HSV26°49.44%34.90%
CMYK0.00%28.09%49.44%
65.10%

Color #59402D in popluar number systems.

HEX59402D
Decimal896445
Binary10110011000000101101
Octal13110055

Shades and tints

Shades of #59402D

#59402D
(89,64,45)
#513B29
(81,59,41)
#493625
(73,54,37)
#413121
(65,49,33)
#392C1D
(57,44,29)
#312719
(49,39,25)
#292215
(41,34,21)
#211D11
(33,29,17)
#19180D
(25,24,13)
#111309
(17,19,9)
#090E05
(9,14,5)
#000000
(0,0,0)

Tints of #59402D

#59402D
(89,64,45)
#685140
(104,81,64)
#776253
(119,98,83)
#867366
(134,115,102)
#958479
(149,132,121)
#A4958C
(164,149,140)
#B3A69F
(179,166,159)
#C2B7B2
(194,183,178)
#D1C8C5
(209,200,197)
#E0D9D8
(224,217,216)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59402D color. Also use rgb(89,64,45) instead hex code.

Text Font Color

.myTextColor { color: #59402D; }

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

This text font color is #59402D.


Background Color

.myBgColor { background-color: #59402D; }

<div style="background-color:#59402D">Inner text</div>

This div background color is #59402D.


Border color

.myBorderColor { border: 1px solid #59402D; }

<div style="border:3px solid #59402D">Div</div>

This div border color is #59402D.


Opacity

.myOpacity80 { color: #59402D; opacity: 0.8; }

<p style="color:#59402D;opacity:0.8;">80%</p>

Text with #59402D 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 #59402D;}

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

This text has shadow with #59402D color.

.textShadow {text-shadow: 3px 3px 1px #59402D, 3px 3px 1px red;}

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

This text has shadow with #59402D primary color and red secondary color.


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

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

This text has shadow with #59402D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59402D on black background.


Color preview on white background

This text has color #59402D on white background.



Black color preview on #59402D background

This text has black color on #59402D background.


White color preview on #59402D background

This text has white color on #59402D background.