COLOR #593D6C

HEX: #593D6C
RGB: (89,61,108)

Renk bilgisi

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

RGB renk modeli

#593D6C color RGB value is (89,61,108).

  • kırmız ton 89;
  • yeşil ton 61;
  • mavi ton 108.
RGB:
(89,61,108)
(35%,24%,42%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 61 of 255 = 24%
B 108 of 255 = 42%

89
61
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 61 + 108 = 258 (100%)
R 89 of 258 ~ 34.5%
G 61 of 258 ~ 23.64%
B 108 of 258 ~ 41.86%

%34.5
%23.64
%41.86

CMYK RENK MODELİ

#593D6C rengi CMYK tonu (18,44,0,58).

  • camgöbeği tonu 17.59%
  • eflatun tonu 43.52%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(18,44,0,58)
C18M44Y0K58 
(18%,44%,0%,58%)
(0.18/0.44/0.00/0.58)	

CMYK yüzdeleri

%17.59
%43.52
%0
%57.65

Codes

Color #593D6C in popluar color models

593D6C
RGB8961108
HSL276°27.81%33.14%
HSB/HSV276°43.52%42.35%
CMYK17.59%43.52%0.00%
57.65%

Color #593D6C in popluar number systems.

HEX593D6C
Decimal8961108
Binary10110011111011101100
Octal13175154

Shades and tints

Shades of #593D6C

#593D6C
(89,61,108)
#513863
(81,56,99)
#49335A
(73,51,90)
#412E51
(65,46,81)
#392948
(57,41,72)
#31243F
(49,36,63)
#291F36
(41,31,54)
#211A2D
(33,26,45)
#191524
(25,21,36)
#11101B
(17,16,27)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #593D6C

#593D6C
(89,61,108)
#684E79
(104,78,121)
#775F86
(119,95,134)
#867093
(134,112,147)
#9581A0
(149,129,160)
#A492AD
(164,146,173)
#B3A3BA
(179,163,186)
#C2B4C7
(194,180,199)
#D1C5D4
(209,197,212)
#E0D6E1
(224,214,225)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593D6C color. Also use rgb(89,61,108) instead hex code.

Text Font Color

.myTextColor { color: #593D6C; }

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

This text font color is #593D6C.


Background Color

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

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

This div background color is #593D6C.


Border color

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

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

This div border color is #593D6C.


Opacity

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

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

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

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

This text has shadow with #593D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593D6C on black background.


Color preview on white background

This text has color #593D6C on white background.



Black color preview on #593D6C background

This text has black color on #593D6C background.


White color preview on #593D6C background

This text has white color on #593D6C background.