COLOR #596F76

HEX: #596F76
RGB: (89,111,118)

Renk bilgisi

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

RGB renk modeli

#596F76 color RGB value is (89,111,118).

  • kırmız ton 89;
  • yeşil ton 111;
  • mavi ton 118.
RGB:
(89,111,118)
(35%,44%,46%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 111 of 255 = 44%
B 118 of 255 = 46%

89
111
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 111 + 118 = 318 (100%)
R 89 of 318 ~ 27.99%
G 111 of 318 ~ 34.91%
B 118 of 318 ~ 37.11%

%27.99
%34.91
%37.11

CMYK RENK MODELİ

#596F76 rengi CMYK tonu (25,6,0,54).

  • camgöbeği tonu 24.58%
  • eflatun tonu 5.93%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(25,6,0,54)
C25M6Y0K54 
(25%,6%,0%,54%)
(0.25/0.06/0.00/0.54)	

CMYK yüzdeleri

%24.58
%5.93
%0
%53.73

Codes

Color #596F76 in popluar color models

596F76
RGB89111118
HSL194°14.01%40.59%
HSB/HSV194°24.58%46.27%
CMYK24.58%5.93%0.00%
53.73%

Color #596F76 in popluar number systems.

HEX596F76
Decimal89111118
Binary101100111011111110110
Octal131157166

Shades and tints

Shades of #596F76

#596F76
(89,111,118)
#51656C
(81,101,108)
#495B62
(73,91,98)
#415158
(65,81,88)
#39474E
(57,71,78)
#313D44
(49,61,68)
#29333A
(41,51,58)
#212930
(33,41,48)
#191F26
(25,31,38)
#11151C
(17,21,28)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #596F76

#596F76
(89,111,118)
#687C82
(104,124,130)
#77898E
(119,137,142)
#86969A
(134,150,154)
#95A3A6
(149,163,166)
#A4B0B2
(164,176,178)
#B3BDBE
(179,189,190)
#C2CACA
(194,202,202)
#D1D7D6
(209,215,214)
#E0E4E2
(224,228,226)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596F76 color. Also use rgb(89,111,118) instead hex code.

Text Font Color

.myTextColor { color: #596F76; }

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

This text font color is #596F76.


Background Color

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

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

This div background color is #596F76.


Border color

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

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

This div border color is #596F76.


Opacity

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

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

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

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

This text has shadow with #596F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596F76 on black background.


Color preview on white background

This text has color #596F76 on white background.



Black color preview on #596F76 background

This text has black color on #596F76 background.


White color preview on #596F76 background

This text has white color on #596F76 background.