COLOR #590A36

HEX: #590A36
RGB: (89,10,54)

Renk bilgisi

#590A36 contains mainly red and blue colors. #590A36 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#590A36 color RGB value is (89,10,54).

  • kırmız ton 89;
  • yeşil ton 10;
  • mavi ton 54.
RGB:
(89,10,54)
(35%,4%,21%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 10 of 255 = 4%
B 54 of 255 = 21%

89
10
54

R + G + B ~ 20%. #590A36 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 10 + 54 = 153 (100%)
R 89 of 153 ~ 58.17%
G 10 of 153 ~ 6.54%
B 54 of 153 ~ 35.29%

%58.17
%35.29

CMYK RENK MODELİ

#590A36 rengi CMYK tonu (0,89,39,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 88.76%
  • sarı tonu 39.33%
  • ana renk tonu 65.10%
CMYK:
(0,89,39,65)
C0M89Y39K65 
(0%,89%,39%,65%)
(0.00/0.89/0.39/0.65)	

CMYK yüzdeleri

%0
%88.76
%39.33
%65.1

Codes

Color #590A36 in popluar color models

590A36
RGB891054
HSL327°79.80%19.41%
HSB/HSV327°88.76%34.90%
CMYK0.00%88.76%39.33%
65.10%

Color #590A36 in popluar number systems.

HEX590A36
Decimal891054
Binary10110011010110110
Octal1311266

Shades and tints

Shades of #590A36

#590A36
(89,10,54)
#510A32
(81,10,50)
#490A2E
(73,10,46)
#410A2A
(65,10,42)
#390A26
(57,10,38)
#310A22
(49,10,34)
#290A1E
(41,10,30)
#210A1A
(33,10,26)
#190A16
(25,10,22)
#110A12
(17,10,18)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #590A36

#590A36
(89,10,54)
#682048
(104,32,72)
#77365A
(119,54,90)
#864C6C
(134,76,108)
#95627E
(149,98,126)
#A47890
(164,120,144)
#B38EA2
(179,142,162)
#C2A4B4
(194,164,180)
#D1BAC6
(209,186,198)
#E0D0D8
(224,208,216)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590A36 color. Also use rgb(89,10,54) instead hex code.

Text Font Color

.myTextColor { color: #590A36; }

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

This text font color is #590A36.


Background Color

.myBgColor { background-color: #590A36; }

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

This div background color is #590A36.


Border color

.myBorderColor { border: 1px solid #590A36; }

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

This div border color is #590A36.


Opacity

.myOpacity80 { color: #590A36; opacity: 0.8; }

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

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

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

This text has shadow with #590A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590A36 on black background.


Color preview on white background

This text has color #590A36 on white background.



Black color preview on #590A36 background

This text has black color on #590A36 background.


White color preview on #590A36 background

This text has white color on #590A36 background.