COLOR #59264F

HEX: #59264F
RGB: (89,38,79)

Color info

#59264F contains red, green and blue colors in about the same proportion. Web safe color of #59264F is #663366 (or #636).

RGB color model

#59264F color RGB value is (89,38,79).

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

RGB channels and saturation

R 89 of 255 = 35%
G 38 of 255 = 15%
B 79 of 255 = 31%

89
38
79

R + G + B ~ 27%. #59264F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 38 + 79 = 206 (100%)
R 89 of 206 ~ 43.2%
G 38 of 206 ~ 18.45%
B 79 of 206 ~ 38.35%

%43.2
%18.45
%38.35

CMYK color model

#59264F color CMYK value is (0,57,11,65).

  • cyan value is 0.00%
  • magenta value is 57.30%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(0,57,11,65)
C0M57Y11K65 
(0%,57%,11%,65%)
(0.00/0.57/0.11/0.65)	

CMYK percentages

%0
%57.3
%11.24
%65.1

Codes

Color #59264F in popluar color models

59264F
RGB893879
HSL312°40.16%24.90%
HSB/HSV312°57.30%34.90%
CMYK0.00%57.30%11.24%
65.10%

Color #59264F in popluar number systems.

HEX59264F
Decimal893879
Binary10110011001101001111
Octal13146117

Shades and tints

Shades of #59264F

#59264F
(89,38,79)
#512348
(81,35,72)
#492041
(73,32,65)
#411D3A
(65,29,58)
#391A33
(57,26,51)
#31172C
(49,23,44)
#291425
(41,20,37)
#21111E
(33,17,30)
#190E17
(25,14,23)
#110B10
(17,11,16)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #59264F

#59264F
(89,38,79)
#68395F
(104,57,95)
#774C6F
(119,76,111)
#865F7F
(134,95,127)
#95728F
(149,114,143)
#A4859F
(164,133,159)
#B398AF
(179,152,175)
#C2ABBF
(194,171,191)
#D1BECF
(209,190,207)
#E0D1DF
(224,209,223)
#EFE4EF
(239,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59264F; }

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

This text font color is #59264F.


Background Color

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

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

This div background color is #59264F.


Border color

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

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

This div border color is #59264F.


Opacity

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

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

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

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

This text has shadow with #59264F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59264F on black background.


Color preview on white background

This text has color #59264F on white background.



Black color preview on #59264F background

This text has black color on #59264F background.


White color preview on #59264F background

This text has white color on #59264F background.