COLOR #583F63

HEX: #583F63
RGB: (88,63,99)

Color info

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

RGB color model

#583F63 color RGB value is (88,63,99).

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

RGB channels and saturation

R 88 of 255 = 35%
G 63 of 255 = 25%
B 99 of 255 = 39%

88
63
99

R + G + B ~ 33%. #583F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 63 + 99 = 250 (100%)
R 88 of 250 ~ 35.2%
G 63 of 250 ~ 25.2%
B 99 of 250 ~ 39.6%

%35.2
%25.2
%39.6

CMYK color model

#583F63 color CMYK value is (11,36,0,61).

  • cyan value is 11.11%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(11,36,0,61)
C11M36Y0K61 
(11%,36%,0%,61%)
(0.11/0.36/0.00/0.61)	

CMYK percentages

%11.11
%36.36
%0
%61.18

Codes

Color #583F63 in popluar color models

583F63
RGB886399
HSL282°22.22%31.76%
HSB/HSV282°36.36%38.82%
CMYK11.11%36.36%0.00%
61.18%

Color #583F63 in popluar number systems.

HEX583F63
Decimal886399
Binary10110001111111100011
Octal13077143

Shades and tints

Shades of #583F63

#583F63
(88,63,99)
#503A5A
(80,58,90)
#483551
(72,53,81)
#403048
(64,48,72)
#382B3F
(56,43,63)
#302636
(48,38,54)
#28212D
(40,33,45)
#201C24
(32,28,36)
#18171B
(24,23,27)
#101212
(16,18,18)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #583F63

#583F63
(88,63,99)
#675071
(103,80,113)
#76617F
(118,97,127)
#85728D
(133,114,141)
#94839B
(148,131,155)
#A394A9
(163,148,169)
#B2A5B7
(178,165,183)
#C1B6C5
(193,182,197)
#D0C7D3
(208,199,211)
#DFD8E1
(223,216,225)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583F63; }

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

This text font color is #583F63.


Background Color

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

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

This div background color is #583F63.


Border color

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

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

This div border color is #583F63.


Opacity

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

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

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

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

This text has shadow with #583F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583F63 on black background.


Color preview on white background

This text has color #583F63 on white background.



Black color preview on #583F63 background

This text has black color on #583F63 background.


White color preview on #583F63 background

This text has white color on #583F63 background.