COLOR #583F68

HEX: #583F68
RGB: (88,63,104)

Color info

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

RGB color model

#583F68 color RGB value is (88,63,104).

  • red value is 88;
  • green value is 63;
  • blue value is 104.
RGB:
(88,63,104)
(35%,25%,41%)

RGB channels and saturation

R 88 of 255 = 35%
G 63 of 255 = 25%
B 104 of 255 = 41%

88
63
104

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

Portions of RGB colors in percentages

R + G + B =
88 + 63 + 104 = 255 (100%)
R 88 of 255 ~ 34.51%
G 63 of 255 ~ 24.71%
B 104 of 255 ~ 40.78%

%34.51
%24.71
%40.78

CMYK color model

#583F68 color CMYK value is (15,39,0,59).

  • cyan value is 15.38%
  • magenta value is 39.42%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(15,39,0,59)
C15M39Y0K59 
(15%,39%,0%,59%)
(0.15/0.39/0.00/0.59)	

CMYK percentages

%15.38
%39.42
%0
%59.22

Codes

Color #583F68 in popluar color models

583F68
RGB8863104
HSL277°24.55%32.75%
HSB/HSV277°39.42%40.78%
CMYK15.38%39.42%0.00%
59.22%

Color #583F68 in popluar number systems.

HEX583F68
Decimal8863104
Binary10110001111111101000
Octal13077150

Shades and tints

Shades of #583F68

#583F68
(88,63,104)
#503A5F
(80,58,95)
#483556
(72,53,86)
#40304D
(64,48,77)
#382B44
(56,43,68)
#30263B
(48,38,59)
#282132
(40,33,50)
#201C29
(32,28,41)
#181720
(24,23,32)
#101217
(16,18,23)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #583F68

#583F68
(88,63,104)
#675075
(103,80,117)
#766182
(118,97,130)
#85728F
(133,114,143)
#94839C
(148,131,156)
#A394A9
(163,148,169)
#B2A5B6
(178,165,182)
#C1B6C3
(193,182,195)
#D0C7D0
(208,199,208)
#DFD8DD
(223,216,221)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583F68 color. Also use rgb(88,63,104) instead hex code.

Text Font Color

.myTextColor { color: #583F68; }

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

This text font color is #583F68.


Background Color

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

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

This div background color is #583F68.


Border color

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

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

This div border color is #583F68.


Opacity

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

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

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

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

This text has shadow with #583F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583F68 on black background.


Color preview on white background

This text has color #583F68 on white background.



Black color preview on #583F68 background

This text has black color on #583F68 background.


White color preview on #583F68 background

This text has white color on #583F68 background.