COLOR #594B68

HEX: #594B68
RGB: (89,75,104)

Renk bilgisi

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

RGB renk modeli

#594B68 color RGB value is (89,75,104).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 75 of 255 = 29%
B 104 of 255 = 41%

89
75
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 75 + 104 = 268 (100%)
R 89 of 268 ~ 33.21%
G 75 of 268 ~ 27.99%
B 104 of 268 ~ 38.81%

%33.21
%27.99
%38.81

CMYK RENK MODELİ

#594B68 rengi CMYK tonu (14,28,0,59).

  • camgöbeği tonu 14.42%
  • eflatun tonu 27.88%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(14,28,0,59)
C14M28Y0K59 
(14%,28%,0%,59%)
(0.14/0.28/0.00/0.59)	

CMYK yüzdeleri

%14.42
%27.88
%0
%59.22

Codes

Color #594B68 in popluar color models

594B68
RGB8975104
HSL269°16.20%35.10%
HSB/HSV269°27.88%40.78%
CMYK14.42%27.88%0.00%
59.22%

Color #594B68 in popluar number systems.

HEX594B68
Decimal8975104
Binary101100110010111101000
Octal131113150

Shades and tints

Shades of #594B68

#594B68
(89,75,104)
#51455F
(81,69,95)
#493F56
(73,63,86)
#41394D
(65,57,77)
#393344
(57,51,68)
#312D3B
(49,45,59)
#292732
(41,39,50)
#212129
(33,33,41)
#191B20
(25,27,32)
#111517
(17,21,23)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #594B68

#594B68
(89,75,104)
#685B75
(104,91,117)
#776B82
(119,107,130)
#867B8F
(134,123,143)
#958B9C
(149,139,156)
#A49BA9
(164,155,169)
#B3ABB6
(179,171,182)
#C2BBC3
(194,187,195)
#D1CBD0
(209,203,208)
#E0DBDD
(224,219,221)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594B68; }

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

This text font color is #594B68.


Background Color

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

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

This div background color is #594B68.


Border color

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

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

This div border color is #594B68.


Opacity

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

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

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

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

This text has shadow with #594B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594B68 on black background.


Color preview on white background

This text has color #594B68 on white background.



Black color preview on #594B68 background

This text has black color on #594B68 background.


White color preview on #594B68 background

This text has white color on #594B68 background.