COLOR #596961

HEX: #596961
RGB: (89,105,97)

Renk bilgisi

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

RGB renk modeli

#596961 color RGB value is (89,105,97).

  • kırmız ton 89;
  • yeşil ton 105;
  • mavi ton 97.
RGB:
(89,105,97)
(35%,41%,38%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 105 of 255 = 41%
B 97 of 255 = 38%

89
105
97

R + G + B ~ 38%. #596961 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 105 + 97 = 291 (100%)
R 89 of 291 ~ 30.58%
G 105 of 291 ~ 36.08%
B 97 of 291 ~ 33.33%

%30.58
%36.08
%33.33

CMYK RENK MODELİ

#596961 rengi CMYK tonu (15,0,8,59).

  • camgöbeği tonu 15.24%
  • eflatun tonu 0.00%
  • sarı tonu 7.62%
  • ana renk tonu 58.82%
CMYK:
(15,0,8,59)
C15M0Y8K59 
(15%,0%,8%,59%)
(0.15/0.00/0.08/0.59)	

CMYK yüzdeleri

%15.24
%0
%7.62
%58.82

Codes

Color #596961 in popluar color models

596961
RGB8910597
HSL150°8.25%38.04%
HSB/HSV150°15.24%41.18%
CMYK15.24%0.00%7.62%
58.82%

Color #596961 in popluar number systems.

HEX596961
Decimal8910597
Binary101100111010011100001
Octal131151141

Shades and tints

Shades of #596961

#596961
(89,105,97)
#516059
(81,96,89)
#495751
(73,87,81)
#414E49
(65,78,73)
#394541
(57,69,65)
#313C39
(49,60,57)
#293331
(41,51,49)
#212A29
(33,42,41)
#192121
(25,33,33)
#111819
(17,24,25)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #596961

#596961
(89,105,97)
#68766F
(104,118,111)
#77837D
(119,131,125)
#86908B
(134,144,139)
#959D99
(149,157,153)
#A4AAA7
(164,170,167)
#B3B7B5
(179,183,181)
#C2C4C3
(194,196,195)
#D1D1D1
(209,209,209)
#E0DEDF
(224,222,223)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596961 color. Also use rgb(89,105,97) instead hex code.

Text Font Color

.myTextColor { color: #596961; }

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

This text font color is #596961.


Background Color

.myBgColor { background-color: #596961; }

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

This div background color is #596961.


Border color

.myBorderColor { border: 1px solid #596961; }

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

This div border color is #596961.


Opacity

.myOpacity80 { color: #596961; opacity: 0.8; }

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

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

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

This text has shadow with #596961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596961 on black background.


Color preview on white background

This text has color #596961 on white background.



Black color preview on #596961 background

This text has black color on #596961 background.


White color preview on #596961 background

This text has white color on #596961 background.