COLOR #58004D

HEX: #58004D
RGB: (88,0,77)

Color info

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

RGB color model

#58004D color RGB value is (88,0,77).

  • red value is 88;
  • green value is 0;
  • blue value is 77.
RGB:
(88,0,77)
(35%,0%,30%)

RGB channels and saturation

R 88 of 255 = 35%
G 0 of 255 = 0%
B 77 of 255 = 30%

88
0
77

R + G + B ~ 22%. #58004D is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 0 + 77 = 165 (100%)
R 88 of 165 ~ 53.33%
G 0 of 165 ~ 0%
B 77 of 165 ~ 46.67%

%53.33
%46.67

CMYK color model

#58004D color CMYK value is (0,100,13,65).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(0,100,13,65)
C0M100Y13K65 
(0%,100%,13%,65%)
(0.00/1.00/0.13/0.65)	

CMYK percentages

%0
%100
%12.5
%65.49

Codes

Color #58004D in popluar color models

58004D
RGB88077
HSL308°100.00%17.25%
HSB/HSV308°100.00%34.51%
CMYK0.00%100.00%12.50%
65.49%

Color #58004D in popluar number systems.

HEX58004D
Decimal88077
Binary101100001001101
Octal1300115

Shades and tints

Shades of #58004D

#58004D
(88,0,77)
#500046
(80,0,70)
#48003F
(72,0,63)
#400038
(64,0,56)
#380031
(56,0,49)
#30002A
(48,0,42)
#280023
(40,0,35)
#20001C
(32,0,28)
#180015
(24,0,21)
#10000E
(16,0,14)
#080007
(8,0,7)
#000000
(0,0,0)

Tints of #58004D

#58004D
(88,0,77)
#67175D
(103,23,93)
#762E6D
(118,46,109)
#85457D
(133,69,125)
#945C8D
(148,92,141)
#A3739D
(163,115,157)
#B28AAD
(178,138,173)
#C1A1BD
(193,161,189)
#D0B8CD
(208,184,205)
#DFCFDD
(223,207,221)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58004D color. Also use rgb(88,0,77) instead hex code.

Text Font Color

.myTextColor { color: #58004D; }

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

This text font color is #58004D.


Background Color

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

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

This div background color is #58004D.


Border color

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

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

This div border color is #58004D.


Opacity

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

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

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

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

This text has shadow with #58004D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58004D on black background.


Color preview on white background

This text has color #58004D on white background.



Black color preview on #58004D background

This text has black color on #58004D background.


White color preview on #58004D background

This text has white color on #58004D background.