COLOR #58185D

HEX: #58185D
RGB: (88,24,93)

Color info

#58185D contains mainly red and blue colors. Web safe color of #58185D is #660066 (or #606).

RGB color model

#58185D color RGB value is (88,24,93).

  • red value is 88;
  • green value is 24;
  • blue value is 93.
RGB:
(88,24,93)
(35%,9%,36%)

RGB channels and saturation

R 88 of 255 = 35%
G 24 of 255 = 9%
B 93 of 255 = 36%

88
24
93

R + G + B ~ 27%. #58185D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 24 + 93 = 205 (100%)
R 88 of 205 ~ 42.93%
G 24 of 205 ~ 11.71%
B 93 of 205 ~ 45.37%

%42.93
%11.71
%45.37

CMYK color model

#58185D color CMYK value is (5,74,0,64).

  • cyan value is 5.38%
  • magenta value is 74.19%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(5,74,0,64)
C5M74Y0K64 
(5%,74%,0%,64%)
(0.05/0.74/0.00/0.64)	

CMYK percentages

%5.38
%74.19
%0
%63.53

Codes

Color #58185D in popluar color models

58185D
RGB882493
HSL296°58.97%22.94%
HSB/HSV296°74.19%36.47%
CMYK5.38%74.19%0.00%
63.53%

Color #58185D in popluar number systems.

HEX58185D
Decimal882493
Binary1011000110001011101
Octal13030135

Shades and tints

Shades of #58185D

#58185D
(88,24,93)
#501655
(80,22,85)
#48144D
(72,20,77)
#401245
(64,18,69)
#38103D
(56,16,61)
#300E35
(48,14,53)
#280C2D
(40,12,45)
#200A25
(32,10,37)
#18081D
(24,8,29)
#100615
(16,6,21)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #58185D

#58185D
(88,24,93)
#672D6B
(103,45,107)
#764279
(118,66,121)
#855787
(133,87,135)
#946C95
(148,108,149)
#A381A3
(163,129,163)
#B296B1
(178,150,177)
#C1ABBF
(193,171,191)
#D0C0CD
(208,192,205)
#DFD5DB
(223,213,219)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58185D color. Also use rgb(88,24,93) instead hex code.

Text Font Color

.myTextColor { color: #58185D; }

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

This text font color is #58185D.


Background Color

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

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

This div background color is #58185D.


Border color

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

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

This div border color is #58185D.


Opacity

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

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

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

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

This text has shadow with #58185D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58185D on black background.


Color preview on white background

This text has color #58185D on white background.



Black color preview on #58185D background

This text has black color on #58185D background.


White color preview on #58185D background

This text has white color on #58185D background.