COLOR #596D77

HEX: #596D77
RGB: (89,109,119)

Renk bilgisi

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

RGB renk modeli

#596D77 color RGB value is (89,109,119).

  • kırmız ton 89;
  • yeşil ton 109;
  • mavi ton 119.
RGB:
(89,109,119)
(35%,43%,47%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 109 of 255 = 43%
B 119 of 255 = 47%

89
109
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 109 + 119 = 317 (100%)
R 89 of 317 ~ 28.08%
G 109 of 317 ~ 34.38%
B 119 of 317 ~ 37.54%

%28.08
%34.38
%37.54

CMYK RENK MODELİ

#596D77 rengi CMYK tonu (25,8,0,53).

  • camgöbeği tonu 25.21%
  • eflatun tonu 8.40%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(25,8,0,53)
C25M8Y0K53 
(25%,8%,0%,53%)
(0.25/0.08/0.00/0.53)	

CMYK yüzdeleri

%25.21
%8.4
%0
%53.33

Codes

Color #596D77 in popluar color models

596D77
RGB89109119
HSL200°14.42%40.78%
HSB/HSV200°25.21%46.67%
CMYK25.21%8.40%0.00%
53.33%

Color #596D77 in popluar number systems.

HEX596D77
Decimal89109119
Binary101100111011011110111
Octal131155167

Shades and tints

Shades of #596D77

#596D77
(89,109,119)
#51646D
(81,100,109)
#495B63
(73,91,99)
#415259
(65,82,89)
#39494F
(57,73,79)
#314045
(49,64,69)
#29373B
(41,55,59)
#212E31
(33,46,49)
#192527
(25,37,39)
#111C1D
(17,28,29)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #596D77

#596D77
(89,109,119)
#687A83
(104,122,131)
#77878F
(119,135,143)
#86949B
(134,148,155)
#95A1A7
(149,161,167)
#A4AEB3
(164,174,179)
#B3BBBF
(179,187,191)
#C2C8CB
(194,200,203)
#D1D5D7
(209,213,215)
#E0E2E3
(224,226,227)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596D77 color. Also use rgb(89,109,119) instead hex code.

Text Font Color

.myTextColor { color: #596D77; }

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

This text font color is #596D77.


Background Color

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

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

This div background color is #596D77.


Border color

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

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

This div border color is #596D77.


Opacity

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

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

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

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

This text has shadow with #596D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596D77 on black background.


Color preview on white background

This text has color #596D77 on white background.



Black color preview on #596D77 background

This text has black color on #596D77 background.


White color preview on #596D77 background

This text has white color on #596D77 background.