COLOR #593E6F

HEX: #593E6F
RGB: (89,62,111)

Renk bilgisi

#593E6F contains red, green and blue colors in about the same proportion. #593E6F ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#593E6F color RGB value is (89,62,111).

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

RGB bağlantıları ve doygunluk

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

89
62
111

R + G + B ~ 34%. #593E6F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 62 + 111 = 262 (100%)
R 89 of 262 ~ 33.97%
G 62 of 262 ~ 23.66%
B 111 of 262 ~ 42.37%

%33.97
%23.66
%42.37

CMYK RENK MODELİ

#593E6F rengi CMYK tonu (20,44,0,56).

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

CMYK yüzdeleri

%19.82
%44.14
%0
%56.47

Codes

Color #593E6F in popluar color models

593E6F
RGB8962111
HSL273°28.32%33.92%
HSB/HSV273°44.14%43.53%
CMYK19.82%44.14%0.00%
56.47%

Color #593E6F in popluar number systems.

HEX593E6F
Decimal8962111
Binary10110011111101101111
Octal13176157

Shades and tints

Shades of #593E6F

#593E6F
(89,62,111)
#513965
(81,57,101)
#49345B
(73,52,91)
#412F51
(65,47,81)
#392A47
(57,42,71)
#31253D
(49,37,61)
#292033
(41,32,51)
#211B29
(33,27,41)
#19161F
(25,22,31)
#111115
(17,17,21)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #593E6F

#593E6F
(89,62,111)
#684F7C
(104,79,124)
#776089
(119,96,137)
#867196
(134,113,150)
#9582A3
(149,130,163)
#A493B0
(164,147,176)
#B3A4BD
(179,164,189)
#C2B5CA
(194,181,202)
#D1C6D7
(209,198,215)
#E0D7E4
(224,215,228)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593E6F; }

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

This text font color is #593E6F.


Background Color

.myBgColor { background-color: #593E6F; }

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

This div background color is #593E6F.


Border color

.myBorderColor { border: 1px solid #593E6F; }

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

This div border color is #593E6F.


Opacity

.myOpacity80 { color: #593E6F; opacity: 0.8; }

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

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

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

This text has shadow with #593E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593E6F on black background.


Color preview on white background

This text has color #593E6F on white background.



Black color preview on #593E6F background

This text has black color on #593E6F background.


White color preview on #593E6F background

This text has white color on #593E6F background.