COLOR #58246B

HEX: #58246B
RGB: (88,36,107)

Color info

#58246B contains mainly red and blue colors. Web safe color of #58246B is #663366 (or #636).

RGB color model

#58246B color RGB value is (88,36,107).

  • red value is 88;
  • green value is 36;
  • blue value is 107.
RGB:
(88,36,107)
(35%,14%,42%)

RGB channels and saturation

R 88 of 255 = 35%
G 36 of 255 = 14%
B 107 of 255 = 42%

88
36
107

R + G + B ~ 30%. #58246B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 36 + 107 = 231 (100%)
R 88 of 231 ~ 38.1%
G 36 of 231 ~ 15.58%
B 107 of 231 ~ 46.32%

%38.1
%15.58
%46.32

CMYK color model

#58246B color CMYK value is (18,66,0,58).

  • cyan value is 17.76%
  • magenta value is 66.36%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(18,66,0,58)
C18M66Y0K58 
(18%,66%,0%,58%)
(0.18/0.66/0.00/0.58)	

CMYK percentages

%17.76
%66.36
%0
%58.04

Codes

Color #58246B in popluar color models

58246B
RGB8836107
HSL284°49.65%28.04%
HSB/HSV284°66.36%41.96%
CMYK17.76%66.36%0.00%
58.04%

Color #58246B in popluar number systems.

HEX58246B
Decimal8836107
Binary10110001001001101011
Octal13044153

Shades and tints

Shades of #58246B

#58246B
(88,36,107)
#502162
(80,33,98)
#481E59
(72,30,89)
#401B50
(64,27,80)
#381847
(56,24,71)
#30153E
(48,21,62)
#281235
(40,18,53)
#200F2C
(32,15,44)
#180C23
(24,12,35)
#10091A
(16,9,26)
#080611
(8,6,17)
#000000
(0,0,0)

Tints of #58246B

#58246B
(88,36,107)
#673778
(103,55,120)
#764A85
(118,74,133)
#855D92
(133,93,146)
#94709F
(148,112,159)
#A383AC
(163,131,172)
#B296B9
(178,150,185)
#C1A9C6
(193,169,198)
#D0BCD3
(208,188,211)
#DFCFE0
(223,207,224)
#EEE2ED
(238,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58246B color. Also use rgb(88,36,107) instead hex code.

Text Font Color

.myTextColor { color: #58246B; }

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

This text font color is #58246B.


Background Color

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

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

This div background color is #58246B.


Border color

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

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

This div border color is #58246B.


Opacity

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

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

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

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

This text has shadow with #58246B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58246B on black background.


Color preview on white background

This text has color #58246B on white background.



Black color preview on #58246B background

This text has black color on #58246B background.


White color preview on #58246B background

This text has white color on #58246B background.