COLOR #596C79

HEX: #596C79
RGB: (89,108,121)

Renk bilgisi

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

RGB renk modeli

#596C79 color RGB value is (89,108,121).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 108 of 255 = 42%
B 121 of 255 = 47%

89
108
121

R + G + B ~ 41%. #596C79 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 108 + 121 = 318 (100%)
R 89 of 318 ~ 27.99%
G 108 of 318 ~ 33.96%
B 121 of 318 ~ 38.05%

%27.99
%33.96
%38.05

CMYK RENK MODELİ

#596C79 rengi CMYK tonu (26,11,0,53).

  • camgöbeği tonu 26.45%
  • eflatun tonu 10.74%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(26,11,0,53)
C26M11Y0K53 
(26%,11%,0%,53%)
(0.26/0.11/0.00/0.53)	

CMYK yüzdeleri

%26.45
%10.74
%0
%52.55

Codes

Color #596C79 in popluar color models

596C79
RGB89108121
HSL204°15.24%41.18%
HSB/HSV204°26.45%47.45%
CMYK26.45%10.74%0.00%
52.55%

Color #596C79 in popluar number systems.

HEX596C79
Decimal89108121
Binary101100111011001111001
Octal131154171

Shades and tints

Shades of #596C79

#596C79
(89,108,121)
#51636E
(81,99,110)
#495A63
(73,90,99)
#415158
(65,81,88)
#39484D
(57,72,77)
#313F42
(49,63,66)
#293637
(41,54,55)
#212D2C
(33,45,44)
#192421
(25,36,33)
#111B16
(17,27,22)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #596C79

#596C79
(89,108,121)
#687985
(104,121,133)
#778691
(119,134,145)
#86939D
(134,147,157)
#95A0A9
(149,160,169)
#A4ADB5
(164,173,181)
#B3BAC1
(179,186,193)
#C2C7CD
(194,199,205)
#D1D4D9
(209,212,217)
#E0E1E5
(224,225,229)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596C79 color. Also use rgb(89,108,121) instead hex code.

Text Font Color

.myTextColor { color: #596C79; }

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

This text font color is #596C79.


Background Color

.myBgColor { background-color: #596C79; }

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

This div background color is #596C79.


Border color

.myBorderColor { border: 1px solid #596C79; }

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

This div border color is #596C79.


Opacity

.myOpacity80 { color: #596C79; opacity: 0.8; }

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

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

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

This text has shadow with #596C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C79 on black background.


Color preview on white background

This text has color #596C79 on white background.



Black color preview on #596C79 background

This text has black color on #596C79 background.


White color preview on #596C79 background

This text has white color on #596C79 background.