COLOR #593C5C

HEX: #593C5C
RGB: (89,60,92)

Renk bilgisi

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

RGB renk modeli

#593C5C color RGB value is (89,60,92).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 60 of 255 = 24%
B 92 of 255 = 36%

89
60
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 60 + 92 = 241 (100%)
R 89 of 241 ~ 36.93%
G 60 of 241 ~ 24.9%
B 92 of 241 ~ 38.17%

%36.93
%24.9
%38.17

CMYK RENK MODELİ

#593C5C rengi CMYK tonu (3,35,0,64).

  • camgöbeği tonu 3.26%
  • eflatun tonu 34.78%
  • sarı tonu 0.00%
  • ana renk tonu 63.92%
CMYK:
(3,35,0,64)
C3M35Y0K64 
(3%,35%,0%,64%)
(0.03/0.35/0.00/0.64)	

CMYK yüzdeleri

%3.26
%34.78
%0
%63.92

Codes

Color #593C5C in popluar color models

593C5C
RGB896092
HSL294°21.05%29.80%
HSB/HSV294°34.78%36.08%
CMYK3.26%34.78%0.00%
63.92%

Color #593C5C in popluar number systems.

HEX593C5C
Decimal896092
Binary10110011111001011100
Octal13174134

Shades and tints

Shades of #593C5C

#593C5C
(89,60,92)
#513754
(81,55,84)
#49324C
(73,50,76)
#412D44
(65,45,68)
#39283C
(57,40,60)
#312334
(49,35,52)
#291E2C
(41,30,44)
#211924
(33,25,36)
#19141C
(25,20,28)
#110F14
(17,15,20)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #593C5C

#593C5C
(89,60,92)
#684D6A
(104,77,106)
#775E78
(119,94,120)
#866F86
(134,111,134)
#958094
(149,128,148)
#A491A2
(164,145,162)
#B3A2B0
(179,162,176)
#C2B3BE
(194,179,190)
#D1C4CC
(209,196,204)
#E0D5DA
(224,213,218)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593C5C; }

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

This text font color is #593C5C.


Background Color

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

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

This div background color is #593C5C.


Border color

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

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

This div border color is #593C5C.


Opacity

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

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

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

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

This text has shadow with #593C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593C5C on black background.


Color preview on white background

This text has color #593C5C on white background.



Black color preview on #593C5C background

This text has black color on #593C5C background.


White color preview on #593C5C background

This text has white color on #593C5C background.