COLOR #583B63

HEX: #583B63
RGB: (88,59,99)

Color info

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

RGB color model

#583B63 color RGB value is (88,59,99).

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

RGB channels and saturation

R 88 of 255 = 35%
G 59 of 255 = 23%
B 99 of 255 = 39%

88
59
99

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

Portions of RGB colors in percentages

R + G + B =
88 + 59 + 99 = 246 (100%)
R 88 of 246 ~ 35.77%
G 59 of 246 ~ 23.98%
B 99 of 246 ~ 40.24%

%35.77
%23.98
%40.24

CMYK color model

#583B63 color CMYK value is (11,40,0,61).

  • cyan value is 11.11%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(11,40,0,61)
C11M40Y0K61 
(11%,40%,0%,61%)
(0.11/0.40/0.00/0.61)	

CMYK percentages

%11.11
%40.4
%0
%61.18

Codes

Color #583B63 in popluar color models

583B63
RGB885999
HSL284°25.32%30.98%
HSB/HSV284°40.40%38.82%
CMYK11.11%40.40%0.00%
61.18%

Color #583B63 in popluar number systems.

HEX583B63
Decimal885999
Binary10110001110111100011
Octal13073143

Shades and tints

Shades of #583B63

#583B63
(88,59,99)
#50365A
(80,54,90)
#483151
(72,49,81)
#402C48
(64,44,72)
#38273F
(56,39,63)
#302236
(48,34,54)
#281D2D
(40,29,45)
#201824
(32,24,36)
#18131B
(24,19,27)
#100E12
(16,14,18)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #583B63

#583B63
(88,59,99)
#674C71
(103,76,113)
#765D7F
(118,93,127)
#856E8D
(133,110,141)
#947F9B
(148,127,155)
#A390A9
(163,144,169)
#B2A1B7
(178,161,183)
#C1B2C5
(193,178,197)
#D0C3D3
(208,195,211)
#DFD4E1
(223,212,225)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583B63; }

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

This text font color is #583B63.


Background Color

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

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

This div background color is #583B63.


Border color

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

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

This div border color is #583B63.


Opacity

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

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

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

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

This text has shadow with #583B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583B63 on black background.


Color preview on white background

This text has color #583B63 on white background.



Black color preview on #583B63 background

This text has black color on #583B63 background.


White color preview on #583B63 background

This text has white color on #583B63 background.