COLOR #596F6F

HEX: #596F6F
RGB: (89,111,111)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

89
111
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 111 + 111 = 311 (100%)
R 89 of 311 ~ 28.62%
G 111 of 311 ~ 35.69%
B 111 of 311 ~ 35.69%

%28.62
%35.69
%35.69

CMYK RENK MODELİ

#596F6F rengi CMYK tonu (20,0,0,56).

  • camgöbeği tonu 19.82%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 56.47%
CMYK:
(20,0,0,56)
C20M0Y0K56 
(20%,0%,0%,56%)
(0.20/0.00/0.00/0.56)	

CMYK yüzdeleri

%19.82
%0
%0
%56.47

Codes

Color #596F6F in popluar color models

596F6F
RGB89111111
HSL180°11.00%39.22%
HSB/HSV180°19.82%43.53%
CMYK19.82%0.00%0.00%
56.47%

Color #596F6F in popluar number systems.

HEX596F6F
Decimal89111111
Binary101100111011111101111
Octal131157157

Shades and tints

Shades of #596F6F

#596F6F
(89,111,111)
#516565
(81,101,101)
#495B5B
(73,91,91)
#415151
(65,81,81)
#394747
(57,71,71)
#313D3D
(49,61,61)
#293333
(41,51,51)
#212929
(33,41,41)
#191F1F
(25,31,31)
#111515
(17,21,21)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #596F6F

#596F6F
(89,111,111)
#687C7C
(104,124,124)
#778989
(119,137,137)
#869696
(134,150,150)
#95A3A3
(149,163,163)
#A4B0B0
(164,176,176)
#B3BDBD
(179,189,189)
#C2CACA
(194,202,202)
#D1D7D7
(209,215,215)
#E0E4E4
(224,228,228)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596F6F; }

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

This text font color is #596F6F.


Background Color

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

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

This div background color is #596F6F.


Border color

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

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

This div border color is #596F6F.


Opacity

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

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

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

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

This text has shadow with #596F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596F6F on black background.


Color preview on white background

This text has color #596F6F on white background.



Black color preview on #596F6F background

This text has black color on #596F6F background.


White color preview on #596F6F background

This text has white color on #596F6F background.