COLOR #58142B

HEX: #58142B
RGB: (88,20,43)

Color info

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

RGB color model

#58142B color RGB value is (88,20,43).

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

RGB channels and saturation

R 88 of 255 = 35%
G 20 of 255 = 8%
B 43 of 255 = 17%

88
20
43

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

Portions of RGB colors in percentages

R + G + B =
88 + 20 + 43 = 151 (100%)
R 88 of 151 ~ 58.28%
G 20 of 151 ~ 13.25%
B 43 of 151 ~ 28.48%

%58.28
%13.25
%28.48

CMYK color model

#58142B color CMYK value is (0,77,51,65).

  • cyan value is 0.00%
  • magenta value is 77.27%
  • yellow value is 51.14%
  • key color value is 65.49%
CMYK:
(0,77,51,65)
C0M77Y51K65 
(0%,77%,51%,65%)
(0.00/0.77/0.51/0.65)	

CMYK percentages

%0
%77.27
%51.14
%65.49

Codes

Color #58142B in popluar color models

58142B
RGB882043
HSL340°62.96%21.18%
HSB/HSV340°77.27%34.51%
CMYK0.00%77.27%51.14%
65.49%

Color #58142B in popluar number systems.

HEX58142B
Decimal882043
Binary101100010100101011
Octal1302453

Shades and tints

Shades of #58142B

#58142B
(88,20,43)
#501328
(80,19,40)
#481225
(72,18,37)
#401122
(64,17,34)
#38101F
(56,16,31)
#300F1C
(48,15,28)
#280E19
(40,14,25)
#200D16
(32,13,22)
#180C13
(24,12,19)
#100B10
(16,11,16)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #58142B

#58142B
(88,20,43)
#67293E
(103,41,62)
#763E51
(118,62,81)
#855364
(133,83,100)
#946877
(148,104,119)
#A37D8A
(163,125,138)
#B2929D
(178,146,157)
#C1A7B0
(193,167,176)
#D0BCC3
(208,188,195)
#DFD1D6
(223,209,214)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58142B; }

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

This text font color is #58142B.


Background Color

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

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

This div background color is #58142B.


Border color

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

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

This div border color is #58142B.


Opacity

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

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

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

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

This text has shadow with #58142B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58142B on black background.


Color preview on white background

This text has color #58142B on white background.



Black color preview on #58142B background

This text has black color on #58142B background.


White color preview on #58142B background

This text has white color on #58142B background.