COLOR #593C56

HEX: #593C56
RGB: (89,60,86)

Renk bilgisi

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

RGB renk modeli

#593C56 color RGB value is (89,60,86).

  • kırmız ton 89;
  • yeşil ton 60;
  • mavi ton 86.
RGB:
(89,60,86)
(35%,24%,34%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 60 of 255 = 24%
B 86 of 255 = 34%

89
60
86

R + G + B ~ 31%. #593C56 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 60 + 86 = 235 (100%)
R 89 of 235 ~ 37.87%
G 60 of 235 ~ 25.53%
B 86 of 235 ~ 36.6%

%37.87
%25.53
%36.6

CMYK RENK MODELİ

#593C56 rengi CMYK tonu (0,33,3,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.58%
  • sarı tonu 3.37%
  • ana renk tonu 65.10%
CMYK:
(0,33,3,65)
C0M33Y3K65 
(0%,33%,3%,65%)
(0.00/0.33/0.03/0.65)	

CMYK yüzdeleri

%0
%32.58
%3.37
%65.1

Codes

Color #593C56 in popluar color models

593C56
RGB896086
HSL306°19.46%29.22%
HSB/HSV306°32.58%34.90%
CMYK0.00%32.58%3.37%
65.10%

Color #593C56 in popluar number systems.

HEX593C56
Decimal896086
Binary10110011111001010110
Octal13174126

Shades and tints

Shades of #593C56

#593C56
(89,60,86)
#51374F
(81,55,79)
#493248
(73,50,72)
#412D41
(65,45,65)
#39283A
(57,40,58)
#312333
(49,35,51)
#291E2C
(41,30,44)
#211925
(33,25,37)
#19141E
(25,20,30)
#110F17
(17,15,23)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #593C56

#593C56
(89,60,86)
#684D65
(104,77,101)
#775E74
(119,94,116)
#866F83
(134,111,131)
#958092
(149,128,146)
#A491A1
(164,145,161)
#B3A2B0
(179,162,176)
#C2B3BF
(194,179,191)
#D1C4CE
(209,196,206)
#E0D5DD
(224,213,221)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593C56; }

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

This text font color is #593C56.


Background Color

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

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

This div background color is #593C56.


Border color

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

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

This div border color is #593C56.


Opacity

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

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

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

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

This text has shadow with #593C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593C56 on black background.


Color preview on white background

This text has color #593C56 on white background.



Black color preview on #593C56 background

This text has black color on #593C56 background.


White color preview on #593C56 background

This text has white color on #593C56 background.