COLOR #59193A

HEX: #59193A
RGB: (89,25,58)

Color info

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

RGB color model

#59193A color RGB value is (89,25,58).

  • red value is 89;
  • green value is 25;
  • blue value is 58.
RGB:
(89,25,58)
(35%,10%,23%)

RGB channels and saturation

R 89 of 255 = 35%
G 25 of 255 = 10%
B 58 of 255 = 23%

89
25
58

R + G + B ~ 23%. #59193A is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 25 + 58 = 172 (100%)
R 89 of 172 ~ 51.74%
G 25 of 172 ~ 14.53%
B 58 of 172 ~ 33.72%

%51.74
%14.53
%33.72

CMYK color model

#59193A color CMYK value is (0,72,35,65).

  • cyan value is 0.00%
  • magenta value is 71.91%
  • yellow value is 34.83%
  • key color value is 65.10%
CMYK:
(0,72,35,65)
C0M72Y35K65 
(0%,72%,35%,65%)
(0.00/0.72/0.35/0.65)	

CMYK percentages

%0
%71.91
%34.83
%65.1

Codes

Color #59193A in popluar color models

59193A
RGB892558
HSL329°56.14%22.35%
HSB/HSV329°71.91%34.90%
CMYK0.00%71.91%34.83%
65.10%

Color #59193A in popluar number systems.

HEX59193A
Decimal892558
Binary101100111001111010
Octal1313172

Shades and tints

Shades of #59193A

#59193A
(89,25,58)
#511735
(81,23,53)
#491530
(73,21,48)
#41132B
(65,19,43)
#391126
(57,17,38)
#310F21
(49,15,33)
#290D1C
(41,13,28)
#210B17
(33,11,23)
#190912
(25,9,18)
#11070D
(17,7,13)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #59193A

#59193A
(89,25,58)
#682D4B
(104,45,75)
#77415C
(119,65,92)
#86556D
(134,85,109)
#95697E
(149,105,126)
#A47D8F
(164,125,143)
#B391A0
(179,145,160)
#C2A5B1
(194,165,177)
#D1B9C2
(209,185,194)
#E0CDD3
(224,205,211)
#EFE1E4
(239,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59193A color. Also use rgb(89,25,58) instead hex code.

Text Font Color

.myTextColor { color: #59193A; }

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

This text font color is #59193A.


Background Color

.myBgColor { background-color: #59193A; }

<div style="background-color:#59193A">Inner text</div>

This div background color is #59193A.


Border color

.myBorderColor { border: 1px solid #59193A; }

<div style="border:3px solid #59193A">Div</div>

This div border color is #59193A.


Opacity

.myOpacity80 { color: #59193A; opacity: 0.8; }

<p style="color:#59193A;opacity:0.8;">80%</p>

Text with #59193A 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 #59193A;}

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

This text has shadow with #59193A color.

.textShadow {text-shadow: 3px 3px 1px #59193A, 3px 3px 1px red;}

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

This text has shadow with #59193A primary color and red secondary color.


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

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

This text has shadow with #59193A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59193A on black background.


Color preview on white background

This text has color #59193A on white background.



Black color preview on #59193A background

This text has black color on #59193A background.


White color preview on #59193A background

This text has white color on #59193A background.