COLOR #58122A

HEX: #58122A
RGB: (88,18,42)

Color info

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

RGB color model

#58122A color RGB value is (88,18,42).

  • red value is 88;
  • green value is 18;
  • blue value is 42.
RGB:
(88,18,42)
(35%,7%,16%)

RGB channels and saturation

R 88 of 255 = 35%
G 18 of 255 = 7%
B 42 of 255 = 16%

88
18
42

R + G + B ~ 19%. #58122A is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 18 + 42 = 148 (100%)
R 88 of 148 ~ 59.46%
G 18 of 148 ~ 12.16%
B 42 of 148 ~ 28.38%

%59.46
%12.16
%28.38

CMYK color model

#58122A color CMYK value is (0,80,52,65).

  • cyan value is 0.00%
  • magenta value is 79.55%
  • yellow value is 52.27%
  • key color value is 65.49%
CMYK:
(0,80,52,65)
C0M80Y52K65 
(0%,80%,52%,65%)
(0.00/0.80/0.52/0.65)	

CMYK percentages

%0
%79.55
%52.27
%65.49

Codes

Color #58122A in popluar color models

58122A
RGB881842
HSL339°66.04%20.78%
HSB/HSV339°79.55%34.51%
CMYK0.00%79.55%52.27%
65.49%

Color #58122A in popluar number systems.

HEX58122A
Decimal881842
Binary101100010010101010
Octal1302252

Shades and tints

Shades of #58122A

#58122A
(88,18,42)
#501127
(80,17,39)
#481024
(72,16,36)
#400F21
(64,15,33)
#380E1E
(56,14,30)
#300D1B
(48,13,27)
#280C18
(40,12,24)
#200B15
(32,11,21)
#180A12
(24,10,18)
#10090F
(16,9,15)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #58122A

#58122A
(88,18,42)
#67273D
(103,39,61)
#763C50
(118,60,80)
#855163
(133,81,99)
#946676
(148,102,118)
#A37B89
(163,123,137)
#B2909C
(178,144,156)
#C1A5AF
(193,165,175)
#D0BAC2
(208,186,194)
#DFCFD5
(223,207,213)
#EEE4E8
(238,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58122A color. Also use rgb(88,18,42) instead hex code.

Text Font Color

.myTextColor { color: #58122A; }

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

This text font color is #58122A.


Background Color

.myBgColor { background-color: #58122A; }

<div style="background-color:#58122A">Inner text</div>

This div background color is #58122A.


Border color

.myBorderColor { border: 1px solid #58122A; }

<div style="border:3px solid #58122A">Div</div>

This div border color is #58122A.


Opacity

.myOpacity80 { color: #58122A; opacity: 0.8; }

<p style="color:#58122A;opacity:0.8;">80%</p>

Text with #58122A 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 #58122A;}

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

This text has shadow with #58122A color.

.textShadow {text-shadow: 3px 3px 1px #58122A, 3px 3px 1px red;}

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

This text has shadow with #58122A primary color and red secondary color.


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

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

This text has shadow with #58122A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58122A on black background.


Color preview on white background

This text has color #58122A on white background.



Black color preview on #58122A background

This text has black color on #58122A background.


White color preview on #58122A background

This text has white color on #58122A background.