COLOR #596976

HEX: #596976
RGB: (89,105,118)

Renk bilgisi

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

RGB renk modeli

#596976 color RGB value is (89,105,118).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 105 of 255 = 41%
B 118 of 255 = 46%

89
105
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 105 + 118 = 312 (100%)
R 89 of 312 ~ 28.53%
G 105 of 312 ~ 33.65%
B 118 of 312 ~ 37.82%

%28.53
%33.65
%37.82

CMYK RENK MODELİ

#596976 rengi CMYK tonu (25,11,0,54).

  • camgöbeği tonu 24.58%
  • eflatun tonu 11.02%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(25,11,0,54)
C25M11Y0K54 
(25%,11%,0%,54%)
(0.25/0.11/0.00/0.54)	

CMYK yüzdeleri

%24.58
%11.02
%0
%53.73

Codes

Color #596976 in popluar color models

596976
RGB89105118
HSL207°14.01%40.59%
HSB/HSV207°24.58%46.27%
CMYK24.58%11.02%0.00%
53.73%

Color #596976 in popluar number systems.

HEX596976
Decimal89105118
Binary101100111010011110110
Octal131151166

Shades and tints

Shades of #596976

#596976
(89,105,118)
#51606C
(81,96,108)
#495762
(73,87,98)
#414E58
(65,78,88)
#39454E
(57,69,78)
#313C44
(49,60,68)
#29333A
(41,51,58)
#212A30
(33,42,48)
#192126
(25,33,38)
#11181C
(17,24,28)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #596976

#596976
(89,105,118)
#687682
(104,118,130)
#77838E
(119,131,142)
#86909A
(134,144,154)
#959DA6
(149,157,166)
#A4AAB2
(164,170,178)
#B3B7BE
(179,183,190)
#C2C4CA
(194,196,202)
#D1D1D6
(209,209,214)
#E0DEE2
(224,222,226)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596976; }

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

This text font color is #596976.


Background Color

.myBgColor { background-color: #596976; }

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

This div background color is #596976.


Border color

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

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

This div border color is #596976.


Opacity

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

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

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

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

This text has shadow with #596976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596976 on black background.


Color preview on white background

This text has color #596976 on white background.



Black color preview on #596976 background

This text has black color on #596976 background.


White color preview on #596976 background

This text has white color on #596976 background.