COLOR #594A76

HEX: #594A76
RGB: (89,74,118)

Renk bilgisi

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

RGB renk modeli

#594A76 color RGB value is (89,74,118).

  • kırmız ton 89;
  • yeşil ton 74;
  • mavi ton 118.
RGB:
(89,74,118)
(35%,29%,46%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 74 of 255 = 29%
B 118 of 255 = 46%

89
74
118

R + G + B ~ 37%. #594A76 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 74 + 118 = 281 (100%)
R 89 of 281 ~ 31.67%
G 74 of 281 ~ 26.33%
B 118 of 281 ~ 41.99%

%31.67
%26.33
%41.99

CMYK RENK MODELİ

#594A76 rengi CMYK tonu (25,37,0,54).

  • camgöbeği tonu 24.58%
  • eflatun tonu 37.29%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(25,37,0,54)
C25M37Y0K54 
(25%,37%,0%,54%)
(0.25/0.37/0.00/0.54)	

CMYK yüzdeleri

%24.58
%37.29
%0
%53.73

Codes

Color #594A76 in popluar color models

594A76
RGB8974118
HSL260°22.92%37.65%
HSB/HSV260°37.29%46.27%
CMYK24.58%37.29%0.00%
53.73%

Color #594A76 in popluar number systems.

HEX594A76
Decimal8974118
Binary101100110010101110110
Octal131112166

Shades and tints

Shades of #594A76

#594A76
(89,74,118)
#51446C
(81,68,108)
#493E62
(73,62,98)
#413858
(65,56,88)
#39324E
(57,50,78)
#312C44
(49,44,68)
#29263A
(41,38,58)
#212030
(33,32,48)
#191A26
(25,26,38)
#11141C
(17,20,28)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #594A76

#594A76
(89,74,118)
#685A82
(104,90,130)
#776A8E
(119,106,142)
#867A9A
(134,122,154)
#958AA6
(149,138,166)
#A49AB2
(164,154,178)
#B3AABE
(179,170,190)
#C2BACA
(194,186,202)
#D1CAD6
(209,202,214)
#E0DAE2
(224,218,226)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594A76 color. Also use rgb(89,74,118) instead hex code.

Text Font Color

.myTextColor { color: #594A76; }

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

This text font color is #594A76.


Background Color

.myBgColor { background-color: #594A76; }

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

This div background color is #594A76.


Border color

.myBorderColor { border: 1px solid #594A76; }

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

This div border color is #594A76.


Opacity

.myOpacity80 { color: #594A76; opacity: 0.8; }

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

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

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

This text has shadow with #594A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594A76 on black background.


Color preview on white background

This text has color #594A76 on white background.



Black color preview on #594A76 background

This text has black color on #594A76 background.


White color preview on #594A76 background

This text has white color on #594A76 background.