COLOR #590D33

HEX: #590D33
RGB: (89,13,51)

Color info

#590D33 contains mainly red and blue colors. Web safe color of #590D33 is #660033 (or #603).

RGB color model

#590D33 color RGB value is (89,13,51).

  • red value is 89;
  • green value is 13;
  • blue value is 51.
RGB:
(89,13,51)
(35%,5%,20%)

RGB channels and saturation

R 89 of 255 = 35%
G 13 of 255 = 5%
B 51 of 255 = 20%

89
13
51

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

Portions of RGB colors in percentages

R + G + B =
89 + 13 + 51 = 153 (100%)
R 89 of 153 ~ 58.17%
G 13 of 153 ~ 8.5%
B 51 of 153 ~ 33.33%

%58.17
%33.33

CMYK color model

#590D33 color CMYK value is (0,85,43,65).

  • cyan value is 0.00%
  • magenta value is 85.39%
  • yellow value is 42.70%
  • key color value is 65.10%
CMYK:
(0,85,43,65)
C0M85Y43K65 
(0%,85%,43%,65%)
(0.00/0.85/0.43/0.65)	

CMYK percentages

%0
%85.39
%42.7
%65.1

Codes

Color #590D33 in popluar color models

590D33
RGB891351
HSL330°74.51%20.00%
HSB/HSV330°85.39%34.90%
CMYK0.00%85.39%42.70%
65.10%

Color #590D33 in popluar number systems.

HEX590D33
Decimal891351
Binary10110011101110011
Octal1311563

Shades and tints

Shades of #590D33

#590D33
(89,13,51)
#510C2F
(81,12,47)
#490B2B
(73,11,43)
#410A27
(65,10,39)
#390923
(57,9,35)
#31081F
(49,8,31)
#29071B
(41,7,27)
#210617
(33,6,23)
#190513
(25,5,19)
#11040F
(17,4,15)
#09030B
(9,3,11)
#000000
(0,0,0)

Tints of #590D33

#590D33
(89,13,51)
#682345
(104,35,69)
#773957
(119,57,87)
#864F69
(134,79,105)
#95657B
(149,101,123)
#A47B8D
(164,123,141)
#B3919F
(179,145,159)
#C2A7B1
(194,167,177)
#D1BDC3
(209,189,195)
#E0D3D5
(224,211,213)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590D33 color. Also use rgb(89,13,51) instead hex code.

Text Font Color

.myTextColor { color: #590D33; }

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

This text font color is #590D33.


Background Color

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

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

This div background color is #590D33.


Border color

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

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

This div border color is #590D33.


Opacity

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

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

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

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

This text has shadow with #590D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590D33 on black background.


Color preview on white background

This text has color #590D33 on white background.



Black color preview on #590D33 background

This text has black color on #590D33 background.


White color preview on #590D33 background

This text has white color on #590D33 background.