COLOR #596A74

HEX: #596A74
RGB: (89,106,116)

Renk bilgisi

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

RGB renk modeli

#596A74 color RGB value is (89,106,116).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 106 of 255 = 42%
B 116 of 255 = 45%

89
106
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 106 + 116 = 311 (100%)
R 89 of 311 ~ 28.62%
G 106 of 311 ~ 34.08%
B 116 of 311 ~ 37.3%

%28.62
%34.08
%37.3

CMYK RENK MODELİ

#596A74 rengi CMYK tonu (23,9,0,55).

  • camgöbeği tonu 23.28%
  • eflatun tonu 8.62%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(23,9,0,55)
C23M9Y0K55 
(23%,9%,0%,55%)
(0.23/0.09/0.00/0.55)	

CMYK yüzdeleri

%23.28
%8.62
%0
%54.51

Codes

Color #596A74 in popluar color models

596A74
RGB89106116
HSL202°13.17%40.20%
HSB/HSV202°23.28%45.49%
CMYK23.28%8.62%0.00%
54.51%

Color #596A74 in popluar number systems.

HEX596A74
Decimal89106116
Binary101100111010101110100
Octal131152164

Shades and tints

Shades of #596A74

#596A74
(89,106,116)
#51616A
(81,97,106)
#495860
(73,88,96)
#414F56
(65,79,86)
#39464C
(57,70,76)
#313D42
(49,61,66)
#293438
(41,52,56)
#212B2E
(33,43,46)
#192224
(25,34,36)
#11191A
(17,25,26)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #596A74

#596A74
(89,106,116)
#687780
(104,119,128)
#77848C
(119,132,140)
#869198
(134,145,152)
#959EA4
(149,158,164)
#A4ABB0
(164,171,176)
#B3B8BC
(179,184,188)
#C2C5C8
(194,197,200)
#D1D2D4
(209,210,212)
#E0DFE0
(224,223,224)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596A74; }

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

This text font color is #596A74.


Background Color

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

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

This div background color is #596A74.


Border color

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

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

This div border color is #596A74.


Opacity

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

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

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

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

This text has shadow with #596A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A74 on black background.


Color preview on white background

This text has color #596A74 on white background.



Black color preview on #596A74 background

This text has black color on #596A74 background.


White color preview on #596A74 background

This text has white color on #596A74 background.