COLOR #58111F

HEX: #58111F
RGB: (88,17,31)

Color info

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

RGB color model

#58111F color RGB value is (88,17,31).

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

RGB channels and saturation

R 88 of 255 = 35%
G 17 of 255 = 7%
B 31 of 255 = 12%

88
17
31

R + G + B ~ 18%. #58111F is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 17 + 31 = 136 (100%)
R 88 of 136 ~ 64.71%
G 17 of 136 ~ 12.5%
B 31 of 136 ~ 22.79%

%64.71
%12.5
%22.79

CMYK color model

#58111F color CMYK value is (0,81,65,65).

  • cyan value is 0.00%
  • magenta value is 80.68%
  • yellow value is 64.77%
  • key color value is 65.49%
CMYK:
(0,81,65,65)
C0M81Y65K65 
(0%,81%,65%,65%)
(0.00/0.81/0.65/0.65)	

CMYK percentages

%0
%80.68
%64.77
%65.49

Codes

Color #58111F in popluar color models

58111F
RGB881731
HSL348°67.62%20.59%
HSB/HSV348°80.68%34.51%
CMYK0.00%80.68%64.77%
65.49%

Color #58111F in popluar number systems.

HEX58111F
Decimal881731
Binary10110001000111111
Octal1302137

Shades and tints

Shades of #58111F

#58111F
(88,17,31)
#50101D
(80,16,29)
#480F1B
(72,15,27)
#400E19
(64,14,25)
#380D17
(56,13,23)
#300C15
(48,12,21)
#280B13
(40,11,19)
#200A11
(32,10,17)
#18090F
(24,9,15)
#10080D
(16,8,13)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #58111F

#58111F
(88,17,31)
#672633
(103,38,51)
#763B47
(118,59,71)
#85505B
(133,80,91)
#94656F
(148,101,111)
#A37A83
(163,122,131)
#B28F97
(178,143,151)
#C1A4AB
(193,164,171)
#D0B9BF
(208,185,191)
#DFCED3
(223,206,211)
#EEE3E7
(238,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58111F; }

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

This text font color is #58111F.


Background Color

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

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

This div background color is #58111F.


Border color

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

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

This div border color is #58111F.


Opacity

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

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

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

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

This text has shadow with #58111F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58111F on black background.


Color preview on white background

This text has color #58111F on white background.



Black color preview on #58111F background

This text has black color on #58111F background.


White color preview on #58111F background

This text has white color on #58111F background.