COLOR #580426

HEX: #580426
RGB: (88,4,38)

Color info

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

RGB color model

#580426 color RGB value is (88,4,38).

  • red value is 88;
  • green value is 4;
  • blue value is 38.
RGB:
(88,4,38)
(35%,2%,15%)

RGB channels and saturation

R 88 of 255 = 35%
G 4 of 255 = 2%
B 38 of 255 = 15%

88
4
38

R + G + B ~ 17%. #580426 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 4 + 38 = 130 (100%)
R 88 of 130 ~ 67.69%
G 4 of 130 ~ 3.08%
B 38 of 130 ~ 29.23%

%67.69
%29.23

CMYK color model

#580426 color CMYK value is (0,95,57,65).

  • cyan value is 0.00%
  • magenta value is 95.45%
  • yellow value is 56.82%
  • key color value is 65.49%
CMYK:
(0,95,57,65)
C0M95Y57K65 
(0%,95%,57%,65%)
(0.00/0.95/0.57/0.65)	

CMYK percentages

%0
%95.45
%56.82
%65.49

Codes

Color #580426 in popluar color models

580426
RGB88438
HSL336°91.30%18.04%
HSB/HSV336°95.45%34.51%
CMYK0.00%95.45%56.82%
65.49%

Color #580426 in popluar number systems.

HEX580426
Decimal88438
Binary1011000100100110
Octal130446

Shades and tints

Shades of #580426

#580426
(88,4,38)
#500423
(80,4,35)
#480420
(72,4,32)
#40041D
(64,4,29)
#38041A
(56,4,26)
#300417
(48,4,23)
#280414
(40,4,20)
#200411
(32,4,17)
#18040E
(24,4,14)
#10040B
(16,4,11)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #580426

#580426
(88,4,38)
#671A39
(103,26,57)
#76304C
(118,48,76)
#85465F
(133,70,95)
#945C72
(148,92,114)
#A37285
(163,114,133)
#B28898
(178,136,152)
#C19EAB
(193,158,171)
#D0B4BE
(208,180,190)
#DFCAD1
(223,202,209)
#EEE0E4
(238,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580426 color. Also use rgb(88,4,38) instead hex code.

Text Font Color

.myTextColor { color: #580426; }

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

This text font color is #580426.


Background Color

.myBgColor { background-color: #580426; }

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

This div background color is #580426.


Border color

.myBorderColor { border: 1px solid #580426; }

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

This div border color is #580426.


Opacity

.myOpacity80 { color: #580426; opacity: 0.8; }

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

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

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

This text has shadow with #580426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580426 on black background.


Color preview on white background

This text has color #580426 on white background.



Black color preview on #580426 background

This text has black color on #580426 background.


White color preview on #580426 background

This text has white color on #580426 background.