COLOR #583E5F

HEX: #583E5F
RGB: (88,62,95)

Color info

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

RGB color model

#583E5F color RGB value is (88,62,95).

  • red value is 88;
  • green value is 62;
  • blue value is 95.
RGB:
(88,62,95)
(35%,24%,37%)

RGB channels and saturation

R 88 of 255 = 35%
G 62 of 255 = 24%
B 95 of 255 = 37%

88
62
95

R + G + B ~ 32%. #583E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 62 + 95 = 245 (100%)
R 88 of 245 ~ 35.92%
G 62 of 245 ~ 25.31%
B 95 of 245 ~ 38.78%

%35.92
%25.31
%38.78

CMYK color model

#583E5F color CMYK value is (7,35,0,63).

  • cyan value is 7.37%
  • magenta value is 34.74%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(7,35,0,63)
C7M35Y0K63 
(7%,35%,0%,63%)
(0.07/0.35/0.00/0.63)	

CMYK percentages

%7.37
%34.74
%0
%62.75

Codes

Color #583E5F in popluar color models

583E5F
RGB886295
HSL287°21.02%30.78%
HSB/HSV287°34.74%37.25%
CMYK7.37%34.74%0.00%
62.75%

Color #583E5F in popluar number systems.

HEX583E5F
Decimal886295
Binary10110001111101011111
Octal13076137

Shades and tints

Shades of #583E5F

#583E5F
(88,62,95)
#503957
(80,57,87)
#48344F
(72,52,79)
#402F47
(64,47,71)
#382A3F
(56,42,63)
#302537
(48,37,55)
#28202F
(40,32,47)
#201B27
(32,27,39)
#18161F
(24,22,31)
#101117
(16,17,23)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #583E5F

#583E5F
(88,62,95)
#674F6D
(103,79,109)
#76607B
(118,96,123)
#857189
(133,113,137)
#948297
(148,130,151)
#A393A5
(163,147,165)
#B2A4B3
(178,164,179)
#C1B5C1
(193,181,193)
#D0C6CF
(208,198,207)
#DFD7DD
(223,215,221)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583E5F color. Also use rgb(88,62,95) instead hex code.

Text Font Color

.myTextColor { color: #583E5F; }

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

This text font color is #583E5F.


Background Color

.myBgColor { background-color: #583E5F; }

<div style="background-color:#583E5F">Inner text</div>

This div background color is #583E5F.


Border color

.myBorderColor { border: 1px solid #583E5F; }

<div style="border:3px solid #583E5F">Div</div>

This div border color is #583E5F.


Opacity

.myOpacity80 { color: #583E5F; opacity: 0.8; }

<p style="color:#583E5F;opacity:0.8;">80%</p>

Text with #583E5F 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 #583E5F;}

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

This text has shadow with #583E5F color.

.textShadow {text-shadow: 3px 3px 1px #583E5F, 3px 3px 1px red;}

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

This text has shadow with #583E5F primary color and red secondary color.


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

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

This text has shadow with #583E5F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583E5F on black background.


Color preview on white background

This text has color #583E5F on white background.



Black color preview on #583E5F background

This text has black color on #583E5F background.


White color preview on #583E5F background

This text has white color on #583E5F background.