COLOR #593F67

HEX: #593F67
RGB: (89,63,103)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

89
63
103

R + G + B ~ 33%. #593F67 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 63 + 103 = 255 (100%)
R 89 of 255 ~ 34.9%
G 63 of 255 ~ 24.71%
B 103 of 255 ~ 40.39%

%34.9
%24.71
%40.39

CMYK RENK MODELİ

#593F67 rengi CMYK tonu (14,39,0,60).

  • camgöbeği tonu 13.59%
  • eflatun tonu 38.83%
  • sarı tonu 0.00%
  • ana renk tonu 59.61%
CMYK:
(14,39,0,60)
C14M39Y0K60 
(14%,39%,0%,60%)
(0.14/0.39/0.00/0.60)	

CMYK yüzdeleri

%13.59
%38.83
%0
%59.61

Codes

Color #593F67 in popluar color models

593F67
RGB8963103
HSL279°24.10%32.55%
HSB/HSV279°38.83%40.39%
CMYK13.59%38.83%0.00%
59.61%

Color #593F67 in popluar number systems.

HEX593F67
Decimal8963103
Binary10110011111111100111
Octal13177147

Shades and tints

Shades of #593F67

#593F67
(89,63,103)
#513A5E
(81,58,94)
#493555
(73,53,85)
#41304C
(65,48,76)
#392B43
(57,43,67)
#31263A
(49,38,58)
#292131
(41,33,49)
#211C28
(33,28,40)
#19171F
(25,23,31)
#111216
(17,18,22)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #593F67

#593F67
(89,63,103)
#685074
(104,80,116)
#776181
(119,97,129)
#86728E
(134,114,142)
#95839B
(149,131,155)
#A494A8
(164,148,168)
#B3A5B5
(179,165,181)
#C2B6C2
(194,182,194)
#D1C7CF
(209,199,207)
#E0D8DC
(224,216,220)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593F67; }

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

This text font color is #593F67.


Background Color

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

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

This div background color is #593F67.


Border color

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

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

This div border color is #593F67.


Opacity

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

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

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

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

This text has shadow with #593F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F67 on black background.


Color preview on white background

This text has color #593F67 on white background.



Black color preview on #593F67 background

This text has black color on #593F67 background.


White color preview on #593F67 background

This text has white color on #593F67 background.