COLOR #593D5E

HEX: #593D5E
RGB: (89,61,94)

Renk bilgisi

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

RGB renk modeli

#593D5E color RGB value is (89,61,94).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 61 of 255 = 24%
B 94 of 255 = 37%

89
61
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 61 + 94 = 244 (100%)
R 89 of 244 ~ 36.48%
G 61 of 244 ~ 25%
B 94 of 244 ~ 38.52%

%36.48
%25
%38.52

CMYK RENK MODELİ

#593D5E rengi CMYK tonu (5,35,0,63).

  • camgöbeği tonu 5.32%
  • eflatun tonu 35.11%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(5,35,0,63)
C5M35Y0K63 
(5%,35%,0%,63%)
(0.05/0.35/0.00/0.63)	

CMYK yüzdeleri

%5.32
%35.11
%0
%63.14

Codes

Color #593D5E in popluar color models

593D5E
RGB896194
HSL291°21.29%30.39%
HSB/HSV291°35.11%36.86%
CMYK5.32%35.11%0.00%
63.14%

Color #593D5E in popluar number systems.

HEX593D5E
Decimal896194
Binary10110011111011011110
Octal13175136

Shades and tints

Shades of #593D5E

#593D5E
(89,61,94)
#513856
(81,56,86)
#49334E
(73,51,78)
#412E46
(65,46,70)
#39293E
(57,41,62)
#312436
(49,36,54)
#291F2E
(41,31,46)
#211A26
(33,26,38)
#19151E
(25,21,30)
#111016
(17,16,22)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #593D5E

#593D5E
(89,61,94)
#684E6C
(104,78,108)
#775F7A
(119,95,122)
#867088
(134,112,136)
#958196
(149,129,150)
#A492A4
(164,146,164)
#B3A3B2
(179,163,178)
#C2B4C0
(194,180,192)
#D1C5CE
(209,197,206)
#E0D6DC
(224,214,220)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593D5E; }

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

This text font color is #593D5E.


Background Color

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

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

This div background color is #593D5E.


Border color

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

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

This div border color is #593D5E.


Opacity

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

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

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

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

This text has shadow with #593D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593D5E on black background.


Color preview on white background

This text has color #593D5E on white background.



Black color preview on #593D5E background

This text has black color on #593D5E background.


White color preview on #593D5E background

This text has white color on #593D5E background.