COLOR #58345A

HEX: #58345A
RGB: (88,52,90)

Color info

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

RGB color model

#58345A color RGB value is (88,52,90).

  • red value is 88;
  • green value is 52;
  • blue value is 90.
RGB:
(88,52,90)
(35%,20%,35%)

RGB channels and saturation

R 88 of 255 = 35%
G 52 of 255 = 20%
B 90 of 255 = 35%

88
52
90

R + G + B ~ 30%. #58345A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 52 + 90 = 230 (100%)
R 88 of 230 ~ 38.26%
G 52 of 230 ~ 22.61%
B 90 of 230 ~ 39.13%

%38.26
%22.61
%39.13

CMYK color model

#58345A color CMYK value is (2,42,0,65).

  • cyan value is 2.22%
  • magenta value is 42.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(2,42,0,65)
C2M42Y0K65 
(2%,42%,0%,65%)
(0.02/0.42/0.00/0.65)	

CMYK percentages

%2.22
%42.22
%0
%64.71

Codes

Color #58345A in popluar color models

58345A
RGB885290
HSL297°26.76%27.84%
HSB/HSV297°42.22%35.29%
CMYK2.22%42.22%0.00%
64.71%

Color #58345A in popluar number systems.

HEX58345A
Decimal885290
Binary10110001101001011010
Octal13064132

Shades and tints

Shades of #58345A

#58345A
(88,52,90)
#503052
(80,48,82)
#482C4A
(72,44,74)
#402842
(64,40,66)
#38243A
(56,36,58)
#302032
(48,32,50)
#281C2A
(40,28,42)
#201822
(32,24,34)
#18141A
(24,20,26)
#101012
(16,16,18)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #58345A

#58345A
(88,52,90)
#674669
(103,70,105)
#765878
(118,88,120)
#856A87
(133,106,135)
#947C96
(148,124,150)
#A38EA5
(163,142,165)
#B2A0B4
(178,160,180)
#C1B2C3
(193,178,195)
#D0C4D2
(208,196,210)
#DFD6E1
(223,214,225)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58345A color. Also use rgb(88,52,90) instead hex code.

Text Font Color

.myTextColor { color: #58345A; }

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

This text font color is #58345A.


Background Color

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

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

This div background color is #58345A.


Border color

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

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

This div border color is #58345A.


Opacity

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

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

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

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

This text has shadow with #58345A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58345A on black background.


Color preview on white background

This text has color #58345A on white background.



Black color preview on #58345A background

This text has black color on #58345A background.


White color preview on #58345A background

This text has white color on #58345A background.