COLOR #59174F

HEX: #59174F
RGB: (89,23,79)

Color info

#59174F contains mainly red and blue colors. Web safe color of #59174F is #660066 (or #606).

RGB color model

#59174F color RGB value is (89,23,79).

  • red value is 89;
  • green value is 23;
  • blue value is 79.
RGB:
(89,23,79)
(35%,9%,31%)

RGB channels and saturation

R 89 of 255 = 35%
G 23 of 255 = 9%
B 79 of 255 = 31%

89
23
79

R + G + B ~ 25%. #59174F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 23 + 79 = 191 (100%)
R 89 of 191 ~ 46.6%
G 23 of 191 ~ 12.04%
B 79 of 191 ~ 41.36%

%46.6
%12.04
%41.36

CMYK color model

#59174F color CMYK value is (0,74,11,65).

  • cyan value is 0.00%
  • magenta value is 74.16%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(0,74,11,65)
C0M74Y11K65 
(0%,74%,11%,65%)
(0.00/0.74/0.11/0.65)	

CMYK percentages

%0
%74.16
%11.24
%65.1

Codes

Color #59174F in popluar color models

59174F
RGB892379
HSL309°58.93%21.96%
HSB/HSV309°74.16%34.90%
CMYK0.00%74.16%11.24%
65.10%

Color #59174F in popluar number systems.

HEX59174F
Decimal892379
Binary1011001101111001111
Octal13127117

Shades and tints

Shades of #59174F

#59174F
(89,23,79)
#511548
(81,21,72)
#491341
(73,19,65)
#41113A
(65,17,58)
#390F33
(57,15,51)
#310D2C
(49,13,44)
#290B25
(41,11,37)
#21091E
(33,9,30)
#190717
(25,7,23)
#110510
(17,5,16)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #59174F

#59174F
(89,23,79)
#682C5F
(104,44,95)
#77416F
(119,65,111)
#86567F
(134,86,127)
#956B8F
(149,107,143)
#A4809F
(164,128,159)
#B395AF
(179,149,175)
#C2AABF
(194,170,191)
#D1BFCF
(209,191,207)
#E0D4DF
(224,212,223)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59174F color. Also use rgb(89,23,79) instead hex code.

Text Font Color

.myTextColor { color: #59174F; }

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

This text font color is #59174F.


Background Color

.myBgColor { background-color: #59174F; }

<div style="background-color:#59174F">Inner text</div>

This div background color is #59174F.


Border color

.myBorderColor { border: 1px solid #59174F; }

<div style="border:3px solid #59174F">Div</div>

This div border color is #59174F.


Opacity

.myOpacity80 { color: #59174F; opacity: 0.8; }

<p style="color:#59174F;opacity:0.8;">80%</p>

Text with #59174F 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 #59174F;}

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

This text has shadow with #59174F color.

.textShadow {text-shadow: 3px 3px 1px #59174F, 3px 3px 1px red;}

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

This text has shadow with #59174F primary color and red secondary color.


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

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

This text has shadow with #59174F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59174F on black background.


Color preview on white background

This text has color #59174F on white background.



Black color preview on #59174F background

This text has black color on #59174F background.


White color preview on #59174F background

This text has white color on #59174F background.