COLOR #596A6D

HEX: #596A6D
RGB: (89,106,109)

Renk bilgisi

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

RGB renk modeli

#596A6D color RGB value is (89,106,109).

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

RGB bağlantıları ve doygunluk

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

89
106
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 106 + 109 = 304 (100%)
R 89 of 304 ~ 29.28%
G 106 of 304 ~ 34.87%
B 109 of 304 ~ 35.86%

%29.28
%34.87
%35.86

CMYK RENK MODELİ

#596A6D rengi CMYK tonu (18,3,0,57).

  • camgöbeği tonu 18.35%
  • eflatun tonu 2.75%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(18,3,0,57)
C18M3Y0K57 
(18%,3%,0%,57%)
(0.18/0.03/0.00/0.57)	

CMYK yüzdeleri

%18.35
%2.75
%0
%57.25

Codes

Color #596A6D in popluar color models

596A6D
RGB89106109
HSL189°10.10%38.82%
HSB/HSV189°18.35%42.75%
CMYK18.35%2.75%0.00%
57.25%

Color #596A6D in popluar number systems.

HEX596A6D
Decimal89106109
Binary101100111010101101101
Octal131152155

Shades and tints

Shades of #596A6D

#596A6D
(89,106,109)
#516164
(81,97,100)
#49585B
(73,88,91)
#414F52
(65,79,82)
#394649
(57,70,73)
#313D40
(49,61,64)
#293437
(41,52,55)
#212B2E
(33,43,46)
#192225
(25,34,37)
#11191C
(17,25,28)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #596A6D

#596A6D
(89,106,109)
#68777A
(104,119,122)
#778487
(119,132,135)
#869194
(134,145,148)
#959EA1
(149,158,161)
#A4ABAE
(164,171,174)
#B3B8BB
(179,184,187)
#C2C5C8
(194,197,200)
#D1D2D5
(209,210,213)
#E0DFE2
(224,223,226)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596A6D; }

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

This text font color is #596A6D.


Background Color

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

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

This div background color is #596A6D.


Border color

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

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

This div border color is #596A6D.


Opacity

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

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

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

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

This text has shadow with #596A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A6D on black background.


Color preview on white background

This text has color #596A6D on white background.



Black color preview on #596A6D background

This text has black color on #596A6D background.


White color preview on #596A6D background

This text has white color on #596A6D background.