COLOR #59112E

HEX: #59112E
RGB: (89,17,46)

Color info

#59112E contains mainly red and blue colors. Web safe color of #59112E is #660033 (or #603).

RGB color model

#59112E color RGB value is (89,17,46).

  • red value is 89;
  • green value is 17;
  • blue value is 46.
RGB:
(89,17,46)
(35%,7%,18%)

RGB channels and saturation

R 89 of 255 = 35%
G 17 of 255 = 7%
B 46 of 255 = 18%

89
17
46

R + G + B ~ 20%. #59112E is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 17 + 46 = 152 (100%)
R 89 of 152 ~ 58.55%
G 17 of 152 ~ 11.18%
B 46 of 152 ~ 30.26%

%58.55
%11.18
%30.26

CMYK color model

#59112E color CMYK value is (0,81,48,65).

  • cyan value is 0.00%
  • magenta value is 80.90%
  • yellow value is 48.31%
  • key color value is 65.10%
CMYK:
(0,81,48,65)
C0M81Y48K65 
(0%,81%,48%,65%)
(0.00/0.81/0.48/0.65)	

CMYK percentages

%0
%80.9
%48.31
%65.1

Codes

Color #59112E in popluar color models

59112E
RGB891746
HSL336°67.92%20.78%
HSB/HSV336°80.90%34.90%
CMYK0.00%80.90%48.31%
65.10%

Color #59112E in popluar number systems.

HEX59112E
Decimal891746
Binary101100110001101110
Octal1312156

Shades and tints

Shades of #59112E

#59112E
(89,17,46)
#51102A
(81,16,42)
#490F26
(73,15,38)
#410E22
(65,14,34)
#390D1E
(57,13,30)
#310C1A
(49,12,26)
#290B16
(41,11,22)
#210A12
(33,10,18)
#19090E
(25,9,14)
#11080A
(17,8,10)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #59112E

#59112E
(89,17,46)
#682641
(104,38,65)
#773B54
(119,59,84)
#865067
(134,80,103)
#95657A
(149,101,122)
#A47A8D
(164,122,141)
#B38FA0
(179,143,160)
#C2A4B3
(194,164,179)
#D1B9C6
(209,185,198)
#E0CED9
(224,206,217)
#EFE3EC
(239,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59112E color. Also use rgb(89,17,46) instead hex code.

Text Font Color

.myTextColor { color: #59112E; }

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

This text font color is #59112E.


Background Color

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

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

This div background color is #59112E.


Border color

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

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

This div border color is #59112E.


Opacity

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

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

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

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

This text has shadow with #59112E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59112E on black background.


Color preview on white background

This text has color #59112E on white background.



Black color preview on #59112E background

This text has black color on #59112E background.


White color preview on #59112E background

This text has white color on #59112E background.