COLOR #59427D

HEX: #59427D
RGB: (89,66,125)

Renk bilgisi

#59427D contains red, green and blue colors in about the same proportion. #59427D ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#59427D color RGB value is (89,66,125).

  • kırmız ton 89;
  • yeşil ton 66;
  • mavi ton 125.
RGB:
(89,66,125)
(35%,26%,49%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 66 of 255 = 26%
B 125 of 255 = 49%

89
66
125

R + G + B ~ 37%. #59427D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 66 + 125 = 280 (100%)
R 89 of 280 ~ 31.79%
G 66 of 280 ~ 23.57%
B 125 of 280 ~ 44.64%

%31.79
%23.57
%44.64

CMYK RENK MODELİ

#59427D rengi CMYK tonu (29,47,0,51).

  • camgöbeği tonu 28.80%
  • eflatun tonu 47.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(29,47,0,51)
C29M47Y0K51 
(29%,47%,0%,51%)
(0.29/0.47/0.00/0.51)	

CMYK yüzdeleri

%28.8
%47.2
%0
%50.98

Codes

Color #59427D in popluar color models

59427D
RGB8966125
HSL263°30.89%37.45%
HSB/HSV263°47.20%49.02%
CMYK28.80%47.20%0.00%
50.98%

Color #59427D in popluar number systems.

HEX59427D
Decimal8966125
Binary101100110000101111101
Octal131102175

Shades and tints

Shades of #59427D

#59427D
(89,66,125)
#513C72
(81,60,114)
#493667
(73,54,103)
#41305C
(65,48,92)
#392A51
(57,42,81)
#312446
(49,36,70)
#291E3B
(41,30,59)
#211830
(33,24,48)
#191225
(25,18,37)
#110C1A
(17,12,26)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #59427D

#59427D
(89,66,125)
#685388
(104,83,136)
#776493
(119,100,147)
#86759E
(134,117,158)
#9586A9
(149,134,169)
#A497B4
(164,151,180)
#B3A8BF
(179,168,191)
#C2B9CA
(194,185,202)
#D1CAD5
(209,202,213)
#E0DBE0
(224,219,224)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59427D color. Also use rgb(89,66,125) instead hex code.

Text Font Color

.myTextColor { color: #59427D; }

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

This text font color is #59427D.


Background Color

.myBgColor { background-color: #59427D; }

<div style="background-color:#59427D">Inner text</div>

This div background color is #59427D.


Border color

.myBorderColor { border: 1px solid #59427D; }

<div style="border:3px solid #59427D">Div</div>

This div border color is #59427D.


Opacity

.myOpacity80 { color: #59427D; opacity: 0.8; }

<p style="color:#59427D;opacity:0.8;">80%</p>

Text with #59427D 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 #59427D;}

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

This text has shadow with #59427D color.

.textShadow {text-shadow: 3px 3px 1px #59427D, 3px 3px 1px red;}

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

This text has shadow with #59427D primary color and red secondary color.


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

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

This text has shadow with #59427D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59427D on black background.


Color preview on white background

This text has color #59427D on white background.



Black color preview on #59427D background

This text has black color on #59427D background.


White color preview on #59427D background

This text has white color on #59427D background.