COLOR #593550

HEX: #593550
RGB: (89,53,80)

Renk bilgisi

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

RGB renk modeli

#593550 color RGB value is (89,53,80).

  • kırmız ton 89;
  • yeşil ton 53;
  • mavi ton 80.
RGB:
(89,53,80)
(35%,21%,31%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 53 of 255 = 21%
B 80 of 255 = 31%

89
53
80

R + G + B ~ 29%. #593550 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 53 + 80 = 222 (100%)
R 89 of 222 ~ 40.09%
G 53 of 222 ~ 23.87%
B 80 of 222 ~ 36.04%

%40.09
%23.87
%36.04

CMYK RENK MODELİ

#593550 rengi CMYK tonu (0,40,10,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.45%
  • sarı tonu 10.11%
  • ana renk tonu 65.10%
CMYK:
(0,40,10,65)
C0M40Y10K65 
(0%,40%,10%,65%)
(0.00/0.40/0.10/0.65)	

CMYK yüzdeleri

%0
%40.45
%10.11
%65.1

Codes

Color #593550 in popluar color models

593550
RGB895380
HSL315°25.35%27.84%
HSB/HSV315°40.45%34.90%
CMYK0.00%40.45%10.11%
65.10%

Color #593550 in popluar number systems.

HEX593550
Decimal895380
Binary10110011101011010000
Octal13165120

Shades and tints

Shades of #593550

#593550
(89,53,80)
#513149
(81,49,73)
#492D42
(73,45,66)
#41293B
(65,41,59)
#392534
(57,37,52)
#31212D
(49,33,45)
#291D26
(41,29,38)
#21191F
(33,25,31)
#191518
(25,21,24)
#111111
(17,17,17)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #593550

#593550
(89,53,80)
#68475F
(104,71,95)
#77596E
(119,89,110)
#866B7D
(134,107,125)
#957D8C
(149,125,140)
#A48F9B
(164,143,155)
#B3A1AA
(179,161,170)
#C2B3B9
(194,179,185)
#D1C5C8
(209,197,200)
#E0D7D7
(224,215,215)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593550 color. Also use rgb(89,53,80) instead hex code.

Text Font Color

.myTextColor { color: #593550; }

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

This text font color is #593550.


Background Color

.myBgColor { background-color: #593550; }

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

This div background color is #593550.


Border color

.myBorderColor { border: 1px solid #593550; }

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

This div border color is #593550.


Opacity

.myOpacity80 { color: #593550; opacity: 0.8; }

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

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

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

This text has shadow with #593550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593550 on black background.


Color preview on white background

This text has color #593550 on white background.



Black color preview on #593550 background

This text has black color on #593550 background.


White color preview on #593550 background

This text has white color on #593550 background.