COLOR #596D70

HEX: #596D70
RGB: (89,109,112)

Renk bilgisi

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

RGB renk modeli

#596D70 color RGB value is (89,109,112).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 109 of 255 = 43%
B 112 of 255 = 44%

89
109
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 109 + 112 = 310 (100%)
R 89 of 310 ~ 28.71%
G 109 of 310 ~ 35.16%
B 112 of 310 ~ 36.13%

%28.71
%35.16
%36.13

CMYK RENK MODELİ

#596D70 rengi CMYK tonu (21,3,0,56).

  • camgöbeği tonu 20.54%
  • eflatun tonu 2.68%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(21,3,0,56)
C21M3Y0K56 
(21%,3%,0%,56%)
(0.21/0.03/0.00/0.56)	

CMYK yüzdeleri

%20.54
%2.68
%0
%56.08

Codes

Color #596D70 in popluar color models

596D70
RGB89109112
HSL188°11.44%39.41%
HSB/HSV188°20.54%43.92%
CMYK20.54%2.68%0.00%
56.08%

Color #596D70 in popluar number systems.

HEX596D70
Decimal89109112
Binary101100111011011110000
Octal131155160

Shades and tints

Shades of #596D70

#596D70
(89,109,112)
#516466
(81,100,102)
#495B5C
(73,91,92)
#415252
(65,82,82)
#394948
(57,73,72)
#31403E
(49,64,62)
#293734
(41,55,52)
#212E2A
(33,46,42)
#192520
(25,37,32)
#111C16
(17,28,22)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #596D70

#596D70
(89,109,112)
#687A7D
(104,122,125)
#77878A
(119,135,138)
#869497
(134,148,151)
#95A1A4
(149,161,164)
#A4AEB1
(164,174,177)
#B3BBBE
(179,187,190)
#C2C8CB
(194,200,203)
#D1D5D8
(209,213,216)
#E0E2E5
(224,226,229)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596D70; }

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

This text font color is #596D70.


Background Color

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

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

This div background color is #596D70.


Border color

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

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

This div border color is #596D70.


Opacity

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

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

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

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

This text has shadow with #596D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596D70 on black background.


Color preview on white background

This text has color #596D70 on white background.



Black color preview on #596D70 background

This text has black color on #596D70 background.


White color preview on #596D70 background

This text has white color on #596D70 background.