COLOR #593F59

HEX: #593F59
RGB: (89,63,89)

Renk bilgisi

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

RGB renk modeli

#593F59 color RGB value is (89,63,89).

  • kırmız ton 89;
  • yeşil ton 63;
  • mavi ton 89.
RGB:
(89,63,89)
(35%,25%,35%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 63 of 255 = 25%
B 89 of 255 = 35%

89
63
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 63 + 89 = 241 (100%)
R 89 of 241 ~ 36.93%
G 63 of 241 ~ 26.14%
B 89 of 241 ~ 36.93%

%36.93
%26.14
%36.93

CMYK RENK MODELİ

#593F59 rengi CMYK tonu (0,29,0,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.21%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(0,29,0,65)
C0M29Y0K65 
(0%,29%,0%,65%)
(0.00/0.29/0.00/0.65)	

CMYK yüzdeleri

%0
%29.21
%0
%65.1

Codes

Color #593F59 in popluar color models

593F59
RGB896389
HSL300°17.11%29.80%
HSB/HSV300°29.21%34.90%
CMYK0.00%29.21%0.00%
65.10%

Color #593F59 in popluar number systems.

HEX593F59
Decimal896389
Binary10110011111111011001
Octal13177131

Shades and tints

Shades of #593F59

#593F59
(89,63,89)
#513A51
(81,58,81)
#493549
(73,53,73)
#413041
(65,48,65)
#392B39
(57,43,57)
#312631
(49,38,49)
#292129
(41,33,41)
#211C21
(33,28,33)
#191719
(25,23,25)
#111211
(17,18,17)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #593F59

#593F59
(89,63,89)
#685068
(104,80,104)
#776177
(119,97,119)
#867286
(134,114,134)
#958395
(149,131,149)
#A494A4
(164,148,164)
#B3A5B3
(179,165,179)
#C2B6C2
(194,182,194)
#D1C7D1
(209,199,209)
#E0D8E0
(224,216,224)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593F59; }

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

This text font color is #593F59.


Background Color

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

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

This div background color is #593F59.


Border color

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

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

This div border color is #593F59.


Opacity

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

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

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

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

This text has shadow with #593F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F59 on black background.


Color preview on white background

This text has color #593F59 on white background.



Black color preview on #593F59 background

This text has black color on #593F59 background.


White color preview on #593F59 background

This text has white color on #593F59 background.