COLOR #593268

HEX: #593268
RGB: (89,50,104)

Renk bilgisi

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

RGB renk modeli

#593268 color RGB value is (89,50,104).

  • kırmız ton 89;
  • yeşil ton 50;
  • mavi ton 104.
RGB:
(89,50,104)
(35%,20%,41%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 50 of 255 = 20%
B 104 of 255 = 41%

89
50
104

R + G + B ~ 32%. #593268 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 50 + 104 = 243 (100%)
R 89 of 243 ~ 36.63%
G 50 of 243 ~ 20.58%
B 104 of 243 ~ 42.8%

%36.63
%20.58
%42.8

CMYK RENK MODELİ

#593268 rengi CMYK tonu (14,52,0,59).

  • camgöbeği tonu 14.42%
  • eflatun tonu 51.92%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(14,52,0,59)
C14M52Y0K59 
(14%,52%,0%,59%)
(0.14/0.52/0.00/0.59)	

CMYK yüzdeleri

%14.42
%51.92
%0
%59.22

Codes

Color #593268 in popluar color models

593268
RGB8950104
HSL283°35.06%30.20%
HSB/HSV283°51.92%40.78%
CMYK14.42%51.92%0.00%
59.22%

Color #593268 in popluar number systems.

HEX593268
Decimal8950104
Binary10110011100101101000
Octal13162150

Shades and tints

Shades of #593268

#593268
(89,50,104)
#512E5F
(81,46,95)
#492A56
(73,42,86)
#41264D
(65,38,77)
#392244
(57,34,68)
#311E3B
(49,30,59)
#291A32
(41,26,50)
#211629
(33,22,41)
#191220
(25,18,32)
#110E17
(17,14,23)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #593268

#593268
(89,50,104)
#684475
(104,68,117)
#775682
(119,86,130)
#86688F
(134,104,143)
#957A9C
(149,122,156)
#A48CA9
(164,140,169)
#B39EB6
(179,158,182)
#C2B0C3
(194,176,195)
#D1C2D0
(209,194,208)
#E0D4DD
(224,212,221)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593268 color. Also use rgb(89,50,104) instead hex code.

Text Font Color

.myTextColor { color: #593268; }

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

This text font color is #593268.


Background Color

.myBgColor { background-color: #593268; }

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

This div background color is #593268.


Border color

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

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

This div border color is #593268.


Opacity

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

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

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

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

This text has shadow with #593268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593268 on black background.


Color preview on white background

This text has color #593268 on white background.



Black color preview on #593268 background

This text has black color on #593268 background.


White color preview on #593268 background

This text has white color on #593268 background.