COLOR #59243E

HEX: #59243E
RGB: (89,36,62)

Color info

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

RGB color model

#59243E color RGB value is (89,36,62).

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

RGB channels and saturation

R 89 of 255 = 35%
G 36 of 255 = 14%
B 62 of 255 = 24%

89
36
62

R + G + B ~ 24%. #59243E is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 36 + 62 = 187 (100%)
R 89 of 187 ~ 47.59%
G 36 of 187 ~ 19.25%
B 62 of 187 ~ 33.16%

%47.59
%19.25
%33.16

CMYK color model

#59243E color CMYK value is (0,60,30,65).

  • cyan value is 0.00%
  • magenta value is 59.55%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(0,60,30,65)
C0M60Y30K65 
(0%,60%,30%,65%)
(0.00/0.60/0.30/0.65)	

CMYK percentages

%0
%59.55
%30.34
%65.1

Codes

Color #59243E in popluar color models

59243E
RGB893662
HSL331°42.40%24.51%
HSB/HSV331°59.55%34.90%
CMYK0.00%59.55%30.34%
65.10%

Color #59243E in popluar number systems.

HEX59243E
Decimal893662
Binary1011001100100111110
Octal1314476

Shades and tints

Shades of #59243E

#59243E
(89,36,62)
#512139
(81,33,57)
#491E34
(73,30,52)
#411B2F
(65,27,47)
#39182A
(57,24,42)
#311525
(49,21,37)
#291220
(41,18,32)
#210F1B
(33,15,27)
#190C16
(25,12,22)
#110911
(17,9,17)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #59243E

#59243E
(89,36,62)
#68374F
(104,55,79)
#774A60
(119,74,96)
#865D71
(134,93,113)
#957082
(149,112,130)
#A48393
(164,131,147)
#B396A4
(179,150,164)
#C2A9B5
(194,169,181)
#D1BCC6
(209,188,198)
#E0CFD7
(224,207,215)
#EFE2E8
(239,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59243E; }

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

This text font color is #59243E.


Background Color

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

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

This div background color is #59243E.


Border color

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

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

This div border color is #59243E.


Opacity

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

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

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

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

This text has shadow with #59243E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59243E on black background.


Color preview on white background

This text has color #59243E on white background.



Black color preview on #59243E background

This text has black color on #59243E background.


White color preview on #59243E background

This text has white color on #59243E background.