COLOR #583B5B

HEX: #583B5B
RGB: (88,59,91)

Color info

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

RGB color model

#583B5B color RGB value is (88,59,91).

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

RGB channels and saturation

R 88 of 255 = 35%
G 59 of 255 = 23%
B 91 of 255 = 36%

88
59
91

R + G + B ~ 31%. #583B5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 59 + 91 = 238 (100%)
R 88 of 238 ~ 36.97%
G 59 of 238 ~ 24.79%
B 91 of 238 ~ 38.24%

%36.97
%24.79
%38.24

CMYK color model

#583B5B color CMYK value is (3,35,0,64).

  • cyan value is 3.30%
  • magenta value is 35.16%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(3,35,0,64)
C3M35Y0K64 
(3%,35%,0%,64%)
(0.03/0.35/0.00/0.64)	

CMYK percentages

%3.3
%35.16
%0
%64.31

Codes

Color #583B5B in popluar color models

583B5B
RGB885991
HSL294°21.33%29.41%
HSB/HSV294°35.16%35.69%
CMYK3.30%35.16%0.00%
64.31%

Color #583B5B in popluar number systems.

HEX583B5B
Decimal885991
Binary10110001110111011011
Octal13073133

Shades and tints

Shades of #583B5B

#583B5B
(88,59,91)
#503653
(80,54,83)
#48314B
(72,49,75)
#402C43
(64,44,67)
#38273B
(56,39,59)
#302233
(48,34,51)
#281D2B
(40,29,43)
#201823
(32,24,35)
#18131B
(24,19,27)
#100E13
(16,14,19)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #583B5B

#583B5B
(88,59,91)
#674C69
(103,76,105)
#765D77
(118,93,119)
#856E85
(133,110,133)
#947F93
(148,127,147)
#A390A1
(163,144,161)
#B2A1AF
(178,161,175)
#C1B2BD
(193,178,189)
#D0C3CB
(208,195,203)
#DFD4D9
(223,212,217)
#EEE5E7
(238,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583B5B; }

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

This text font color is #583B5B.


Background Color

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

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

This div background color is #583B5B.


Border color

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

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

This div border color is #583B5B.


Opacity

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

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

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

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

This text has shadow with #583B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583B5B on black background.


Color preview on white background

This text has color #583B5B on white background.



Black color preview on #583B5B background

This text has black color on #583B5B background.


White color preview on #583B5B background

This text has white color on #583B5B background.