COLOR #59031D

HEX: #59031D
RGB: (89,3,29)

Color info

#59031D contains mainly red color. Web safe color of #59031D is #660033 (or #603).

RGB color model

#59031D color RGB value is (89,3,29).

  • red value is 89;
  • green value is 3;
  • blue value is 29.
RGB:
(89,3,29)
(35%,1%,11%)

RGB channels and saturation

R 89 of 255 = 35%
G 3 of 255 = 1%
B 29 of 255 = 11%

89
3
29

R + G + B ~ 16%. #59031D is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 3 + 29 = 121 (100%)
R 89 of 121 ~ 73.55%
G 3 of 121 ~ 2.48%
B 29 of 121 ~ 23.97%

%73.55
%23.97

CMYK color model

#59031D color CMYK value is (0,97,67,65).

  • cyan value is 0.00%
  • magenta value is 96.63%
  • yellow value is 67.42%
  • key color value is 65.10%
CMYK:
(0,97,67,65)
C0M97Y67K65 
(0%,97%,67%,65%)
(0.00/0.97/0.67/0.65)	

CMYK percentages

%0
%96.63
%67.42
%65.1

Codes

Color #59031D in popluar color models

59031D
RGB89329
HSL342°93.48%18.04%
HSB/HSV342°96.63%34.90%
CMYK0.00%96.63%67.42%
65.10%

Color #59031D in popluar number systems.

HEX59031D
Decimal89329
Binary10110011111101
Octal131335

Shades and tints

Shades of #59031D

#59031D
(89,3,29)
#51031B
(81,3,27)
#490319
(73,3,25)
#410317
(65,3,23)
#390315
(57,3,21)
#310313
(49,3,19)
#290311
(41,3,17)
#21030F
(33,3,15)
#19030D
(25,3,13)
#11030B
(17,3,11)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #59031D

#59031D
(89,3,29)
#681931
(104,25,49)
#772F45
(119,47,69)
#864559
(134,69,89)
#955B6D
(149,91,109)
#A47181
(164,113,129)
#B38795
(179,135,149)
#C29DA9
(194,157,169)
#D1B3BD
(209,179,189)
#E0C9D1
(224,201,209)
#EFDFE5
(239,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59031D; }

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

This text font color is #59031D.


Background Color

.myBgColor { background-color: #59031D; }

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

This div background color is #59031D.


Border color

.myBorderColor { border: 1px solid #59031D; }

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

This div border color is #59031D.


Opacity

.myOpacity80 { color: #59031D; opacity: 0.8; }

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

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

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

This text has shadow with #59031D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59031D on black background.


Color preview on white background

This text has color #59031D on white background.



Black color preview on #59031D background

This text has black color on #59031D background.


White color preview on #59031D background

This text has white color on #59031D background.