COLOR #594868

HEX: #594868
RGB: (89,72,104)

Renk bilgisi

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

RGB renk modeli

#594868 color RGB value is (89,72,104).

  • kırmız ton 89;
  • yeşil ton 72;
  • mavi ton 104.
RGB:
(89,72,104)
(35%,28%,41%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 72 of 255 = 28%
B 104 of 255 = 41%

89
72
104

R + G + B ~ 35%. #594868 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 72 + 104 = 265 (100%)
R 89 of 265 ~ 33.58%
G 72 of 265 ~ 27.17%
B 104 of 265 ~ 39.25%

%33.58
%27.17
%39.25

CMYK RENK MODELİ

#594868 rengi CMYK tonu (14,31,0,59).

  • camgöbeği tonu 14.42%
  • eflatun tonu 30.77%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(14,31,0,59)
C14M31Y0K59 
(14%,31%,0%,59%)
(0.14/0.31/0.00/0.59)	

CMYK yüzdeleri

%14.42
%30.77
%0
%59.22

Codes

Color #594868 in popluar color models

594868
RGB8972104
HSL272°18.18%34.51%
HSB/HSV272°30.77%40.78%
CMYK14.42%30.77%0.00%
59.22%

Color #594868 in popluar number systems.

HEX594868
Decimal8972104
Binary101100110010001101000
Octal131110150

Shades and tints

Shades of #594868

#594868
(89,72,104)
#51425F
(81,66,95)
#493C56
(73,60,86)
#41364D
(65,54,77)
#393044
(57,48,68)
#312A3B
(49,42,59)
#292432
(41,36,50)
#211E29
(33,30,41)
#191820
(25,24,32)
#111217
(17,18,23)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #594868

#594868
(89,72,104)
#685875
(104,88,117)
#776882
(119,104,130)
#86788F
(134,120,143)
#95889C
(149,136,156)
#A498A9
(164,152,169)
#B3A8B6
(179,168,182)
#C2B8C3
(194,184,195)
#D1C8D0
(209,200,208)
#E0D8DD
(224,216,221)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594868 color. Also use rgb(89,72,104) instead hex code.

Text Font Color

.myTextColor { color: #594868; }

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

This text font color is #594868.


Background Color

.myBgColor { background-color: #594868; }

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

This div background color is #594868.


Border color

.myBorderColor { border: 1px solid #594868; }

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

This div border color is #594868.


Opacity

.myOpacity80 { color: #594868; opacity: 0.8; }

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

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

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

This text has shadow with #594868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594868 on black background.


Color preview on white background

This text has color #594868 on white background.



Black color preview on #594868 background

This text has black color on #594868 background.


White color preview on #594868 background

This text has white color on #594868 background.