COLOR #58375A

HEX: #58375A
RGB: (88,55,90)

Color info

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

RGB color model

#58375A color RGB value is (88,55,90).

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

RGB channels and saturation

R 88 of 255 = 35%
G 55 of 255 = 22%
B 90 of 255 = 35%

88
55
90

R + G + B ~ 31%. #58375A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 55 + 90 = 233 (100%)
R 88 of 233 ~ 37.77%
G 55 of 233 ~ 23.61%
B 90 of 233 ~ 38.63%

%37.77
%23.61
%38.63

CMYK color model

#58375A color CMYK value is (2,39,0,65).

  • cyan value is 2.22%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(2,39,0,65)
C2M39Y0K65 
(2%,39%,0%,65%)
(0.02/0.39/0.00/0.65)	

CMYK percentages

%2.22
%38.89
%0
%64.71

Codes

Color #58375A in popluar color models

58375A
RGB885590
HSL297°24.14%28.43%
HSB/HSV297°38.89%35.29%
CMYK2.22%38.89%0.00%
64.71%

Color #58375A in popluar number systems.

HEX58375A
Decimal885590
Binary10110001101111011010
Octal13067132

Shades and tints

Shades of #58375A

#58375A
(88,55,90)
#503252
(80,50,82)
#482D4A
(72,45,74)
#402842
(64,40,66)
#38233A
(56,35,58)
#301E32
(48,30,50)
#28192A
(40,25,42)
#201422
(32,20,34)
#180F1A
(24,15,26)
#100A12
(16,10,18)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #58375A

#58375A
(88,55,90)
#674969
(103,73,105)
#765B78
(118,91,120)
#856D87
(133,109,135)
#947F96
(148,127,150)
#A391A5
(163,145,165)
#B2A3B4
(178,163,180)
#C1B5C3
(193,181,195)
#D0C7D2
(208,199,210)
#DFD9E1
(223,217,225)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58375A; }

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

This text font color is #58375A.


Background Color

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

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

This div background color is #58375A.


Border color

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

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

This div border color is #58375A.


Opacity

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

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

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

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

This text has shadow with #58375A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58375A on black background.


Color preview on white background

This text has color #58375A on white background.



Black color preview on #58375A background

This text has black color on #58375A background.


White color preview on #58375A background

This text has white color on #58375A background.