COLOR #593A73

HEX: #593A73
RGB: (89,58,115)

Renk bilgisi

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

RGB renk modeli

#593A73 color RGB value is (89,58,115).

  • kırmız ton 89;
  • yeşil ton 58;
  • mavi ton 115.
RGB:
(89,58,115)
(35%,23%,45%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 58 of 255 = 23%
B 115 of 255 = 45%

89
58
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 58 + 115 = 262 (100%)
R 89 of 262 ~ 33.97%
G 58 of 262 ~ 22.14%
B 115 of 262 ~ 43.89%

%33.97
%22.14
%43.89

CMYK RENK MODELİ

#593A73 rengi CMYK tonu (23,50,0,55).

  • camgöbeği tonu 22.61%
  • eflatun tonu 49.57%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(23,50,0,55)
C23M50Y0K55 
(23%,50%,0%,55%)
(0.23/0.50/0.00/0.55)	

CMYK yüzdeleri

%22.61
%49.57
%0
%54.9

Codes

Color #593A73 in popluar color models

593A73
RGB8958115
HSL273°32.95%33.92%
HSB/HSV273°49.57%45.10%
CMYK22.61%49.57%0.00%
54.90%

Color #593A73 in popluar number systems.

HEX593A73
Decimal8958115
Binary10110011110101110011
Octal13172163

Shades and tints

Shades of #593A73

#593A73
(89,58,115)
#513569
(81,53,105)
#49305F
(73,48,95)
#412B55
(65,43,85)
#39264B
(57,38,75)
#312141
(49,33,65)
#291C37
(41,28,55)
#21172D
(33,23,45)
#191223
(25,18,35)
#110D19
(17,13,25)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #593A73

#593A73
(89,58,115)
#684B7F
(104,75,127)
#775C8B
(119,92,139)
#866D97
(134,109,151)
#957EA3
(149,126,163)
#A48FAF
(164,143,175)
#B3A0BB
(179,160,187)
#C2B1C7
(194,177,199)
#D1C2D3
(209,194,211)
#E0D3DF
(224,211,223)
#EFE4EB
(239,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593A73 color. Also use rgb(89,58,115) instead hex code.

Text Font Color

.myTextColor { color: #593A73; }

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

This text font color is #593A73.


Background Color

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

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

This div background color is #593A73.


Border color

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

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

This div border color is #593A73.


Opacity

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

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

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

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

This text has shadow with #593A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593A73 on black background.


Color preview on white background

This text has color #593A73 on white background.



Black color preview on #593A73 background

This text has black color on #593A73 background.


White color preview on #593A73 background

This text has white color on #593A73 background.