COLOR #594A71

HEX: #594A71
RGB: (89,74,113)

Renk bilgisi

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

RGB renk modeli

#594A71 color RGB value is (89,74,113).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 74 of 255 = 29%
B 113 of 255 = 44%

89
74
113

R + G + B ~ 36%. #594A71 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 74 + 113 = 276 (100%)
R 89 of 276 ~ 32.25%
G 74 of 276 ~ 26.81%
B 113 of 276 ~ 40.94%

%32.25
%26.81
%40.94

CMYK RENK MODELİ

#594A71 rengi CMYK tonu (21,35,0,56).

  • camgöbeği tonu 21.24%
  • eflatun tonu 34.51%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(21,35,0,56)
C21M35Y0K56 
(21%,35%,0%,56%)
(0.21/0.35/0.00/0.56)	

CMYK yüzdeleri

%21.24
%34.51
%0
%55.69

Codes

Color #594A71 in popluar color models

594A71
RGB8974113
HSL263°20.86%36.67%
HSB/HSV263°34.51%44.31%
CMYK21.24%34.51%0.00%
55.69%

Color #594A71 in popluar number systems.

HEX594A71
Decimal8974113
Binary101100110010101110001
Octal131112161

Shades and tints

Shades of #594A71

#594A71
(89,74,113)
#514467
(81,68,103)
#493E5D
(73,62,93)
#413853
(65,56,83)
#393249
(57,50,73)
#312C3F
(49,44,63)
#292635
(41,38,53)
#21202B
(33,32,43)
#191A21
(25,26,33)
#111417
(17,20,23)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #594A71

#594A71
(89,74,113)
#685A7D
(104,90,125)
#776A89
(119,106,137)
#867A95
(134,122,149)
#958AA1
(149,138,161)
#A49AAD
(164,154,173)
#B3AAB9
(179,170,185)
#C2BAC5
(194,186,197)
#D1CAD1
(209,202,209)
#E0DADD
(224,218,221)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594A71; }

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

This text font color is #594A71.


Background Color

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

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

This div background color is #594A71.


Border color

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

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

This div border color is #594A71.


Opacity

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

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

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

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

This text has shadow with #594A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594A71 on black background.


Color preview on white background

This text has color #594A71 on white background.



Black color preview on #594A71 background

This text has black color on #594A71 background.


White color preview on #594A71 background

This text has white color on #594A71 background.