COLOR #58001F

HEX: #58001F
RGB: (88,0,31)

Color info

#58001F contains only red and blue colors. Web safe color of #58001F is #660033 (or #603).

RGB color model

#58001F color RGB value is (88,0,31).

  • red value is 88;
  • green value is 0;
  • blue value is 31.
RGB:
(88,0,31)
(35%,0%,12%)

RGB channels and saturation

R 88 of 255 = 35%
G 0 of 255 = 0%
B 31 of 255 = 12%

88
0
31

R + G + B ~ 16%. #58001F is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 0 + 31 = 119 (100%)
R 88 of 119 ~ 73.95%
G 0 of 119 ~ 0%
B 31 of 119 ~ 26.05%

%73.95
%26.05

CMYK color model

#58001F color CMYK value is (0,100,65,65).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 64.77%
  • key color value is 65.49%
CMYK:
(0,100,65,65)
C0M100Y65K65 
(0%,100%,65%,65%)
(0.00/1.00/0.65/0.65)	

CMYK percentages

%0
%100
%64.77
%65.49

Codes

Color #58001F in popluar color models

58001F
RGB88031
HSL339°100.00%17.25%
HSB/HSV339°100.00%34.51%
CMYK0.00%100.00%64.77%
65.49%

Color #58001F in popluar number systems.

HEX58001F
Decimal88031
Binary1011000011111
Octal130037

Shades and tints

Shades of #58001F

#58001F
(88,0,31)
#50001D
(80,0,29)
#48001B
(72,0,27)
#400019
(64,0,25)
#380017
(56,0,23)
#300015
(48,0,21)
#280013
(40,0,19)
#200011
(32,0,17)
#18000F
(24,0,15)
#10000D
(16,0,13)
#08000B
(8,0,11)
#000000
(0,0,0)

Tints of #58001F

#58001F
(88,0,31)
#671733
(103,23,51)
#762E47
(118,46,71)
#85455B
(133,69,91)
#945C6F
(148,92,111)
#A37383
(163,115,131)
#B28A97
(178,138,151)
#C1A1AB
(193,161,171)
#D0B8BF
(208,184,191)
#DFCFD3
(223,207,211)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58001F color. Also use rgb(88,0,31) instead hex code.

Text Font Color

.myTextColor { color: #58001F; }

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

This text font color is #58001F.


Background Color

.myBgColor { background-color: #58001F; }

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

This div background color is #58001F.


Border color

.myBorderColor { border: 1px solid #58001F; }

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

This div border color is #58001F.


Opacity

.myOpacity80 { color: #58001F; opacity: 0.8; }

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

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

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

This text has shadow with #58001F color.

.textShadow {text-shadow: 3px 3px 1px #58001F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58001F on black background.


Color preview on white background

This text has color #58001F on white background.



Black color preview on #58001F background

This text has black color on #58001F background.


White color preview on #58001F background

This text has white color on #58001F background.