COLOR #59134C

HEX: #59134C
RGB: (89,19,76)

Color info

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

RGB color model

#59134C color RGB value is (89,19,76).

  • red value is 89;
  • green value is 19;
  • blue value is 76.
RGB:
(89,19,76)
(35%,7%,30%)

RGB channels and saturation

R 89 of 255 = 35%
G 19 of 255 = 7%
B 76 of 255 = 30%

89
19
76

R + G + B ~ 24%. #59134C is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 19 + 76 = 184 (100%)
R 89 of 184 ~ 48.37%
G 19 of 184 ~ 10.33%
B 76 of 184 ~ 41.3%

%48.37
%10.33
%41.3

CMYK color model

#59134C color CMYK value is (0,79,15,65).

  • cyan value is 0.00%
  • magenta value is 78.65%
  • yellow value is 14.61%
  • key color value is 65.10%
CMYK:
(0,79,15,65)
C0M79Y15K65 
(0%,79%,15%,65%)
(0.00/0.79/0.15/0.65)	

CMYK percentages

%0
%78.65
%14.61
%65.1

Codes

Color #59134C in popluar color models

59134C
RGB891976
HSL311°64.81%21.18%
HSB/HSV311°78.65%34.90%
CMYK0.00%78.65%14.61%
65.10%

Color #59134C in popluar number systems.

HEX59134C
Decimal891976
Binary1011001100111001100
Octal13123114

Shades and tints

Shades of #59134C

#59134C
(89,19,76)
#511246
(81,18,70)
#491140
(73,17,64)
#41103A
(65,16,58)
#390F34
(57,15,52)
#310E2E
(49,14,46)
#290D28
(41,13,40)
#210C22
(33,12,34)
#190B1C
(25,11,28)
#110A16
(17,10,22)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #59134C

#59134C
(89,19,76)
#68285C
(104,40,92)
#773D6C
(119,61,108)
#86527C
(134,82,124)
#95678C
(149,103,140)
#A47C9C
(164,124,156)
#B391AC
(179,145,172)
#C2A6BC
(194,166,188)
#D1BBCC
(209,187,204)
#E0D0DC
(224,208,220)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59134C color. Also use rgb(89,19,76) instead hex code.

Text Font Color

.myTextColor { color: #59134C; }

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

This text font color is #59134C.


Background Color

.myBgColor { background-color: #59134C; }

<div style="background-color:#59134C">Inner text</div>

This div background color is #59134C.


Border color

.myBorderColor { border: 1px solid #59134C; }

<div style="border:3px solid #59134C">Div</div>

This div border color is #59134C.


Opacity

.myOpacity80 { color: #59134C; opacity: 0.8; }

<p style="color:#59134C;opacity:0.8;">80%</p>

Text with #59134C 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 #59134C;}

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

This text has shadow with #59134C color.

.textShadow {text-shadow: 3px 3px 1px #59134C, 3px 3px 1px red;}

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

This text has shadow with #59134C primary color and red secondary color.


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

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

This text has shadow with #59134C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59134C on black background.


Color preview on white background

This text has color #59134C on white background.



Black color preview on #59134C background

This text has black color on #59134C background.


White color preview on #59134C background

This text has white color on #59134C background.