COLOR #596660

HEX: #596660
RGB: (89,102,96)

Renk bilgisi

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

RGB renk modeli

#596660 color RGB value is (89,102,96).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 102 of 255 = 40%
B 96 of 255 = 38%

89
102
96

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 102 + 96 = 287 (100%)
R 89 of 287 ~ 31.01%
G 102 of 287 ~ 35.54%
B 96 of 287 ~ 33.45%

%31.01
%35.54
%33.45

CMYK RENK MODELİ

#596660 rengi CMYK tonu (13,0,6,60).

  • camgöbeği tonu 12.75%
  • eflatun tonu 0.00%
  • sarı tonu 5.88%
  • ana renk tonu 60.00%
CMYK:
(13,0,6,60)
C13M0Y6K60 
(13%,0%,6%,60%)
(0.13/0.00/0.06/0.60)	

CMYK yüzdeleri

%12.75
%0
%5.88
%60

Codes

Color #596660 in popluar color models

596660
RGB8910296
HSL152°6.81%37.45%
HSB/HSV152°12.75%40.00%
CMYK12.75%0.00%5.88%
60.00%

Color #596660 in popluar number systems.

HEX596660
Decimal8910296
Binary101100111001101100000
Octal131146140

Shades and tints

Shades of #596660

#596660
(89,102,96)
#515D58
(81,93,88)
#495450
(73,84,80)
#414B48
(65,75,72)
#394240
(57,66,64)
#313938
(49,57,56)
#293030
(41,48,48)
#212728
(33,39,40)
#191E20
(25,30,32)
#111518
(17,21,24)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #596660

#596660
(89,102,96)
#68736E
(104,115,110)
#77807C
(119,128,124)
#868D8A
(134,141,138)
#959A98
(149,154,152)
#A4A7A6
(164,167,166)
#B3B4B4
(179,180,180)
#C2C1C2
(194,193,194)
#D1CED0
(209,206,208)
#E0DBDE
(224,219,222)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596660; }

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

This text font color is #596660.


Background Color

.myBgColor { background-color: #596660; }

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

This div background color is #596660.


Border color

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

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

This div border color is #596660.


Opacity

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

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

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

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

This text has shadow with #596660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596660 on black background.


Color preview on white background

This text has color #596660 on white background.



Black color preview on #596660 background

This text has black color on #596660 background.


White color preview on #596660 background

This text has white color on #596660 background.