COLOR #58496A

HEX: #58496A
RGB: (88,73,106)

Color info

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

RGB color model

#58496A color RGB value is (88,73,106).

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

RGB channels and saturation

R 88 of 255 = 35%
G 73 of 255 = 29%
B 106 of 255 = 42%

88
73
106

R + G + B ~ 35%. #58496A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 73 + 106 = 267 (100%)
R 88 of 267 ~ 32.96%
G 73 of 267 ~ 27.34%
B 106 of 267 ~ 39.7%

%32.96
%27.34
%39.7

CMYK color model

#58496A color CMYK value is (17,31,0,58).

  • cyan value is 16.98%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(17,31,0,58)
C17M31Y0K58 
(17%,31%,0%,58%)
(0.17/0.31/0.00/0.58)	

CMYK percentages

%16.98
%31.13
%0
%58.43

Codes

Color #58496A in popluar color models

58496A
RGB8873106
HSL267°18.44%35.10%
HSB/HSV267°31.13%41.57%
CMYK16.98%31.13%0.00%
58.43%

Color #58496A in popluar number systems.

HEX58496A
Decimal8873106
Binary101100010010011101010
Octal130111152

Shades and tints

Shades of #58496A

#58496A
(88,73,106)
#504361
(80,67,97)
#483D58
(72,61,88)
#40374F
(64,55,79)
#383146
(56,49,70)
#302B3D
(48,43,61)
#282534
(40,37,52)
#201F2B
(32,31,43)
#181922
(24,25,34)
#101319
(16,19,25)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #58496A

#58496A
(88,73,106)
#675977
(103,89,119)
#766984
(118,105,132)
#857991
(133,121,145)
#94899E
(148,137,158)
#A399AB
(163,153,171)
#B2A9B8
(178,169,184)
#C1B9C5
(193,185,197)
#D0C9D2
(208,201,210)
#DFD9DF
(223,217,223)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58496A; }

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

This text font color is #58496A.


Background Color

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

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

This div background color is #58496A.


Border color

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

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

This div border color is #58496A.


Opacity

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

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

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

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

This text has shadow with #58496A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58496A on black background.


Color preview on white background

This text has color #58496A on white background.



Black color preview on #58496A background

This text has black color on #58496A background.


White color preview on #58496A background

This text has white color on #58496A background.