COLOR #593363

HEX: #593363
RGB: (89,51,99)

Renk bilgisi

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

RGB renk modeli

#593363 color RGB value is (89,51,99).

  • kırmız ton 89;
  • yeşil ton 51;
  • mavi ton 99.
RGB:
(89,51,99)
(35%,20%,39%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 51 of 255 = 20%
B 99 of 255 = 39%

89
51
99

R + G + B ~ 31%. #593363 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 51 + 99 = 239 (100%)
R 89 of 239 ~ 37.24%
G 51 of 239 ~ 21.34%
B 99 of 239 ~ 41.42%

%37.24
%21.34
%41.42

CMYK RENK MODELİ

#593363 rengi CMYK tonu (10,48,0,61).

  • camgöbeği tonu 10.10%
  • eflatun tonu 48.48%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(10,48,0,61)
C10M48Y0K61 
(10%,48%,0%,61%)
(0.10/0.48/0.00/0.61)	

CMYK yüzdeleri

%10.1
%48.48
%0
%61.18

Codes

Color #593363 in popluar color models

593363
RGB895199
HSL288°32.00%29.41%
HSB/HSV288°48.48%38.82%
CMYK10.10%48.48%0.00%
61.18%

Color #593363 in popluar number systems.

HEX593363
Decimal895199
Binary10110011100111100011
Octal13163143

Shades and tints

Shades of #593363

#593363
(89,51,99)
#512F5A
(81,47,90)
#492B51
(73,43,81)
#412748
(65,39,72)
#39233F
(57,35,63)
#311F36
(49,31,54)
#291B2D
(41,27,45)
#211724
(33,23,36)
#19131B
(25,19,27)
#110F12
(17,15,18)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #593363

#593363
(89,51,99)
#684571
(104,69,113)
#77577F
(119,87,127)
#86698D
(134,105,141)
#957B9B
(149,123,155)
#A48DA9
(164,141,169)
#B39FB7
(179,159,183)
#C2B1C5
(194,177,197)
#D1C3D3
(209,195,211)
#E0D5E1
(224,213,225)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593363 color. Also use rgb(89,51,99) instead hex code.

Text Font Color

.myTextColor { color: #593363; }

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

This text font color is #593363.


Background Color

.myBgColor { background-color: #593363; }

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

This div background color is #593363.


Border color

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

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

This div border color is #593363.


Opacity

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

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

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

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

This text has shadow with #593363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593363 on black background.


Color preview on white background

This text has color #593363 on white background.



Black color preview on #593363 background

This text has black color on #593363 background.


White color preview on #593363 background

This text has white color on #593363 background.