COLOR #596B66

HEX: #596B66
RGB: (89,107,102)

Renk bilgisi

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

RGB renk modeli

#596B66 color RGB value is (89,107,102).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 107 of 255 = 42%
B 102 of 255 = 40%

89
107
102

R + G + B ~ 39%. #596B66 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 107 + 102 = 298 (100%)
R 89 of 298 ~ 29.87%
G 107 of 298 ~ 35.91%
B 102 of 298 ~ 34.23%

%29.87
%35.91
%34.23

CMYK RENK MODELİ

#596B66 rengi CMYK tonu (17,0,5,58).

  • camgöbeği tonu 16.82%
  • eflatun tonu 0.00%
  • sarı tonu 4.67%
  • ana renk tonu 58.04%
CMYK:
(17,0,5,58)
C17M0Y5K58 
(17%,0%,5%,58%)
(0.17/0.00/0.05/0.58)	

CMYK yüzdeleri

%16.82
%0
%4.67
%58.04

Codes

Color #596B66 in popluar color models

596B66
RGB89107102
HSL163°9.18%38.43%
HSB/HSV163°16.82%41.96%
CMYK16.82%0.00%4.67%
58.04%

Color #596B66 in popluar number systems.

HEX596B66
Decimal89107102
Binary101100111010111100110
Octal131153146

Shades and tints

Shades of #596B66

#596B66
(89,107,102)
#51625D
(81,98,93)
#495954
(73,89,84)
#41504B
(65,80,75)
#394742
(57,71,66)
#313E39
(49,62,57)
#293530
(41,53,48)
#212C27
(33,44,39)
#19231E
(25,35,30)
#111A15
(17,26,21)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #596B66

#596B66
(89,107,102)
#687873
(104,120,115)
#778580
(119,133,128)
#86928D
(134,146,141)
#959F9A
(149,159,154)
#A4ACA7
(164,172,167)
#B3B9B4
(179,185,180)
#C2C6C1
(194,198,193)
#D1D3CE
(209,211,206)
#E0E0DB
(224,224,219)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596B66; }

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

This text font color is #596B66.


Background Color

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

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

This div background color is #596B66.


Border color

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

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

This div border color is #596B66.


Opacity

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

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

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

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

This text has shadow with #596B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596B66 on black background.


Color preview on white background

This text has color #596B66 on white background.



Black color preview on #596B66 background

This text has black color on #596B66 background.


White color preview on #596B66 background

This text has white color on #596B66 background.