COLOR #596973

HEX: #596973
RGB: (89,105,115)

Renk bilgisi

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

RGB renk modeli

#596973 color RGB value is (89,105,115).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 105 of 255 = 41%
B 115 of 255 = 45%

89
105
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 105 + 115 = 309 (100%)
R 89 of 309 ~ 28.8%
G 105 of 309 ~ 33.98%
B 115 of 309 ~ 37.22%

%28.8
%33.98
%37.22

CMYK RENK MODELİ

#596973 rengi CMYK tonu (23,9,0,55).

  • camgöbeği tonu 22.61%
  • eflatun tonu 8.70%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(23,9,0,55)
C23M9Y0K55 
(23%,9%,0%,55%)
(0.23/0.09/0.00/0.55)	

CMYK yüzdeleri

%22.61
%8.7
%0
%54.9

Codes

Color #596973 in popluar color models

596973
RGB89105115
HSL203°12.75%40.00%
HSB/HSV203°22.61%45.10%
CMYK22.61%8.70%0.00%
54.90%

Color #596973 in popluar number systems.

HEX596973
Decimal89105115
Binary101100111010011110011
Octal131151163

Shades and tints

Shades of #596973

#596973
(89,105,115)
#516069
(81,96,105)
#49575F
(73,87,95)
#414E55
(65,78,85)
#39454B
(57,69,75)
#313C41
(49,60,65)
#293337
(41,51,55)
#212A2D
(33,42,45)
#192123
(25,33,35)
#111819
(17,24,25)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #596973

#596973
(89,105,115)
#68767F
(104,118,127)
#77838B
(119,131,139)
#869097
(134,144,151)
#959DA3
(149,157,163)
#A4AAAF
(164,170,175)
#B3B7BB
(179,183,187)
#C2C4C7
(194,196,199)
#D1D1D3
(209,209,211)
#E0DEDF
(224,222,223)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596973; }

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

This text font color is #596973.


Background Color

.myBgColor { background-color: #596973; }

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

This div background color is #596973.


Border color

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

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

This div border color is #596973.


Opacity

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

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

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

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

This text has shadow with #596973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596973 on black background.


Color preview on white background

This text has color #596973 on white background.



Black color preview on #596973 background

This text has black color on #596973 background.


White color preview on #596973 background

This text has white color on #596973 background.