COLOR #58131E

HEX: #58131E
RGB: (88,19,30)

Color info

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

RGB color model

#58131E color RGB value is (88,19,30).

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

RGB channels and saturation

R 88 of 255 = 35%
G 19 of 255 = 7%
B 30 of 255 = 12%

88
19
30

R + G + B ~ 18%. #58131E is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 19 + 30 = 137 (100%)
R 88 of 137 ~ 64.23%
G 19 of 137 ~ 13.87%
B 30 of 137 ~ 21.9%

%64.23
%13.87
%21.9

CMYK color model

#58131E color CMYK value is (0,78,66,65).

  • cyan value is 0.00%
  • magenta value is 78.41%
  • yellow value is 65.91%
  • key color value is 65.49%
CMYK:
(0,78,66,65)
C0M78Y66K65 
(0%,78%,66%,65%)
(0.00/0.78/0.66/0.65)	

CMYK percentages

%0
%78.41
%65.91
%65.49

Codes

Color #58131E in popluar color models

58131E
RGB881930
HSL350°64.49%20.98%
HSB/HSV350°78.41%34.51%
CMYK0.00%78.41%65.91%
65.49%

Color #58131E in popluar number systems.

HEX58131E
Decimal881930
Binary10110001001111110
Octal1302336

Shades and tints

Shades of #58131E

#58131E
(88,19,30)
#50121C
(80,18,28)
#48111A
(72,17,26)
#401018
(64,16,24)
#380F16
(56,15,22)
#300E14
(48,14,20)
#280D12
(40,13,18)
#200C10
(32,12,16)
#180B0E
(24,11,14)
#100A0C
(16,10,12)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #58131E

#58131E
(88,19,30)
#672832
(103,40,50)
#763D46
(118,61,70)
#85525A
(133,82,90)
#94676E
(148,103,110)
#A37C82
(163,124,130)
#B29196
(178,145,150)
#C1A6AA
(193,166,170)
#D0BBBE
(208,187,190)
#DFD0D2
(223,208,210)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58131E; }

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

This text font color is #58131E.


Background Color

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

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

This div background color is #58131E.


Border color

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

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

This div border color is #58131E.


Opacity

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

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

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

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

This text has shadow with #58131E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58131E on black background.


Color preview on white background

This text has color #58131E on white background.



Black color preview on #58131E background

This text has black color on #58131E background.


White color preview on #58131E background

This text has white color on #58131E background.