COLOR #58091E

HEX: #58091E
RGB: (88,9,30)

Color info

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

RGB color model

#58091E color RGB value is (88,9,30).

  • red value is 88;
  • green value is 9;
  • blue value is 30.
RGB:
(88,9,30)
(35%,4%,12%)

RGB channels and saturation

R 88 of 255 = 35%
G 9 of 255 = 4%
B 30 of 255 = 12%

88
9
30

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

Portions of RGB colors in percentages

R + G + B =
88 + 9 + 30 = 127 (100%)
R 88 of 127 ~ 69.29%
G 9 of 127 ~ 7.09%
B 30 of 127 ~ 23.62%

%69.29
%23.62

CMYK color model

#58091E color CMYK value is (0,90,66,65).

  • cyan value is 0.00%
  • magenta value is 89.77%
  • yellow value is 65.91%
  • key color value is 65.49%
CMYK:
(0,90,66,65)
C0M90Y66K65 
(0%,90%,66%,65%)
(0.00/0.90/0.66/0.65)	

CMYK percentages

%0
%89.77
%65.91
%65.49

Codes

Color #58091E in popluar color models

58091E
RGB88930
HSL344°81.44%19.02%
HSB/HSV344°89.77%34.51%
CMYK0.00%89.77%65.91%
65.49%

Color #58091E in popluar number systems.

HEX58091E
Decimal88930
Binary1011000100111110
Octal1301136

Shades and tints

Shades of #58091E

#58091E
(88,9,30)
#50091C
(80,9,28)
#48091A
(72,9,26)
#400918
(64,9,24)
#380916
(56,9,22)
#300914
(48,9,20)
#280912
(40,9,18)
#200910
(32,9,16)
#18090E
(24,9,14)
#10090C
(16,9,12)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #58091E

#58091E
(88,9,30)
#671F32
(103,31,50)
#763546
(118,53,70)
#854B5A
(133,75,90)
#94616E
(148,97,110)
#A37782
(163,119,130)
#B28D96
(178,141,150)
#C1A3AA
(193,163,170)
#D0B9BE
(208,185,190)
#DFCFD2
(223,207,210)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58091E color. Also use rgb(88,9,30) instead hex code.

Text Font Color

.myTextColor { color: #58091E; }

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

This text font color is #58091E.


Background Color

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

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

This div background color is #58091E.


Border color

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

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

This div border color is #58091E.


Opacity

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

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

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

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

This text has shadow with #58091E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58091E on black background.


Color preview on white background

This text has color #58091E on white background.



Black color preview on #58091E background

This text has black color on #58091E background.


White color preview on #58091E background

This text has white color on #58091E background.