COLOR #595370

HEX: #595370
RGB: (89,83,112)

Renk bilgisi

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

RGB renk modeli

#595370 color RGB value is (89,83,112).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 83 of 255 = 33%
B 112 of 255 = 44%

89
83
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 83 + 112 = 284 (100%)
R 89 of 284 ~ 31.34%
G 83 of 284 ~ 29.23%
B 112 of 284 ~ 39.44%

%31.34
%29.23
%39.44

CMYK RENK MODELİ

#595370 rengi CMYK tonu (21,26,0,56).

  • camgöbeği tonu 20.54%
  • eflatun tonu 25.89%
  • sarı tonu 0.00%
  • ana renk tonu 56.08%
CMYK:
(21,26,0,56)
C21M26Y0K56 
(21%,26%,0%,56%)
(0.21/0.26/0.00/0.56)	

CMYK yüzdeleri

%20.54
%25.89
%0
%56.08

Codes

Color #595370 in popluar color models

595370
RGB8983112
HSL252°14.87%38.24%
HSB/HSV252°25.89%43.92%
CMYK20.54%25.89%0.00%
56.08%

Color #595370 in popluar number systems.

HEX595370
Decimal8983112
Binary101100110100111110000
Octal131123160

Shades and tints

Shades of #595370

#595370
(89,83,112)
#514C66
(81,76,102)
#49455C
(73,69,92)
#413E52
(65,62,82)
#393748
(57,55,72)
#31303E
(49,48,62)
#292934
(41,41,52)
#21222A
(33,34,42)
#191B20
(25,27,32)
#111416
(17,20,22)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #595370

#595370
(89,83,112)
#68627D
(104,98,125)
#77718A
(119,113,138)
#868097
(134,128,151)
#958FA4
(149,143,164)
#A49EB1
(164,158,177)
#B3ADBE
(179,173,190)
#C2BCCB
(194,188,203)
#D1CBD8
(209,203,216)
#E0DAE5
(224,218,229)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595370; }

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

This text font color is #595370.


Background Color

.myBgColor { background-color: #595370; }

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

This div background color is #595370.


Border color

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

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

This div border color is #595370.


Opacity

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

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

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

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

This text has shadow with #595370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595370 on black background.


Color preview on white background

This text has color #595370 on white background.



Black color preview on #595370 background

This text has black color on #595370 background.


White color preview on #595370 background

This text has white color on #595370 background.