COLOR #58336A

HEX: #58336A
RGB: (88,51,106)

Color info

#58336A contains red, green and blue colors in about the same proportion. Web safe color of #58336A is #663366 (or #636).

RGB color model

#58336A color RGB value is (88,51,106).

  • red value is 88;
  • green value is 51;
  • blue value is 106.
RGB:
(88,51,106)
(35%,20%,42%)

RGB channels and saturation

R 88 of 255 = 35%
G 51 of 255 = 20%
B 106 of 255 = 42%

88
51
106

R + G + B ~ 32%. #58336A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 51 + 106 = 245 (100%)
R 88 of 245 ~ 35.92%
G 51 of 245 ~ 20.82%
B 106 of 245 ~ 43.27%

%35.92
%20.82
%43.27

CMYK color model

#58336A color CMYK value is (17,52,0,58).

  • cyan value is 16.98%
  • magenta value is 51.89%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(17,52,0,58)
C17M52Y0K58 
(17%,52%,0%,58%)
(0.17/0.52/0.00/0.58)	

CMYK percentages

%16.98
%51.89
%0
%58.43

Codes

Color #58336A in popluar color models

58336A
RGB8851106
HSL280°35.03%30.78%
HSB/HSV280°51.89%41.57%
CMYK16.98%51.89%0.00%
58.43%

Color #58336A in popluar number systems.

HEX58336A
Decimal8851106
Binary10110001100111101010
Octal13063152

Shades and tints

Shades of #58336A

#58336A
(88,51,106)
#502F61
(80,47,97)
#482B58
(72,43,88)
#40274F
(64,39,79)
#382346
(56,35,70)
#301F3D
(48,31,61)
#281B34
(40,27,52)
#20172B
(32,23,43)
#181322
(24,19,34)
#100F19
(16,15,25)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #58336A

#58336A
(88,51,106)
#674577
(103,69,119)
#765784
(118,87,132)
#856991
(133,105,145)
#947B9E
(148,123,158)
#A38DAB
(163,141,171)
#B29FB8
(178,159,184)
#C1B1C5
(193,177,197)
#D0C3D2
(208,195,210)
#DFD5DF
(223,213,223)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58336A color. Also use rgb(88,51,106) instead hex code.

Text Font Color

.myTextColor { color: #58336A; }

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

This text font color is #58336A.


Background Color

.myBgColor { background-color: #58336A; }

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

This div background color is #58336A.


Border color

.myBorderColor { border: 1px solid #58336A; }

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

This div border color is #58336A.


Opacity

.myOpacity80 { color: #58336A; opacity: 0.8; }

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

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

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

This text has shadow with #58336A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58336A on black background.


Color preview on white background

This text has color #58336A on white background.



Black color preview on #58336A background

This text has black color on #58336A background.


White color preview on #58336A background

This text has white color on #58336A background.