COLOR #596773

HEX: #596773
RGB: (89,103,115)

Renk bilgisi

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

RGB renk modeli

#596773 color RGB value is (89,103,115).

  • kırmız ton 89;
  • yeşil ton 103;
  • mavi ton 115.
RGB:
(89,103,115)
(35%,40%,45%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 103 of 255 = 40%
B 115 of 255 = 45%

89
103
115

R + G + B ~ 40%. #596773 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 103 + 115 = 307 (100%)
R 89 of 307 ~ 28.99%
G 103 of 307 ~ 33.55%
B 115 of 307 ~ 37.46%

%28.99
%33.55
%37.46

CMYK RENK MODELİ

#596773 rengi CMYK tonu (23,10,0,55).

  • camgöbeği tonu 22.61%
  • eflatun tonu 10.43%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(23,10,0,55)
C23M10Y0K55 
(23%,10%,0%,55%)
(0.23/0.10/0.00/0.55)	

CMYK yüzdeleri

%22.61
%10.43
%0
%54.9

Codes

Color #596773 in popluar color models

596773
RGB89103115
HSL208°12.75%40.00%
HSB/HSV208°22.61%45.10%
CMYK22.61%10.43%0.00%
54.90%

Color #596773 in popluar number systems.

HEX596773
Decimal89103115
Binary101100111001111110011
Octal131147163

Shades and tints

Shades of #596773

#596773
(89,103,115)
#515E69
(81,94,105)
#49555F
(73,85,95)
#414C55
(65,76,85)
#39434B
(57,67,75)
#313A41
(49,58,65)
#293137
(41,49,55)
#21282D
(33,40,45)
#191F23
(25,31,35)
#111619
(17,22,25)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #596773

#596773
(89,103,115)
#68747F
(104,116,127)
#77818B
(119,129,139)
#868E97
(134,142,151)
#959BA3
(149,155,163)
#A4A8AF
(164,168,175)
#B3B5BB
(179,181,187)
#C2C2C7
(194,194,199)
#D1CFD3
(209,207,211)
#E0DCDF
(224,220,223)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596773 color. Also use rgb(89,103,115) instead hex code.

Text Font Color

.myTextColor { color: #596773; }

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

This text font color is #596773.


Background Color

.myBgColor { background-color: #596773; }

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

This div background color is #596773.


Border color

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

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

This div border color is #596773.


Opacity

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

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

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

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

This text has shadow with #596773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596773 on black background.


Color preview on white background

This text has color #596773 on white background.



Black color preview on #596773 background

This text has black color on #596773 background.


White color preview on #596773 background

This text has white color on #596773 background.