COLOR #59413C

HEX: #59413C
RGB: (89,65,60)

Color info

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

RGB color model

#59413C color RGB value is (89,65,60).

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

RGB channels and saturation

R 89 of 255 = 35%
G 65 of 255 = 25%
B 60 of 255 = 24%

89
65
60

R + G + B ~ 28%. #59413C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 65 + 60 = 214 (100%)
R 89 of 214 ~ 41.59%
G 65 of 214 ~ 30.37%
B 60 of 214 ~ 28.04%

%41.59
%30.37
%28.04

CMYK color model

#59413C color CMYK value is (0,27,33,65).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 32.58%
  • key color value is 65.10%
CMYK:
(0,27,33,65)
C0M27Y33K65 
(0%,27%,33%,65%)
(0.00/0.27/0.33/0.65)	

CMYK percentages

%0
%26.97
%32.58
%65.1

Codes

Color #59413C in popluar color models

59413C
RGB896560
HSL10°19.46%29.22%
HSB/HSV10°32.58%34.90%
CMYK0.00%26.97%32.58%
65.10%

Color #59413C in popluar number systems.

HEX59413C
Decimal896560
Binary10110011000001111100
Octal13110174

Shades and tints

Shades of #59413C

#59413C
(89,65,60)
#513C37
(81,60,55)
#493732
(73,55,50)
#41322D
(65,50,45)
#392D28
(57,45,40)
#312823
(49,40,35)
#29231E
(41,35,30)
#211E19
(33,30,25)
#191914
(25,25,20)
#11140F
(17,20,15)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #59413C

#59413C
(89,65,60)
#68524D
(104,82,77)
#77635E
(119,99,94)
#86746F
(134,116,111)
#958580
(149,133,128)
#A49691
(164,150,145)
#B3A7A2
(179,167,162)
#C2B8B3
(194,184,179)
#D1C9C4
(209,201,196)
#E0DAD5
(224,218,213)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59413C color. Also use rgb(89,65,60) instead hex code.

Text Font Color

.myTextColor { color: #59413C; }

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

This text font color is #59413C.


Background Color

.myBgColor { background-color: #59413C; }

<div style="background-color:#59413C">Inner text</div>

This div background color is #59413C.


Border color

.myBorderColor { border: 1px solid #59413C; }

<div style="border:3px solid #59413C">Div</div>

This div border color is #59413C.


Opacity

.myOpacity80 { color: #59413C; opacity: 0.8; }

<p style="color:#59413C;opacity:0.8;">80%</p>

Text with #59413C 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 #59413C;}

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

This text has shadow with #59413C color.

.textShadow {text-shadow: 3px 3px 1px #59413C, 3px 3px 1px red;}

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

This text has shadow with #59413C primary color and red secondary color.


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

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

This text has shadow with #59413C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59413C on black background.


Color preview on white background

This text has color #59413C on white background.



Black color preview on #59413C background

This text has black color on #59413C background.


White color preview on #59413C background

This text has white color on #59413C background.