COLOR #58426B

HEX: #58426B
RGB: (88,66,107)

Color info

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

RGB color model

#58426B color RGB value is (88,66,107).

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

RGB channels and saturation

R 88 of 255 = 35%
G 66 of 255 = 26%
B 107 of 255 = 42%

88
66
107

R + G + B ~ 34%. #58426B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 66 + 107 = 261 (100%)
R 88 of 261 ~ 33.72%
G 66 of 261 ~ 25.29%
B 107 of 261 ~ 41%

%33.72
%25.29
%41

CMYK color model

#58426B color CMYK value is (18,38,0,58).

  • cyan value is 17.76%
  • magenta value is 38.32%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(18,38,0,58)
C18M38Y0K58 
(18%,38%,0%,58%)
(0.18/0.38/0.00/0.58)	

CMYK percentages

%17.76
%38.32
%0
%58.04

Codes

Color #58426B in popluar color models

58426B
RGB8866107
HSL272°23.70%33.92%
HSB/HSV272°38.32%41.96%
CMYK17.76%38.32%0.00%
58.04%

Color #58426B in popluar number systems.

HEX58426B
Decimal8866107
Binary101100010000101101011
Octal130102153

Shades and tints

Shades of #58426B

#58426B
(88,66,107)
#503C62
(80,60,98)
#483659
(72,54,89)
#403050
(64,48,80)
#382A47
(56,42,71)
#30243E
(48,36,62)
#281E35
(40,30,53)
#20182C
(32,24,44)
#181223
(24,18,35)
#100C1A
(16,12,26)
#080611
(8,6,17)
#000000
(0,0,0)

Tints of #58426B

#58426B
(88,66,107)
#675378
(103,83,120)
#766485
(118,100,133)
#857592
(133,117,146)
#94869F
(148,134,159)
#A397AC
(163,151,172)
#B2A8B9
(178,168,185)
#C1B9C6
(193,185,198)
#D0CAD3
(208,202,211)
#DFDBE0
(223,219,224)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58426B; }

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

This text font color is #58426B.


Background Color

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

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

This div background color is #58426B.


Border color

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

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

This div border color is #58426B.


Opacity

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

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

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

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

This text has shadow with #58426B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58426B on black background.


Color preview on white background

This text has color #58426B on white background.



Black color preview on #58426B background

This text has black color on #58426B background.


White color preview on #58426B background

This text has white color on #58426B background.