COLOR #59265C

HEX: #59265C
RGB: (89,38,92)

Color info

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

RGB color model

#59265C color RGB value is (89,38,92).

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

RGB channels and saturation

R 89 of 255 = 35%
G 38 of 255 = 15%
B 92 of 255 = 36%

89
38
92

R + G + B ~ 29%. #59265C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 38 + 92 = 219 (100%)
R 89 of 219 ~ 40.64%
G 38 of 219 ~ 17.35%
B 92 of 219 ~ 42.01%

%40.64
%17.35
%42.01

CMYK color model

#59265C color CMYK value is (3,59,0,64).

  • cyan value is 3.26%
  • magenta value is 58.70%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(3,59,0,64)
C3M59Y0K64 
(3%,59%,0%,64%)
(0.03/0.59/0.00/0.64)	

CMYK percentages

%3.26
%58.7
%0
%63.92

Codes

Color #59265C in popluar color models

59265C
RGB893892
HSL297°41.54%25.49%
HSB/HSV297°58.70%36.08%
CMYK3.26%58.70%0.00%
63.92%

Color #59265C in popluar number systems.

HEX59265C
Decimal893892
Binary10110011001101011100
Octal13146134

Shades and tints

Shades of #59265C

#59265C
(89,38,92)
#512354
(81,35,84)
#49204C
(73,32,76)
#411D44
(65,29,68)
#391A3C
(57,26,60)
#311734
(49,23,52)
#29142C
(41,20,44)
#211124
(33,17,36)
#190E1C
(25,14,28)
#110B14
(17,11,20)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #59265C

#59265C
(89,38,92)
#68396A
(104,57,106)
#774C78
(119,76,120)
#865F86
(134,95,134)
#957294
(149,114,148)
#A485A2
(164,133,162)
#B398B0
(179,152,176)
#C2ABBE
(194,171,190)
#D1BECC
(209,190,204)
#E0D1DA
(224,209,218)
#EFE4E8
(239,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59265C color. Also use rgb(89,38,92) instead hex code.

Text Font Color

.myTextColor { color: #59265C; }

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

This text font color is #59265C.


Background Color

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

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

This div background color is #59265C.


Border color

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

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

This div border color is #59265C.


Opacity

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

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

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

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

This text has shadow with #59265C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59265C on black background.


Color preview on white background

This text has color #59265C on white background.



Black color preview on #59265C background

This text has black color on #59265C background.


White color preview on #59265C background

This text has white color on #59265C background.