COLOR #590841

HEX: #590841
RGB: (89,8,65)

Renk bilgisi

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

RGB renk modeli

#590841 color RGB value is (89,8,65).

  • kırmız ton 89;
  • yeşil ton 8;
  • mavi ton 65.
RGB:
(89,8,65)
(35%,3%,25%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 8 of 255 = 3%
B 65 of 255 = 25%

89
8
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 8 + 65 = 162 (100%)
R 89 of 162 ~ 54.94%
G 8 of 162 ~ 4.94%
B 65 of 162 ~ 40.12%

%54.94
%40.12

CMYK RENK MODELİ

#590841 rengi CMYK tonu (0,91,27,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 91.01%
  • sarı tonu 26.97%
  • ana renk tonu 65.10%
CMYK:
(0,91,27,65)
C0M91Y27K65 
(0%,91%,27%,65%)
(0.00/0.91/0.27/0.65)	

CMYK yüzdeleri

%0
%91.01
%26.97
%65.1

Codes

Color #590841 in popluar color models

590841
RGB89865
HSL318°83.51%19.02%
HSB/HSV318°91.01%34.90%
CMYK0.00%91.01%26.97%
65.10%

Color #590841 in popluar number systems.

HEX590841
Decimal89865
Binary101100110001000001
Octal13110101

Shades and tints

Shades of #590841

#590841
(89,8,65)
#51083C
(81,8,60)
#490837
(73,8,55)
#410832
(65,8,50)
#39082D
(57,8,45)
#310828
(49,8,40)
#290823
(41,8,35)
#21081E
(33,8,30)
#190819
(25,8,25)
#110814
(17,8,20)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #590841

#590841
(89,8,65)
#681E52
(104,30,82)
#773463
(119,52,99)
#864A74
(134,74,116)
#956085
(149,96,133)
#A47696
(164,118,150)
#B38CA7
(179,140,167)
#C2A2B8
(194,162,184)
#D1B8C9
(209,184,201)
#E0CEDA
(224,206,218)
#EFE4EB
(239,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590841; }

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

This text font color is #590841.


Background Color

.myBgColor { background-color: #590841; }

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

This div background color is #590841.


Border color

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

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

This div border color is #590841.


Opacity

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

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

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

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

This text has shadow with #590841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590841 on black background.


Color preview on white background

This text has color #590841 on white background.



Black color preview on #590841 background

This text has black color on #590841 background.


White color preview on #590841 background

This text has white color on #590841 background.