COLOR #596C6D

HEX: #596C6D
RGB: (89,108,109)

Renk bilgisi

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

RGB renk modeli

#596C6D color RGB value is (89,108,109).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 108 of 255 = 42%
B 109 of 255 = 43%

89
108
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 108 + 109 = 306 (100%)
R 89 of 306 ~ 29.08%
G 108 of 306 ~ 35.29%
B 109 of 306 ~ 35.62%

%29.08
%35.29
%35.62

CMYK RENK MODELİ

#596C6D rengi CMYK tonu (18,1,0,57).

  • camgöbeği tonu 18.35%
  • eflatun tonu 0.92%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(18,1,0,57)
C18M1Y0K57 
(18%,1%,0%,57%)
(0.18/0.01/0.00/0.57)	

CMYK yüzdeleri

%18.35
%0.92
%0
%57.25

Codes

Color #596C6D in popluar color models

596C6D
RGB89108109
HSL183°10.10%38.82%
HSB/HSV183°18.35%42.75%
CMYK18.35%0.92%0.00%
57.25%

Color #596C6D in popluar number systems.

HEX596C6D
Decimal89108109
Binary101100111011001101101
Octal131154155

Shades and tints

Shades of #596C6D

#596C6D
(89,108,109)
#516364
(81,99,100)
#495A5B
(73,90,91)
#415152
(65,81,82)
#394849
(57,72,73)
#313F40
(49,63,64)
#293637
(41,54,55)
#212D2E
(33,45,46)
#192425
(25,36,37)
#111B1C
(17,27,28)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #596C6D

#596C6D
(89,108,109)
#68797A
(104,121,122)
#778687
(119,134,135)
#869394
(134,147,148)
#95A0A1
(149,160,161)
#A4ADAE
(164,173,174)
#B3BABB
(179,186,187)
#C2C7C8
(194,199,200)
#D1D4D5
(209,212,213)
#E0E1E2
(224,225,226)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596C6D; }

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

This text font color is #596C6D.


Background Color

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

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

This div background color is #596C6D.


Border color

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

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

This div border color is #596C6D.


Opacity

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

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

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

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

This text has shadow with #596C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C6D on black background.


Color preview on white background

This text has color #596C6D on white background.



Black color preview on #596C6D background

This text has black color on #596C6D background.


White color preview on #596C6D background

This text has white color on #596C6D background.