COLOR #596164

HEX: #596164
RGB: (89,97,100)

Renk bilgisi

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

RGB renk modeli

#596164 color RGB value is (89,97,100).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 97 of 255 = 38%
B 100 of 255 = 39%

89
97
100

R + G + B ~ 37%. #596164 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 97 + 100 = 286 (100%)
R 89 of 286 ~ 31.12%
G 97 of 286 ~ 33.92%
B 100 of 286 ~ 34.97%

%31.12
%33.92
%34.97

CMYK RENK MODELİ

#596164 rengi CMYK tonu (11,3,0,61).

  • camgöbeği tonu 11.00%
  • eflatun tonu 3.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(11,3,0,61)
C11M3Y0K61 
(11%,3%,0%,61%)
(0.11/0.03/0.00/0.61)	

CMYK yüzdeleri

%11
%3
%0
%60.78

Codes

Color #596164 in popluar color models

596164
RGB8997100
HSL196°5.82%37.06%
HSB/HSV196°11.00%39.22%
CMYK11.00%3.00%0.00%
60.78%

Color #596164 in popluar number systems.

HEX596164
Decimal8997100
Binary101100111000011100100
Octal131141144

Shades and tints

Shades of #596164

#596164
(89,97,100)
#51595B
(81,89,91)
#495152
(73,81,82)
#414949
(65,73,73)
#394140
(57,65,64)
#313937
(49,57,55)
#29312E
(41,49,46)
#212925
(33,41,37)
#19211C
(25,33,28)
#111913
(17,25,19)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #596164

#596164
(89,97,100)
#686F72
(104,111,114)
#777D80
(119,125,128)
#868B8E
(134,139,142)
#95999C
(149,153,156)
#A4A7AA
(164,167,170)
#B3B5B8
(179,181,184)
#C2C3C6
(194,195,198)
#D1D1D4
(209,209,212)
#E0DFE2
(224,223,226)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596164; }

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

This text font color is #596164.


Background Color

.myBgColor { background-color: #596164; }

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

This div background color is #596164.


Border color

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

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

This div border color is #596164.


Opacity

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

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

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

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

This text has shadow with #596164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596164 on black background.


Color preview on white background

This text has color #596164 on white background.



Black color preview on #596164 background

This text has black color on #596164 background.


White color preview on #596164 background

This text has white color on #596164 background.