COLOR #593A68

HEX: #593A68
RGB: (89,58,104)

Renk bilgisi

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

RGB renk modeli

#593A68 color RGB value is (89,58,104).

  • kırmız ton 89;
  • yeşil ton 58;
  • mavi ton 104.
RGB:
(89,58,104)
(35%,23%,41%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 58 of 255 = 23%
B 104 of 255 = 41%

89
58
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 58 + 104 = 251 (100%)
R 89 of 251 ~ 35.46%
G 58 of 251 ~ 23.11%
B 104 of 251 ~ 41.43%

%35.46
%23.11
%41.43

CMYK RENK MODELİ

#593A68 rengi CMYK tonu (14,44,0,59).

  • camgöbeği tonu 14.42%
  • eflatun tonu 44.23%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(14,44,0,59)
C14M44Y0K59 
(14%,44%,0%,59%)
(0.14/0.44/0.00/0.59)	

CMYK yüzdeleri

%14.42
%44.23
%0
%59.22

Codes

Color #593A68 in popluar color models

593A68
RGB8958104
HSL280°28.40%31.76%
HSB/HSV280°44.23%40.78%
CMYK14.42%44.23%0.00%
59.22%

Color #593A68 in popluar number systems.

HEX593A68
Decimal8958104
Binary10110011110101101000
Octal13172150

Shades and tints

Shades of #593A68

#593A68
(89,58,104)
#51355F
(81,53,95)
#493056
(73,48,86)
#412B4D
(65,43,77)
#392644
(57,38,68)
#31213B
(49,33,59)
#291C32
(41,28,50)
#211729
(33,23,41)
#191220
(25,18,32)
#110D17
(17,13,23)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #593A68

#593A68
(89,58,104)
#684B75
(104,75,117)
#775C82
(119,92,130)
#866D8F
(134,109,143)
#957E9C
(149,126,156)
#A48FA9
(164,143,169)
#B3A0B6
(179,160,182)
#C2B1C3
(194,177,195)
#D1C2D0
(209,194,208)
#E0D3DD
(224,211,221)
#EFE4EA
(239,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593A68; }

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

This text font color is #593A68.


Background Color

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

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

This div background color is #593A68.


Border color

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

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

This div border color is #593A68.


Opacity

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

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

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

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

This text has shadow with #593A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593A68 on black background.


Color preview on white background

This text has color #593A68 on white background.



Black color preview on #593A68 background

This text has black color on #593A68 background.


White color preview on #593A68 background

This text has white color on #593A68 background.