COLOR #58181F

HEX: #58181F
RGB: (88,24,31)

Color info

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

RGB color model

#58181F color RGB value is (88,24,31).

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

RGB channels and saturation

R 88 of 255 = 35%
G 24 of 255 = 9%
B 31 of 255 = 12%

88
24
31

R + G + B ~ 19%. #58181F is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 24 + 31 = 143 (100%)
R 88 of 143 ~ 61.54%
G 24 of 143 ~ 16.78%
B 31 of 143 ~ 21.68%

%61.54
%16.78
%21.68

CMYK color model

#58181F color CMYK value is (0,73,65,65).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 64.77%
  • key color value is 65.49%
CMYK:
(0,73,65,65)
C0M73Y65K65 
(0%,73%,65%,65%)
(0.00/0.73/0.65/0.65)	

CMYK percentages

%0
%72.73
%64.77
%65.49

Codes

Color #58181F in popluar color models

58181F
RGB882431
HSL353°57.14%21.96%
HSB/HSV353°72.73%34.51%
CMYK0.00%72.73%64.77%
65.49%

Color #58181F in popluar number systems.

HEX58181F
Decimal882431
Binary10110001100011111
Octal1303037

Shades and tints

Shades of #58181F

#58181F
(88,24,31)
#50161D
(80,22,29)
#48141B
(72,20,27)
#401219
(64,18,25)
#381017
(56,16,23)
#300E15
(48,14,21)
#280C13
(40,12,19)
#200A11
(32,10,17)
#18080F
(24,8,15)
#10060D
(16,6,13)
#08040B
(8,4,11)
#000000
(0,0,0)

Tints of #58181F

#58181F
(88,24,31)
#672D33
(103,45,51)
#764247
(118,66,71)
#85575B
(133,87,91)
#946C6F
(148,108,111)
#A38183
(163,129,131)
#B29697
(178,150,151)
#C1ABAB
(193,171,171)
#D0C0BF
(208,192,191)
#DFD5D3
(223,213,211)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58181F; }

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

This text font color is #58181F.


Background Color

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

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

This div background color is #58181F.


Border color

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

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

This div border color is #58181F.


Opacity

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

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

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

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

This text has shadow with #58181F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58181F on black background.


Color preview on white background

This text has color #58181F on white background.



Black color preview on #58181F background

This text has black color on #58181F background.


White color preview on #58181F background

This text has white color on #58181F background.