COLOR #58486D

HEX: #58486D
RGB: (88,72,109)

Color info

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

RGB color model

#58486D color RGB value is (88,72,109).

  • red value is 88;
  • green value is 72;
  • blue value is 109.
RGB:
(88,72,109)
(35%,28%,43%)

RGB channels and saturation

R 88 of 255 = 35%
G 72 of 255 = 28%
B 109 of 255 = 43%

88
72
109

R + G + B ~ 35%. #58486D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 72 + 109 = 269 (100%)
R 88 of 269 ~ 32.71%
G 72 of 269 ~ 26.77%
B 109 of 269 ~ 40.52%

%32.71
%26.77
%40.52

CMYK color model

#58486D color CMYK value is (19,34,0,57).

  • cyan value is 19.27%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(19,34,0,57)
C19M34Y0K57 
(19%,34%,0%,57%)
(0.19/0.34/0.00/0.57)	

CMYK percentages

%19.27
%33.94
%0
%57.25

Codes

Color #58486D in popluar color models

58486D
RGB8872109
HSL266°20.44%35.49%
HSB/HSV266°33.94%42.75%
CMYK19.27%33.94%0.00%
57.25%

Color #58486D in popluar number systems.

HEX58486D
Decimal8872109
Binary101100010010001101101
Octal130110155

Shades and tints

Shades of #58486D

#58486D
(88,72,109)
#504264
(80,66,100)
#483C5B
(72,60,91)
#403652
(64,54,82)
#383049
(56,48,73)
#302A40
(48,42,64)
#282437
(40,36,55)
#201E2E
(32,30,46)
#181825
(24,24,37)
#10121C
(16,18,28)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #58486D

#58486D
(88,72,109)
#67587A
(103,88,122)
#766887
(118,104,135)
#857894
(133,120,148)
#9488A1
(148,136,161)
#A398AE
(163,152,174)
#B2A8BB
(178,168,187)
#C1B8C8
(193,184,200)
#D0C8D5
(208,200,213)
#DFD8E2
(223,216,226)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58486D color. Also use rgb(88,72,109) instead hex code.

Text Font Color

.myTextColor { color: #58486D; }

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

This text font color is #58486D.


Background Color

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

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

This div background color is #58486D.


Border color

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

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

This div border color is #58486D.


Opacity

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

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

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

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

This text has shadow with #58486D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58486D on black background.


Color preview on white background

This text has color #58486D on white background.



Black color preview on #58486D background

This text has black color on #58486D background.


White color preview on #58486D background

This text has white color on #58486D background.