COLOR #58176B

HEX: #58176B
RGB: (88,23,107)

Color info

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

RGB color model

#58176B color RGB value is (88,23,107).

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

RGB channels and saturation

R 88 of 255 = 35%
G 23 of 255 = 9%
B 107 of 255 = 42%

88
23
107

R + G + B ~ 29%. #58176B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 23 + 107 = 218 (100%)
R 88 of 218 ~ 40.37%
G 23 of 218 ~ 10.55%
B 107 of 218 ~ 49.08%

%40.37
%10.55
%49.08

CMYK color model

#58176B color CMYK value is (18,79,0,58).

  • cyan value is 17.76%
  • magenta value is 78.50%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(18,79,0,58)
C18M79Y0K58 
(18%,79%,0%,58%)
(0.18/0.79/0.00/0.58)	

CMYK percentages

%17.76
%78.5
%0
%58.04

Codes

Color #58176B in popluar color models

58176B
RGB8823107
HSL286°64.62%25.49%
HSB/HSV286°78.50%41.96%
CMYK17.76%78.50%0.00%
58.04%

Color #58176B in popluar number systems.

HEX58176B
Decimal8823107
Binary1011000101111101011
Octal13027153

Shades and tints

Shades of #58176B

#58176B
(88,23,107)
#501562
(80,21,98)
#481359
(72,19,89)
#401150
(64,17,80)
#380F47
(56,15,71)
#300D3E
(48,13,62)
#280B35
(40,11,53)
#20092C
(32,9,44)
#180723
(24,7,35)
#10051A
(16,5,26)
#080311
(8,3,17)
#000000
(0,0,0)

Tints of #58176B

#58176B
(88,23,107)
#672C78
(103,44,120)
#764185
(118,65,133)
#855692
(133,86,146)
#946B9F
(148,107,159)
#A380AC
(163,128,172)
#B295B9
(178,149,185)
#C1AAC6
(193,170,198)
#D0BFD3
(208,191,211)
#DFD4E0
(223,212,224)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58176B; }

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

This text font color is #58176B.


Background Color

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

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

This div background color is #58176B.


Border color

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

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

This div border color is #58176B.


Opacity

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

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

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

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

This text has shadow with #58176B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58176B on black background.


Color preview on white background

This text has color #58176B on white background.



Black color preview on #58176B background

This text has black color on #58176B background.


White color preview on #58176B background

This text has white color on #58176B background.