COLOR #58142E

HEX: #58142E
RGB: (88,20,46)

Color info

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

RGB color model

#58142E color RGB value is (88,20,46).

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

RGB channels and saturation

R 88 of 255 = 35%
G 20 of 255 = 8%
B 46 of 255 = 18%

88
20
46

R + G + B ~ 20%. #58142E is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 20 + 46 = 154 (100%)
R 88 of 154 ~ 57.14%
G 20 of 154 ~ 12.99%
B 46 of 154 ~ 29.87%

%57.14
%12.99
%29.87

CMYK color model

#58142E color CMYK value is (0,77,48,65).

  • cyan value is 0.00%
  • magenta value is 77.27%
  • yellow value is 47.73%
  • key color value is 65.49%
CMYK:
(0,77,48,65)
C0M77Y48K65 
(0%,77%,48%,65%)
(0.00/0.77/0.48/0.65)	

CMYK percentages

%0
%77.27
%47.73
%65.49

Codes

Color #58142E in popluar color models

58142E
RGB882046
HSL337°62.96%21.18%
HSB/HSV337°77.27%34.51%
CMYK0.00%77.27%47.73%
65.49%

Color #58142E in popluar number systems.

HEX58142E
Decimal882046
Binary101100010100101110
Octal1302456

Shades and tints

Shades of #58142E

#58142E
(88,20,46)
#50132A
(80,19,42)
#481226
(72,18,38)
#401122
(64,17,34)
#38101E
(56,16,30)
#300F1A
(48,15,26)
#280E16
(40,14,22)
#200D12
(32,13,18)
#180C0E
(24,12,14)
#100B0A
(16,11,10)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #58142E

#58142E
(88,20,46)
#672941
(103,41,65)
#763E54
(118,62,84)
#855367
(133,83,103)
#94687A
(148,104,122)
#A37D8D
(163,125,141)
#B292A0
(178,146,160)
#C1A7B3
(193,167,179)
#D0BCC6
(208,188,198)
#DFD1D9
(223,209,217)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58142E color. Also use rgb(88,20,46) instead hex code.

Text Font Color

.myTextColor { color: #58142E; }

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

This text font color is #58142E.


Background Color

.myBgColor { background-color: #58142E; }

<div style="background-color:#58142E">Inner text</div>

This div background color is #58142E.


Border color

.myBorderColor { border: 1px solid #58142E; }

<div style="border:3px solid #58142E">Div</div>

This div border color is #58142E.


Opacity

.myOpacity80 { color: #58142E; opacity: 0.8; }

<p style="color:#58142E;opacity:0.8;">80%</p>

Text with #58142E 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 #58142E;}

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

This text has shadow with #58142E color.

.textShadow {text-shadow: 3px 3px 1px #58142E, 3px 3px 1px red;}

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

This text has shadow with #58142E primary color and red secondary color.


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

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

This text has shadow with #58142E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58142E on black background.


Color preview on white background

This text has color #58142E on white background.



Black color preview on #58142E background

This text has black color on #58142E background.


White color preview on #58142E background

This text has white color on #58142E background.