COLOR #596860

HEX: #596860
RGB: (89,104,96)

Renk bilgisi

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

RGB renk modeli

#596860 color RGB value is (89,104,96).

  • kırmız ton 89;
  • yeşil ton 104;
  • mavi ton 96.
RGB:
(89,104,96)
(35%,41%,38%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 104 of 255 = 41%
B 96 of 255 = 38%

89
104
96

R + G + B ~ 38%. #596860 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 104 + 96 = 289 (100%)
R 89 of 289 ~ 30.8%
G 104 of 289 ~ 35.99%
B 96 of 289 ~ 33.22%

%30.8
%35.99
%33.22

CMYK RENK MODELİ

#596860 rengi CMYK tonu (14,0,8,59).

  • camgöbeği tonu 14.42%
  • eflatun tonu 0.00%
  • sarı tonu 7.69%
  • ana renk tonu 59.22%
CMYK:
(14,0,8,59)
C14M0Y8K59 
(14%,0%,8%,59%)
(0.14/0.00/0.08/0.59)	

CMYK yüzdeleri

%14.42
%0
%7.69
%59.22

Codes

Color #596860 in popluar color models

596860
RGB8910496
HSL148°7.77%37.84%
HSB/HSV148°14.42%40.78%
CMYK14.42%0.00%7.69%
59.22%

Color #596860 in popluar number systems.

HEX596860
Decimal8910496
Binary101100111010001100000
Octal131150140

Shades and tints

Shades of #596860

#596860
(89,104,96)
#515F58
(81,95,88)
#495650
(73,86,80)
#414D48
(65,77,72)
#394440
(57,68,64)
#313B38
(49,59,56)
#293230
(41,50,48)
#212928
(33,41,40)
#192020
(25,32,32)
#111718
(17,23,24)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #596860

#596860
(89,104,96)
#68756E
(104,117,110)
#77827C
(119,130,124)
#868F8A
(134,143,138)
#959C98
(149,156,152)
#A4A9A6
(164,169,166)
#B3B6B4
(179,182,180)
#C2C3C2
(194,195,194)
#D1D0D0
(209,208,208)
#E0DDDE
(224,221,222)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596860 color. Also use rgb(89,104,96) instead hex code.

Text Font Color

.myTextColor { color: #596860; }

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

This text font color is #596860.


Background Color

.myBgColor { background-color: #596860; }

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

This div background color is #596860.


Border color

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

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

This div border color is #596860.


Opacity

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

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

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

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

This text has shadow with #596860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596860 on black background.


Color preview on white background

This text has color #596860 on white background.



Black color preview on #596860 background

This text has black color on #596860 background.


White color preview on #596860 background

This text has white color on #596860 background.