COLOR #58141D

HEX: #58141D
RGB: (88,20,29)

Color info

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

RGB color model

#58141D color RGB value is (88,20,29).

  • red value is 88;
  • green value is 20;
  • blue value is 29.
RGB:
(88,20,29)
(35%,8%,11%)

RGB channels and saturation

R 88 of 255 = 35%
G 20 of 255 = 8%
B 29 of 255 = 11%

88
20
29

R + G + B ~ 18%. #58141D is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 20 + 29 = 137 (100%)
R 88 of 137 ~ 64.23%
G 20 of 137 ~ 14.6%
B 29 of 137 ~ 21.17%

%64.23
%14.6
%21.17

CMYK color model

#58141D color CMYK value is (0,77,67,65).

  • cyan value is 0.00%
  • magenta value is 77.27%
  • yellow value is 67.05%
  • key color value is 65.49%
CMYK:
(0,77,67,65)
C0M77Y67K65 
(0%,77%,67%,65%)
(0.00/0.77/0.67/0.65)	

CMYK percentages

%0
%77.27
%67.05
%65.49

Codes

Color #58141D in popluar color models

58141D
RGB882029
HSL352°62.96%21.18%
HSB/HSV352°77.27%34.51%
CMYK0.00%77.27%67.05%
65.49%

Color #58141D in popluar number systems.

HEX58141D
Decimal882029
Binary10110001010011101
Octal1302435

Shades and tints

Shades of #58141D

#58141D
(88,20,29)
#50131B
(80,19,27)
#481219
(72,18,25)
#401117
(64,17,23)
#381015
(56,16,21)
#300F13
(48,15,19)
#280E11
(40,14,17)
#200D0F
(32,13,15)
#180C0D
(24,12,13)
#100B0B
(16,11,11)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #58141D

#58141D
(88,20,29)
#672931
(103,41,49)
#763E45
(118,62,69)
#855359
(133,83,89)
#94686D
(148,104,109)
#A37D81
(163,125,129)
#B29295
(178,146,149)
#C1A7A9
(193,167,169)
#D0BCBD
(208,188,189)
#DFD1D1
(223,209,209)
#EEE6E5
(238,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58141D color. Also use rgb(88,20,29) instead hex code.

Text Font Color

.myTextColor { color: #58141D; }

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

This text font color is #58141D.


Background Color

.myBgColor { background-color: #58141D; }

<div style="background-color:#58141D">Inner text</div>

This div background color is #58141D.


Border color

.myBorderColor { border: 1px solid #58141D; }

<div style="border:3px solid #58141D">Div</div>

This div border color is #58141D.


Opacity

.myOpacity80 { color: #58141D; opacity: 0.8; }

<p style="color:#58141D;opacity:0.8;">80%</p>

Text with #58141D 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 #58141D;}

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

This text has shadow with #58141D color.

.textShadow {text-shadow: 3px 3px 1px #58141D, 3px 3px 1px red;}

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

This text has shadow with #58141D primary color and red secondary color.


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

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

This text has shadow with #58141D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58141D on black background.


Color preview on white background

This text has color #58141D on white background.



Black color preview on #58141D background

This text has black color on #58141D background.


White color preview on #58141D background

This text has white color on #58141D background.