COLOR #59071E

HEX: #59071E
RGB: (89,7,30)

Color info

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

RGB color model

#59071E color RGB value is (89,7,30).

  • red value is 89;
  • green value is 7;
  • blue value is 30.
RGB:
(89,7,30)
(35%,3%,12%)

RGB channels and saturation

R 89 of 255 = 35%
G 7 of 255 = 3%
B 30 of 255 = 12%

89
7
30

R + G + B ~ 17%. #59071E is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 7 + 30 = 126 (100%)
R 89 of 126 ~ 70.63%
G 7 of 126 ~ 5.56%
B 30 of 126 ~ 23.81%

%70.63
%23.81

CMYK color model

#59071E color CMYK value is (0,92,66,65).

  • cyan value is 0.00%
  • magenta value is 92.13%
  • yellow value is 66.29%
  • key color value is 65.10%
CMYK:
(0,92,66,65)
C0M92Y66K65 
(0%,92%,66%,65%)
(0.00/0.92/0.66/0.65)	

CMYK percentages

%0
%92.13
%66.29
%65.1

Codes

Color #59071E in popluar color models

59071E
RGB89730
HSL343°85.42%18.82%
HSB/HSV343°92.13%34.90%
CMYK0.00%92.13%66.29%
65.10%

Color #59071E in popluar number systems.

HEX59071E
Decimal89730
Binary101100111111110
Octal131736

Shades and tints

Shades of #59071E

#59071E
(89,7,30)
#51071C
(81,7,28)
#49071A
(73,7,26)
#410718
(65,7,24)
#390716
(57,7,22)
#310714
(49,7,20)
#290712
(41,7,18)
#210710
(33,7,16)
#19070E
(25,7,14)
#11070C
(17,7,12)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #59071E

#59071E
(89,7,30)
#681D32
(104,29,50)
#773346
(119,51,70)
#86495A
(134,73,90)
#955F6E
(149,95,110)
#A47582
(164,117,130)
#B38B96
(179,139,150)
#C2A1AA
(194,161,170)
#D1B7BE
(209,183,190)
#E0CDD2
(224,205,210)
#EFE3E6
(239,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59071E color. Also use rgb(89,7,30) instead hex code.

Text Font Color

.myTextColor { color: #59071E; }

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

This text font color is #59071E.


Background Color

.myBgColor { background-color: #59071E; }

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

This div background color is #59071E.


Border color

.myBorderColor { border: 1px solid #59071E; }

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

This div border color is #59071E.


Opacity

.myOpacity80 { color: #59071E; opacity: 0.8; }

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

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

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

This text has shadow with #59071E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59071E on black background.


Color preview on white background

This text has color #59071E on white background.



Black color preview on #59071E background

This text has black color on #59071E background.


White color preview on #59071E background

This text has white color on #59071E background.