COLOR #593255

HEX: #593255
RGB: (89,50,85)

Renk bilgisi

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

RGB renk modeli

#593255 color RGB value is (89,50,85).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 50 of 255 = 20%
B 85 of 255 = 33%

89
50
85

R + G + B ~ 29%. #593255 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 50 + 85 = 224 (100%)
R 89 of 224 ~ 39.73%
G 50 of 224 ~ 22.32%
B 85 of 224 ~ 37.95%

%39.73
%22.32
%37.95

CMYK RENK MODELİ

#593255 rengi CMYK tonu (0,44,4,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.82%
  • sarı tonu 4.49%
  • ana renk tonu 65.10%
CMYK:
(0,44,4,65)
C0M44Y4K65 
(0%,44%,4%,65%)
(0.00/0.44/0.04/0.65)	

CMYK yüzdeleri

%0
%43.82
%4.49
%65.1

Codes

Color #593255 in popluar color models

593255
RGB895085
HSL306°28.06%27.25%
HSB/HSV306°43.82%34.90%
CMYK0.00%43.82%4.49%
65.10%

Color #593255 in popluar number systems.

HEX593255
Decimal895085
Binary10110011100101010101
Octal13162125

Shades and tints

Shades of #593255

#593255
(89,50,85)
#512E4E
(81,46,78)
#492A47
(73,42,71)
#412640
(65,38,64)
#392239
(57,34,57)
#311E32
(49,30,50)
#291A2B
(41,26,43)
#211624
(33,22,36)
#19121D
(25,18,29)
#110E16
(17,14,22)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #593255

#593255
(89,50,85)
#684464
(104,68,100)
#775673
(119,86,115)
#866882
(134,104,130)
#957A91
(149,122,145)
#A48CA0
(164,140,160)
#B39EAF
(179,158,175)
#C2B0BE
(194,176,190)
#D1C2CD
(209,194,205)
#E0D4DC
(224,212,220)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593255; }

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

This text font color is #593255.


Background Color

.myBgColor { background-color: #593255; }

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

This div background color is #593255.


Border color

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

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

This div border color is #593255.


Opacity

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

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

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

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

This text has shadow with #593255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593255 on black background.


Color preview on white background

This text has color #593255 on white background.



Black color preview on #593255 background

This text has black color on #593255 background.


White color preview on #593255 background

This text has white color on #593255 background.