COLOR #596D72

HEX: #596D72
RGB: (89,109,114)

Renk bilgisi

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

RGB renk modeli

#596D72 color RGB value is (89,109,114).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 109 of 255 = 43%
B 114 of 255 = 45%

89
109
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 109 + 114 = 312 (100%)
R 89 of 312 ~ 28.53%
G 109 of 312 ~ 34.94%
B 114 of 312 ~ 36.54%

%28.53
%34.94
%36.54

CMYK RENK MODELİ

#596D72 rengi CMYK tonu (22,4,0,55).

  • camgöbeği tonu 21.93%
  • eflatun tonu 4.39%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(22,4,0,55)
C22M4Y0K55 
(22%,4%,0%,55%)
(0.22/0.04/0.00/0.55)	

CMYK yüzdeleri

%21.93
%4.39
%0
%55.29

Codes

Color #596D72 in popluar color models

596D72
RGB89109114
HSL192°12.32%39.80%
HSB/HSV192°21.93%44.71%
CMYK21.93%4.39%0.00%
55.29%

Color #596D72 in popluar number systems.

HEX596D72
Decimal89109114
Binary101100111011011110010
Octal131155162

Shades and tints

Shades of #596D72

#596D72
(89,109,114)
#516468
(81,100,104)
#495B5E
(73,91,94)
#415254
(65,82,84)
#39494A
(57,73,74)
#314040
(49,64,64)
#293736
(41,55,54)
#212E2C
(33,46,44)
#192522
(25,37,34)
#111C18
(17,28,24)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #596D72

#596D72
(89,109,114)
#687A7E
(104,122,126)
#77878A
(119,135,138)
#869496
(134,148,150)
#95A1A2
(149,161,162)
#A4AEAE
(164,174,174)
#B3BBBA
(179,187,186)
#C2C8C6
(194,200,198)
#D1D5D2
(209,213,210)
#E0E2DE
(224,226,222)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596D72; }

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

This text font color is #596D72.


Background Color

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

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

This div background color is #596D72.


Border color

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

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

This div border color is #596D72.


Opacity

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

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

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

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

This text has shadow with #596D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596D72 on black background.


Color preview on white background

This text has color #596D72 on white background.



Black color preview on #596D72 background

This text has black color on #596D72 background.


White color preview on #596D72 background

This text has white color on #596D72 background.