COLOR #595364

HEX: #595364
RGB: (89,83,100)

Renk bilgisi

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

RGB renk modeli

#595364 color RGB value is (89,83,100).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 83 of 255 = 33%
B 100 of 255 = 39%

89
83
100

R + G + B ~ 36%. #595364 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 83 + 100 = 272 (100%)
R 89 of 272 ~ 32.72%
G 83 of 272 ~ 30.51%
B 100 of 272 ~ 36.76%

%32.72
%30.51
%36.76

CMYK RENK MODELİ

#595364 rengi CMYK tonu (11,17,0,61).

  • camgöbeği tonu 11.00%
  • eflatun tonu 17.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(11,17,0,61)
C11M17Y0K61 
(11%,17%,0%,61%)
(0.11/0.17/0.00/0.61)	

CMYK yüzdeleri

%11
%17
%0
%60.78

Codes

Color #595364 in popluar color models

595364
RGB8983100
HSL261°9.29%35.88%
HSB/HSV261°17.00%39.22%
CMYK11.00%17.00%0.00%
60.78%

Color #595364 in popluar number systems.

HEX595364
Decimal8983100
Binary101100110100111100100
Octal131123144

Shades and tints

Shades of #595364

#595364
(89,83,100)
#514C5B
(81,76,91)
#494552
(73,69,82)
#413E49
(65,62,73)
#393740
(57,55,64)
#313037
(49,48,55)
#29292E
(41,41,46)
#212225
(33,34,37)
#191B1C
(25,27,28)
#111413
(17,20,19)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #595364

#595364
(89,83,100)
#686272
(104,98,114)
#777180
(119,113,128)
#86808E
(134,128,142)
#958F9C
(149,143,156)
#A49EAA
(164,158,170)
#B3ADB8
(179,173,184)
#C2BCC6
(194,188,198)
#D1CBD4
(209,203,212)
#E0DAE2
(224,218,226)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595364; }

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

This text font color is #595364.


Background Color

.myBgColor { background-color: #595364; }

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

This div background color is #595364.


Border color

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

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

This div border color is #595364.


Opacity

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

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

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

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

This text has shadow with #595364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595364 on black background.


Color preview on white background

This text has color #595364 on white background.



Black color preview on #595364 background

This text has black color on #595364 background.


White color preview on #595364 background

This text has white color on #595364 background.