COLOR #59363E

HEX: #59363E
RGB: (89,54,62)

Color info

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

RGB color model

#59363E color RGB value is (89,54,62).

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

RGB channels and saturation

R 89 of 255 = 35%
G 54 of 255 = 21%
B 62 of 255 = 24%

89
54
62

R + G + B ~ 27%. #59363E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 54 + 62 = 205 (100%)
R 89 of 205 ~ 43.41%
G 54 of 205 ~ 26.34%
B 62 of 205 ~ 30.24%

%43.41
%26.34
%30.24

CMYK color model

#59363E color CMYK value is (0,39,30,65).

  • cyan value is 0.00%
  • magenta value is 39.33%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(0,39,30,65)
C0M39Y30K65 
(0%,39%,30%,65%)
(0.00/0.39/0.30/0.65)	

CMYK percentages

%0
%39.33
%30.34
%65.1

Codes

Color #59363E in popluar color models

59363E
RGB895462
HSL346°24.48%28.04%
HSB/HSV346°39.33%34.90%
CMYK0.00%39.33%30.34%
65.10%

Color #59363E in popluar number systems.

HEX59363E
Decimal895462
Binary1011001110110111110
Octal1316676

Shades and tints

Shades of #59363E

#59363E
(89,54,62)
#513239
(81,50,57)
#492E34
(73,46,52)
#412A2F
(65,42,47)
#39262A
(57,38,42)
#312225
(49,34,37)
#291E20
(41,30,32)
#211A1B
(33,26,27)
#191616
(25,22,22)
#111211
(17,18,17)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #59363E

#59363E
(89,54,62)
#68484F
(104,72,79)
#775A60
(119,90,96)
#866C71
(134,108,113)
#957E82
(149,126,130)
#A49093
(164,144,147)
#B3A2A4
(179,162,164)
#C2B4B5
(194,180,181)
#D1C6C6
(209,198,198)
#E0D8D7
(224,216,215)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59363E; }

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

This text font color is #59363E.


Background Color

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

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

This div background color is #59363E.


Border color

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

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

This div border color is #59363E.


Opacity

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

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

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

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

This text has shadow with #59363E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59363E on black background.


Color preview on white background

This text has color #59363E on white background.



Black color preview on #59363E background

This text has black color on #59363E background.


White color preview on #59363E background

This text has white color on #59363E background.