COLOR #590046

HEX: #590046
RGB: (89,0,70)

Renk bilgisi

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

RGB renk modeli

#590046 color RGB value is (89,0,70).

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

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 0 of 255 = 0%
B 70 of 255 = 27%

89
0
70

R + G + B ~ 21%. #590046 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 0 + 70 = 159 (100%)
R 89 of 159 ~ 55.97%
G 0 of 159 ~ 0%
B 70 of 159 ~ 44.03%

%55.97
%44.03

CMYK RENK MODELİ

#590046 rengi CMYK tonu (0,100,21,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 21.35%
  • ana renk tonu 65.10%
CMYK:
(0,100,21,65)
C0M100Y21K65 
(0%,100%,21%,65%)
(0.00/1.00/0.21/0.65)	

CMYK yüzdeleri

%0
%100
%21.35
%65.1

Codes

Color #590046 in popluar color models

590046
RGB89070
HSL313°100.00%17.45%
HSB/HSV313°100.00%34.90%
CMYK0.00%100.00%21.35%
65.10%

Color #590046 in popluar number systems.

HEX590046
Decimal89070
Binary101100101000110
Octal1310106

Shades and tints

Shades of #590046

#590046
(89,0,70)
#510040
(81,0,64)
#49003A
(73,0,58)
#410034
(65,0,52)
#39002E
(57,0,46)
#310028
(49,0,40)
#290022
(41,0,34)
#21001C
(33,0,28)
#190016
(25,0,22)
#110010
(17,0,16)
#09000A
(9,0,10)
#000000
(0,0,0)

Tints of #590046

#590046
(89,0,70)
#681756
(104,23,86)
#772E66
(119,46,102)
#864576
(134,69,118)
#955C86
(149,92,134)
#A47396
(164,115,150)
#B38AA6
(179,138,166)
#C2A1B6
(194,161,182)
#D1B8C6
(209,184,198)
#E0CFD6
(224,207,214)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590046; }

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

This text font color is #590046.


Background Color

.myBgColor { background-color: #590046; }

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

This div background color is #590046.


Border color

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

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

This div border color is #590046.


Opacity

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

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

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

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

This text has shadow with #590046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590046 on black background.


Color preview on white background

This text has color #590046 on white background.



Black color preview on #590046 background

This text has black color on #590046 background.


White color preview on #590046 background

This text has white color on #590046 background.