COLOR #593240

HEX: #593240
RGB: (89,50,64)

Renk bilgisi

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

RGB renk modeli

#593240 color RGB value is (89,50,64).

  • kırmız ton 89;
  • yeşil ton 50;
  • mavi ton 64.
RGB:
(89,50,64)
(35%,20%,25%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 50 of 255 = 20%
B 64 of 255 = 25%

89
50
64

R + G + B ~ 27%. #593240 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 50 + 64 = 203 (100%)
R 89 of 203 ~ 43.84%
G 50 of 203 ~ 24.63%
B 64 of 203 ~ 31.53%

%43.84
%24.63
%31.53

CMYK RENK MODELİ

#593240 rengi CMYK tonu (0,44,28,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.82%
  • sarı tonu 28.09%
  • ana renk tonu 65.10%
CMYK:
(0,44,28,65)
C0M44Y28K65 
(0%,44%,28%,65%)
(0.00/0.44/0.28/0.65)	

CMYK yüzdeleri

%0
%43.82
%28.09
%65.1

Codes

Color #593240 in popluar color models

593240
RGB895064
HSL338°28.06%27.25%
HSB/HSV338°43.82%34.90%
CMYK0.00%43.82%28.09%
65.10%

Color #593240 in popluar number systems.

HEX593240
Decimal895064
Binary10110011100101000000
Octal13162100

Shades and tints

Shades of #593240

#593240
(89,50,64)
#512E3B
(81,46,59)
#492A36
(73,42,54)
#412631
(65,38,49)
#39222C
(57,34,44)
#311E27
(49,30,39)
#291A22
(41,26,34)
#21161D
(33,22,29)
#191218
(25,18,24)
#110E13
(17,14,19)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #593240

#593240
(89,50,64)
#684451
(104,68,81)
#775662
(119,86,98)
#866873
(134,104,115)
#957A84
(149,122,132)
#A48C95
(164,140,149)
#B39EA6
(179,158,166)
#C2B0B7
(194,176,183)
#D1C2C8
(209,194,200)
#E0D4D9
(224,212,217)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593240 color. Also use rgb(89,50,64) instead hex code.

Text Font Color

.myTextColor { color: #593240; }

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

This text font color is #593240.


Background Color

.myBgColor { background-color: #593240; }

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

This div background color is #593240.


Border color

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

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

This div border color is #593240.


Opacity

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

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

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

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

This text has shadow with #593240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593240 on black background.


Color preview on white background

This text has color #593240 on white background.



Black color preview on #593240 background

This text has black color on #593240 background.


White color preview on #593240 background

This text has white color on #593240 background.