COLOR #58010F

HEX: #58010F
RGB: (88,1,15)

Color info

#58010F contains mainly red color. Web safe color of #58010F is #660000 (or #600).

RGB color model

#58010F color RGB value is (88,1,15).

  • red value is 88;
  • green value is 1;
  • blue value is 15.
RGB:
(88,1,15)
(35%,0%,6%)

RGB channels and saturation

R 88 of 255 = 35%
G 1 of 255 = 0%
B 15 of 255 = 6%

88
1
15

R + G + B ~ 14%. #58010F is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 1 + 15 = 104 (100%)
R 88 of 104 ~ 84.62%
G 1 of 104 ~ 0.96%
B 15 of 104 ~ 14.42%

%84.62
%14.42

CMYK color model

#58010F color CMYK value is (0,99,83,65).

  • cyan value is 0.00%
  • magenta value is 98.86%
  • yellow value is 82.95%
  • key color value is 65.49%
CMYK:
(0,99,83,65)
C0M99Y83K65 
(0%,99%,83%,65%)
(0.00/0.99/0.83/0.65)	

CMYK percentages

%0
%98.86
%82.95
%65.49

Codes

Color #58010F in popluar color models

58010F
RGB88115
HSL350°97.75%17.45%
HSB/HSV350°98.86%34.51%
CMYK0.00%98.86%82.95%
65.49%

Color #58010F in popluar number systems.

HEX58010F
Decimal88115
Binary101100011111
Octal130117

Shades and tints

Shades of #58010F

#58010F
(88,1,15)
#50010E
(80,1,14)
#48010D
(72,1,13)
#40010C
(64,1,12)
#38010B
(56,1,11)
#30010A
(48,1,10)
#280109
(40,1,9)
#200108
(32,1,8)
#180107
(24,1,7)
#100106
(16,1,6)
#080105
(8,1,5)
#000000
(0,0,0)

Tints of #58010F

#58010F
(88,1,15)
#671824
(103,24,36)
#762F39
(118,47,57)
#85464E
(133,70,78)
#945D63
(148,93,99)
#A37478
(163,116,120)
#B28B8D
(178,139,141)
#C1A2A2
(193,162,162)
#D0B9B7
(208,185,183)
#DFD0CC
(223,208,204)
#EEE7E1
(238,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58010F color. Also use rgb(88,1,15) instead hex code.

Text Font Color

.myTextColor { color: #58010F; }

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

This text font color is #58010F.


Background Color

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

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

This div background color is #58010F.


Border color

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

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

This div border color is #58010F.


Opacity

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

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

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

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

This text has shadow with #58010F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58010F on black background.


Color preview on white background

This text has color #58010F on white background.



Black color preview on #58010F background

This text has black color on #58010F background.


White color preview on #58010F background

This text has white color on #58010F background.