COLOR #595D79

HEX: #595D79
RGB: (89,93,121)

Renk bilgisi

#595D79 contains red, green and blue colors in about the same proportion. #595D79 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#595D79 color RGB value is (89,93,121).

  • kırmız ton 89;
  • yeşil ton 93;
  • mavi ton 121.
RGB:
(89,93,121)
(35%,36%,47%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 93 of 255 = 36%
B 121 of 255 = 47%

89
93
121

R + G + B ~ 39%. #595D79 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 93 + 121 = 303 (100%)
R 89 of 303 ~ 29.37%
G 93 of 303 ~ 30.69%
B 121 of 303 ~ 39.93%

%29.37
%30.69
%39.93

CMYK RENK MODELİ

#595D79 rengi CMYK tonu (26,23,0,53).

  • camgöbeği tonu 26.45%
  • eflatun tonu 23.14%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(26,23,0,53)
C26M23Y0K53 
(26%,23%,0%,53%)
(0.26/0.23/0.00/0.53)	

CMYK yüzdeleri

%26.45
%23.14
%0
%52.55

Codes

Color #595D79 in popluar color models

595D79
RGB8993121
HSL233°15.24%41.18%
HSB/HSV233°26.45%47.45%
CMYK26.45%23.14%0.00%
52.55%

Color #595D79 in popluar number systems.

HEX595D79
Decimal8993121
Binary101100110111011111001
Octal131135171

Shades and tints

Shades of #595D79

#595D79
(89,93,121)
#51556E
(81,85,110)
#494D63
(73,77,99)
#414558
(65,69,88)
#393D4D
(57,61,77)
#313542
(49,53,66)
#292D37
(41,45,55)
#21252C
(33,37,44)
#191D21
(25,29,33)
#111516
(17,21,22)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #595D79

#595D79
(89,93,121)
#686B85
(104,107,133)
#777991
(119,121,145)
#86879D
(134,135,157)
#9595A9
(149,149,169)
#A4A3B5
(164,163,181)
#B3B1C1
(179,177,193)
#C2BFCD
(194,191,205)
#D1CDD9
(209,205,217)
#E0DBE5
(224,219,229)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595D79 color. Also use rgb(89,93,121) instead hex code.

Text Font Color

.myTextColor { color: #595D79; }

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

This text font color is #595D79.


Background Color

.myBgColor { background-color: #595D79; }

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

This div background color is #595D79.


Border color

.myBorderColor { border: 1px solid #595D79; }

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

This div border color is #595D79.


Opacity

.myOpacity80 { color: #595D79; opacity: 0.8; }

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

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

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

This text has shadow with #595D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595D79 on black background.


Color preview on white background

This text has color #595D79 on white background.



Black color preview on #595D79 background

This text has black color on #595D79 background.


White color preview on #595D79 background

This text has white color on #595D79 background.