COLOR #59468A

HEX: #59468A
RGB: (89,70,138)

Color info

#59468A contains mainly red and blue colors. Web safe color of #59468A is #663399 (or #639).

RGB color model

#59468A color RGB value is (89,70,138).

  • red value is 89;
  • green value is 70;
  • blue value is 138.
RGB:
(89,70,138)
(35%,27%,54%)

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 138 of 255 = 54%

89
70
138

R + G + B ~ 39%. #59468A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 138 = 297 (100%)
R 89 of 297 ~ 29.97%
G 70 of 297 ~ 23.57%
B 138 of 297 ~ 46.46%

%29.97
%23.57
%46.46

CMYK color model

#59468A color CMYK value is (36,49,0,46).

  • cyan value is 35.51%
  • magenta value is 49.28%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(36,49,0,46)
C36M49Y0K46 
(36%,49%,0%,46%)
(0.36/0.49/0.00/0.46)	

CMYK percentages

%35.51
%49.28
%0
%45.88

Codes

Color #59468A in popluar color models

59468A
RGB8970138
HSL257°32.69%40.78%
HSB/HSV257°49.28%54.12%
CMYK35.51%49.28%0.00%
45.88%

Color #59468A in popluar number systems.

HEX59468A
Decimal8970138
Binary1011001100011010001010
Octal131106212

Shades and tints

Shades of #59468A

#59468A
(89,70,138)
#51407E
(81,64,126)
#493A72
(73,58,114)
#413466
(65,52,102)
#392E5A
(57,46,90)
#31284E
(49,40,78)
#292242
(41,34,66)
#211C36
(33,28,54)
#19162A
(25,22,42)
#11101E
(17,16,30)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #59468A

#59468A
(89,70,138)
#685694
(104,86,148)
#77669E
(119,102,158)
#8676A8
(134,118,168)
#9586B2
(149,134,178)
#A496BC
(164,150,188)
#B3A6C6
(179,166,198)
#C2B6D0
(194,182,208)
#D1C6DA
(209,198,218)
#E0D6E4
(224,214,228)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59468A color. Also use rgb(89,70,138) instead hex code.

Text Font Color

.myTextColor { color: #59468A; }

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

This text font color is #59468A.


Background Color

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

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

This div background color is #59468A.


Border color

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

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

This div border color is #59468A.


Opacity

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

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

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

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

This text has shadow with #59468A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59468A on black background.


Color preview on white background

This text has color #59468A on white background.



Black color preview on #59468A background

This text has black color on #59468A background.


White color preview on #59468A background

This text has white color on #59468A background.