COLOR #590F5E

HEX: #590F5E
RGB: (89,15,94)

Renk bilgisi

#590F5E contains mainly red and blue colors. #590F5E ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#590F5E color RGB value is (89,15,94).

  • kırmız ton 89;
  • yeşil ton 15;
  • mavi ton 94.
RGB:
(89,15,94)
(35%,6%,37%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 15 of 255 = 6%
B 94 of 255 = 37%

89
15
94

R + G + B ~ 26%. #590F5E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 15 + 94 = 198 (100%)
R 89 of 198 ~ 44.95%
G 15 of 198 ~ 7.58%
B 94 of 198 ~ 47.47%

%44.95
%47.47

CMYK RENK MODELİ

#590F5E rengi CMYK tonu (5,84,0,63).

  • camgöbeği tonu 5.32%
  • eflatun tonu 84.04%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(5,84,0,63)
C5M84Y0K63 
(5%,84%,0%,63%)
(0.05/0.84/0.00/0.63)	

CMYK yüzdeleri

%5.32
%84.04
%0
%63.14

Codes

Color #590F5E in popluar color models

590F5E
RGB891594
HSL296°72.48%21.37%
HSB/HSV296°84.04%36.86%
CMYK5.32%84.04%0.00%
63.14%

Color #590F5E in popluar number systems.

HEX590F5E
Decimal891594
Binary101100111111011110
Octal13117136

Shades and tints

Shades of #590F5E

#590F5E
(89,15,94)
#510E56
(81,14,86)
#490D4E
(73,13,78)
#410C46
(65,12,70)
#390B3E
(57,11,62)
#310A36
(49,10,54)
#29092E
(41,9,46)
#210826
(33,8,38)
#19071E
(25,7,30)
#110616
(17,6,22)
#09050E
(9,5,14)
#000000
(0,0,0)

Tints of #590F5E

#590F5E
(89,15,94)
#68246C
(104,36,108)
#77397A
(119,57,122)
#864E88
(134,78,136)
#956396
(149,99,150)
#A478A4
(164,120,164)
#B38DB2
(179,141,178)
#C2A2C0
(194,162,192)
#D1B7CE
(209,183,206)
#E0CCDC
(224,204,220)
#EFE1EA
(239,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590F5E color. Also use rgb(89,15,94) instead hex code.

Text Font Color

.myTextColor { color: #590F5E; }

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

This text font color is #590F5E.


Background Color

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

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

This div background color is #590F5E.


Border color

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

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

This div border color is #590F5E.


Opacity

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

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

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

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

This text has shadow with #590F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590F5E on black background.


Color preview on white background

This text has color #590F5E on white background.



Black color preview on #590F5E background

This text has black color on #590F5E background.


White color preview on #590F5E background

This text has white color on #590F5E background.