COLOR #590F50

HEX: #590F50
RGB: (89,15,80)

Renk bilgisi

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

RGB renk modeli

#590F50 color RGB value is (89,15,80).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 15 of 255 = 6%
B 80 of 255 = 31%

89
15
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 15 + 80 = 184 (100%)
R 89 of 184 ~ 48.37%
G 15 of 184 ~ 8.15%
B 80 of 184 ~ 43.48%

%48.37
%43.48

CMYK RENK MODELİ

#590F50 rengi CMYK tonu (0,83,10,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 83.15%
  • sarı tonu 10.11%
  • ana renk tonu 65.10%
CMYK:
(0,83,10,65)
C0M83Y10K65 
(0%,83%,10%,65%)
(0.00/0.83/0.10/0.65)	

CMYK yüzdeleri

%0
%83.15
%10.11
%65.1

Codes

Color #590F50 in popluar color models

590F50
RGB891580
HSL307°71.15%20.39%
HSB/HSV307°83.15%34.90%
CMYK0.00%83.15%10.11%
65.10%

Color #590F50 in popluar number systems.

HEX590F50
Decimal891580
Binary101100111111010000
Octal13117120

Shades and tints

Shades of #590F50

#590F50
(89,15,80)
#510E49
(81,14,73)
#490D42
(73,13,66)
#410C3B
(65,12,59)
#390B34
(57,11,52)
#310A2D
(49,10,45)
#290926
(41,9,38)
#21081F
(33,8,31)
#190718
(25,7,24)
#110611
(17,6,17)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #590F50

#590F50
(89,15,80)
#68245F
(104,36,95)
#77396E
(119,57,110)
#864E7D
(134,78,125)
#95638C
(149,99,140)
#A4789B
(164,120,155)
#B38DAA
(179,141,170)
#C2A2B9
(194,162,185)
#D1B7C8
(209,183,200)
#E0CCD7
(224,204,215)
#EFE1E6
(239,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590F50; }

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

This text font color is #590F50.


Background Color

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

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

This div background color is #590F50.


Border color

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

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

This div border color is #590F50.


Opacity

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

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

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

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

This text has shadow with #590F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590F50 on black background.


Color preview on white background

This text has color #590F50 on white background.



Black color preview on #590F50 background

This text has black color on #590F50 background.


White color preview on #590F50 background

This text has white color on #590F50 background.