COLOR #594757

HEX: #594757
RGB: (89,71,87)

Renk bilgisi

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

RGB renk modeli

#594757 color RGB value is (89,71,87).

  • kırmız ton 89;
  • yeşil ton 71;
  • mavi ton 87.
RGB:
(89,71,87)
(35%,28%,34%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 71 of 255 = 28%
B 87 of 255 = 34%

89
71
87

R + G + B ~ 32%. #594757 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 71 + 87 = 247 (100%)
R 89 of 247 ~ 36.03%
G 71 of 247 ~ 28.74%
B 87 of 247 ~ 35.22%

%36.03
%28.74
%35.22

CMYK RENK MODELİ

#594757 rengi CMYK tonu (0,20,2,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.22%
  • sarı tonu 2.25%
  • ana renk tonu 65.10%
CMYK:
(0,20,2,65)
C0M20Y2K65 
(0%,20%,2%,65%)
(0.00/0.20/0.02/0.65)	

CMYK yüzdeleri

%0
%20.22
%2.25
%65.1

Codes

Color #594757 in popluar color models

594757
RGB897187
HSL307°11.25%31.37%
HSB/HSV307°20.22%34.90%
CMYK0.00%20.22%2.25%
65.10%

Color #594757 in popluar number systems.

HEX594757
Decimal897187
Binary101100110001111010111
Octal131107127

Shades and tints

Shades of #594757

#594757
(89,71,87)
#514150
(81,65,80)
#493B49
(73,59,73)
#413542
(65,53,66)
#392F3B
(57,47,59)
#312934
(49,41,52)
#29232D
(41,35,45)
#211D26
(33,29,38)
#19171F
(25,23,31)
#111118
(17,17,24)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #594757

#594757
(89,71,87)
#685766
(104,87,102)
#776775
(119,103,117)
#867784
(134,119,132)
#958793
(149,135,147)
#A497A2
(164,151,162)
#B3A7B1
(179,167,177)
#C2B7C0
(194,183,192)
#D1C7CF
(209,199,207)
#E0D7DE
(224,215,222)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594757 color. Also use rgb(89,71,87) instead hex code.

Text Font Color

.myTextColor { color: #594757; }

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

This text font color is #594757.


Background Color

.myBgColor { background-color: #594757; }

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

This div background color is #594757.


Border color

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

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

This div border color is #594757.


Opacity

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

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

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

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

This text has shadow with #594757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594757 on black background.


Color preview on white background

This text has color #594757 on white background.



Black color preview on #594757 background

This text has black color on #594757 background.


White color preview on #594757 background

This text has white color on #594757 background.