COLOR #593030

HEX: #593030
RGB: (89,48,48)

Renk bilgisi

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

RGB renk modeli

#593030 color RGB value is (89,48,48).

  • kırmız ton 89;
  • yeşil ton 48;
  • mavi ton 48.
RGB:
(89,48,48)
(35%,19%,19%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 48 of 255 = 19%
B 48 of 255 = 19%

89
48
48

R + G + B ~ 24%. #593030 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 48 + 48 = 185 (100%)
R 89 of 185 ~ 48.11%
G 48 of 185 ~ 25.95%
B 48 of 185 ~ 25.95%

%48.11
%25.95
%25.95

CMYK RENK MODELİ

#593030 rengi CMYK tonu (0,46,46,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.07%
  • sarı tonu 46.07%
  • ana renk tonu 65.10%
CMYK:
(0,46,46,65)
C0M46Y46K65 
(0%,46%,46%,65%)
(0.00/0.46/0.46/0.65)	

CMYK yüzdeleri

%0
%46.07
%46.07
%65.1

Codes

Color #593030 in popluar color models

593030
RGB894848
HSL29.93%26.86%
HSB/HSV46.07%34.90%
CMYK0.00%46.07%46.07%
65.10%

Color #593030 in popluar number systems.

HEX593030
Decimal894848
Binary1011001110000110000
Octal1316060

Shades and tints

Shades of #593030

#593030
(89,48,48)
#512C2C
(81,44,44)
#492828
(73,40,40)
#412424
(65,36,36)
#392020
(57,32,32)
#311C1C
(49,28,28)
#291818
(41,24,24)
#211414
(33,20,20)
#191010
(25,16,16)
#110C0C
(17,12,12)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #593030

#593030
(89,48,48)
#684242
(104,66,66)
#775454
(119,84,84)
#866666
(134,102,102)
#957878
(149,120,120)
#A48A8A
(164,138,138)
#B39C9C
(179,156,156)
#C2AEAE
(194,174,174)
#D1C0C0
(209,192,192)
#E0D2D2
(224,210,210)
#EFE4E4
(239,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593030; }

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

This text font color is #593030.


Background Color

.myBgColor { background-color: #593030; }

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

This div background color is #593030.


Border color

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

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

This div border color is #593030.


Opacity

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

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

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

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

This text has shadow with #593030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593030 on black background.


Color preview on white background

This text has color #593030 on white background.



Black color preview on #593030 background

This text has black color on #593030 background.


White color preview on #593030 background

This text has white color on #593030 background.