COLOR #590503

HEX: #590503 RGB: (89,5,3)

Color info

#590503 contains mainly red color. Web safe color of #590503 is #660000 (or #600).

RGB color model

#590503 color RGB value is (89,5,3).

RGB: (89,5,3) (35%, 2%, 1%)

RGB channels and saturation

R 89 of 255 = 35%
G 5 of 255 = 2%
B 3 of 255 = 1%

89
5
3

R + G + B ~ 13%. #590503 is dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 5 + 3 = 97 (100%)
R 89 of 97 ~ 91.75%
G 5 of 97 ~ 5.15%
B 3 of 97 ~ 3.09'%

%91.75

CMYK color model

#590503 color CMYK value is (0,94,97,65).

  • cyan value is 0.00%
  • magenta value is 94.38%
  • yellow value is 96.63%
  • key color value is 65.10%

CMYK: (0,94,97,65)
C0M94Y97K65 (0%, 94%, 97%, 65%)
(0.00 / 0.94 / 0.97 / 0.65)

CMYK percentages

%0
%94.38
%96.63
%65.1

Codes

Color #590503 in popluar color models

59 05 03
RGB 89 5 3
HSL 93.48% 18.04%
HSB/HSV 96.63% 34.90%
CMYK 0.00% 94.38% 96.63%
65.10%

Color #590503 in popluar number systems.

HEX 59 05 03
Decimal 89 5 3
Binary 1011001 101 11
Octal 131 5 3

Shades and tints

Shades of #590503

#590503
(89,5,3)
#510503
(81,5,3)
#490503
(73,5,3)
#410503
(65,5,3)
#390503
(57,5,3)
#310503
(49,5,3)
#290503
(41,5,3)
#210503
(33,5,3)
#190503
(25,5,3)
#110503
(17,5,3)
#090503
(9,5,3)
#000000
(0,0,0)

Tints of #590503

#590503
(89,5,3)
#681B19
(104,27,25)
#77312F
(119,49,47)
#864745
(134,71,69)
#955D5B
(149,93,91)
#A47371
(164,115,113)
#B38987
(179,137,135)
#C29F9D
(194,159,157)
#D1B5B3
(209,181,179)
#E0CBC9
(224,203,201)
#EFE1DF
(239,225,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590503 color. Also use rgb(89,5,3) instead hex code.

Text Font Color

.myTextColor { color: #590503; }

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

This text font color is #590503.

Background Color

.myBgColor { background-color: #590503; }

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

This div background color is #590503.

Border color

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

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

This div border color is #590503.

Opacity

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

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

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

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

This text has shadow with #590503 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #590503.

Preview

Color preview on black background

This text has color #590503 on black background.


Color preview on white background

This text has color #590503 on white background.


Black color preview on #590503 background

This text has black color on #590503 background.


White color preview on #590503 background

This text has white color on #590503 background.


Related colors

Complementary color

Complementary color for #hex is #A6FAFC.


I love getcolorcode.com

Triadic colors

1 #035905 and #050359 with #590503 are triadic colors.

2 #030559 and #055903 with #590503 are triadic colors.