COLOR #593769

HEX: #593769
RGB: (89,55,105)

Renk bilgisi

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

RGB renk modeli

#593769 color RGB value is (89,55,105).

  • kırmız ton 89;
  • yeşil ton 55;
  • mavi ton 105.
RGB:
(89,55,105)
(35%,22%,41%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 55 of 255 = 22%
B 105 of 255 = 41%

89
55
105

R + G + B ~ 33%. #593769 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 55 + 105 = 249 (100%)
R 89 of 249 ~ 35.74%
G 55 of 249 ~ 22.09%
B 105 of 249 ~ 42.17%

%35.74
%22.09
%42.17

CMYK RENK MODELİ

#593769 rengi CMYK tonu (15,48,0,59).

  • camgöbeği tonu 15.24%
  • eflatun tonu 47.62%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(15,48,0,59)
C15M48Y0K59 
(15%,48%,0%,59%)
(0.15/0.48/0.00/0.59)	

CMYK yüzdeleri

%15.24
%47.62
%0
%58.82

Codes

Color #593769 in popluar color models

593769
RGB8955105
HSL281°31.25%31.37%
HSB/HSV281°47.62%41.18%
CMYK15.24%47.62%0.00%
58.82%

Color #593769 in popluar number systems.

HEX593769
Decimal8955105
Binary10110011101111101001
Octal13167151

Shades and tints

Shades of #593769

#593769
(89,55,105)
#513260
(81,50,96)
#492D57
(73,45,87)
#41284E
(65,40,78)
#392345
(57,35,69)
#311E3C
(49,30,60)
#291933
(41,25,51)
#21142A
(33,20,42)
#190F21
(25,15,33)
#110A18
(17,10,24)
#09050F
(9,5,15)
#000000
(0,0,0)

Tints of #593769

#593769
(89,55,105)
#684976
(104,73,118)
#775B83
(119,91,131)
#866D90
(134,109,144)
#957F9D
(149,127,157)
#A491AA
(164,145,170)
#B3A3B7
(179,163,183)
#C2B5C4
(194,181,196)
#D1C7D1
(209,199,209)
#E0D9DE
(224,217,222)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593769 color. Also use rgb(89,55,105) instead hex code.

Text Font Color

.myTextColor { color: #593769; }

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

This text font color is #593769.


Background Color

.myBgColor { background-color: #593769; }

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

This div background color is #593769.


Border color

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

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

This div border color is #593769.


Opacity

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

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

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

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

This text has shadow with #593769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593769 on black background.


Color preview on white background

This text has color #593769 on white background.



Black color preview on #593769 background

This text has black color on #593769 background.


White color preview on #593769 background

This text has white color on #593769 background.