COLOR #596A66

HEX: #596A66
RGB: (89,106,102)

Renk bilgisi

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

RGB renk modeli

#596A66 color RGB value is (89,106,102).

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

RGB bağlantıları ve doygunluk

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

89
106
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 106 + 102 = 297 (100%)
R 89 of 297 ~ 29.97%
G 106 of 297 ~ 35.69%
B 102 of 297 ~ 34.34%

%29.97
%35.69
%34.34

CMYK RENK MODELİ

#596A66 rengi CMYK tonu (16,0,4,58).

  • camgöbeği tonu 16.04%
  • eflatun tonu 0.00%
  • sarı tonu 3.77%
  • ana renk tonu 58.43%
CMYK:
(16,0,4,58)
C16M0Y4K58 
(16%,0%,4%,58%)
(0.16/0.00/0.04/0.58)	

CMYK yüzdeleri

%16.04
%0
%3.77
%58.43

Codes

Color #596A66 in popluar color models

596A66
RGB89106102
HSL166°8.72%38.24%
HSB/HSV166°16.04%41.57%
CMYK16.04%0.00%3.77%
58.43%

Color #596A66 in popluar number systems.

HEX596A66
Decimal89106102
Binary101100111010101100110
Octal131152146

Shades and tints

Shades of #596A66

#596A66
(89,106,102)
#51615D
(81,97,93)
#495854
(73,88,84)
#414F4B
(65,79,75)
#394642
(57,70,66)
#313D39
(49,61,57)
#293430
(41,52,48)
#212B27
(33,43,39)
#19221E
(25,34,30)
#111915
(17,25,21)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #596A66

#596A66
(89,106,102)
#687773
(104,119,115)
#778480
(119,132,128)
#86918D
(134,145,141)
#959E9A
(149,158,154)
#A4ABA7
(164,171,167)
#B3B8B4
(179,184,180)
#C2C5C1
(194,197,193)
#D1D2CE
(209,210,206)
#E0DFDB
(224,223,219)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596A66; }

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

This text font color is #596A66.


Background Color

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

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

This div background color is #596A66.


Border color

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

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

This div border color is #596A66.


Opacity

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

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

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

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

This text has shadow with #596A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A66 on black background.


Color preview on white background

This text has color #596A66 on white background.



Black color preview on #596A66 background

This text has black color on #596A66 background.


White color preview on #596A66 background

This text has white color on #596A66 background.