COLOR #594D74

HEX: #594D74
RGB: (89,77,116)

Renk bilgisi

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

RGB renk modeli

#594D74 color RGB value is (89,77,116).

  • kırmız ton 89;
  • yeşil ton 77;
  • mavi ton 116.
RGB:
(89,77,116)
(35%,30%,45%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 77 of 255 = 30%
B 116 of 255 = 45%

89
77
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 77 + 116 = 282 (100%)
R 89 of 282 ~ 31.56%
G 77 of 282 ~ 27.3%
B 116 of 282 ~ 41.13%

%31.56
%27.3
%41.13

CMYK RENK MODELİ

#594D74 rengi CMYK tonu (23,34,0,55).

  • camgöbeği tonu 23.28%
  • eflatun tonu 33.62%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(23,34,0,55)
C23M34Y0K55 
(23%,34%,0%,55%)
(0.23/0.34/0.00/0.55)	

CMYK yüzdeleri

%23.28
%33.62
%0
%54.51

Codes

Color #594D74 in popluar color models

594D74
RGB8977116
HSL258°20.21%37.84%
HSB/HSV258°33.62%45.49%
CMYK23.28%33.62%0.00%
54.51%

Color #594D74 in popluar number systems.

HEX594D74
Decimal8977116
Binary101100110011011110100
Octal131115164

Shades and tints

Shades of #594D74

#594D74
(89,77,116)
#51466A
(81,70,106)
#493F60
(73,63,96)
#413856
(65,56,86)
#39314C
(57,49,76)
#312A42
(49,42,66)
#292338
(41,35,56)
#211C2E
(33,28,46)
#191524
(25,21,36)
#110E1A
(17,14,26)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #594D74

#594D74
(89,77,116)
#685D80
(104,93,128)
#776D8C
(119,109,140)
#867D98
(134,125,152)
#958DA4
(149,141,164)
#A49DB0
(164,157,176)
#B3ADBC
(179,173,188)
#C2BDC8
(194,189,200)
#D1CDD4
(209,205,212)
#E0DDE0
(224,221,224)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594D74 color. Also use rgb(89,77,116) instead hex code.

Text Font Color

.myTextColor { color: #594D74; }

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

This text font color is #594D74.


Background Color

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

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

This div background color is #594D74.


Border color

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

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

This div border color is #594D74.


Opacity

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

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

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

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

This text has shadow with #594D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594D74 on black background.


Color preview on white background

This text has color #594D74 on white background.



Black color preview on #594D74 background

This text has black color on #594D74 background.


White color preview on #594D74 background

This text has white color on #594D74 background.