COLOR #59174A

HEX: #59174A
RGB: (89,23,74)

Color info

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

RGB color model

#59174A color RGB value is (89,23,74).

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

RGB channels and saturation

R 89 of 255 = 35%
G 23 of 255 = 9%
B 74 of 255 = 29%

89
23
74

R + G + B ~ 24%. #59174A is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 23 + 74 = 186 (100%)
R 89 of 186 ~ 47.85%
G 23 of 186 ~ 12.37%
B 74 of 186 ~ 39.78%

%47.85
%12.37
%39.78

CMYK color model

#59174A color CMYK value is (0,74,17,65).

  • cyan value is 0.00%
  • magenta value is 74.16%
  • yellow value is 16.85%
  • key color value is 65.10%
CMYK:
(0,74,17,65)
C0M74Y17K65 
(0%,74%,17%,65%)
(0.00/0.74/0.17/0.65)	

CMYK percentages

%0
%74.16
%16.85
%65.1

Codes

Color #59174A in popluar color models

59174A
RGB892374
HSL314°58.93%21.96%
HSB/HSV314°74.16%34.90%
CMYK0.00%74.16%16.85%
65.10%

Color #59174A in popluar number systems.

HEX59174A
Decimal892374
Binary1011001101111001010
Octal13127112

Shades and tints

Shades of #59174A

#59174A
(89,23,74)
#511544
(81,21,68)
#49133E
(73,19,62)
#411138
(65,17,56)
#390F32
(57,15,50)
#310D2C
(49,13,44)
#290B26
(41,11,38)
#210920
(33,9,32)
#19071A
(25,7,26)
#110514
(17,5,20)
#09030E
(9,3,14)
#000000
(0,0,0)

Tints of #59174A

#59174A
(89,23,74)
#682C5A
(104,44,90)
#77416A
(119,65,106)
#86567A
(134,86,122)
#956B8A
(149,107,138)
#A4809A
(164,128,154)
#B395AA
(179,149,170)
#C2AABA
(194,170,186)
#D1BFCA
(209,191,202)
#E0D4DA
(224,212,218)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59174A; }

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

This text font color is #59174A.


Background Color

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

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

This div background color is #59174A.


Border color

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

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

This div border color is #59174A.


Opacity

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

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

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

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

This text has shadow with #59174A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59174A on black background.


Color preview on white background

This text has color #59174A on white background.



Black color preview on #59174A background

This text has black color on #59174A background.


White color preview on #59174A background

This text has white color on #59174A background.