COLOR #583E61

HEX: #583E61
RGB: (88,62,97)

Color info

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

RGB color model

#583E61 color RGB value is (88,62,97).

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

RGB channels and saturation

R 88 of 255 = 35%
G 62 of 255 = 24%
B 97 of 255 = 38%

88
62
97

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

Portions of RGB colors in percentages

R + G + B =
88 + 62 + 97 = 247 (100%)
R 88 of 247 ~ 35.63%
G 62 of 247 ~ 25.1%
B 97 of 247 ~ 39.27%

%35.63
%25.1
%39.27

CMYK color model

#583E61 color CMYK value is (9,36,0,62).

  • cyan value is 9.28%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(9,36,0,62)
C9M36Y0K62 
(9%,36%,0%,62%)
(0.09/0.36/0.00/0.62)	

CMYK percentages

%9.28
%36.08
%0
%61.96

Codes

Color #583E61 in popluar color models

583E61
RGB886297
HSL285°22.01%31.18%
HSB/HSV285°36.08%38.04%
CMYK9.28%36.08%0.00%
61.96%

Color #583E61 in popluar number systems.

HEX583E61
Decimal886297
Binary10110001111101100001
Octal13076141

Shades and tints

Shades of #583E61

#583E61
(88,62,97)
#503959
(80,57,89)
#483451
(72,52,81)
#402F49
(64,47,73)
#382A41
(56,42,65)
#302539
(48,37,57)
#282031
(40,32,49)
#201B29
(32,27,41)
#181621
(24,22,33)
#101119
(16,17,25)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #583E61

#583E61
(88,62,97)
#674F6F
(103,79,111)
#76607D
(118,96,125)
#85718B
(133,113,139)
#948299
(148,130,153)
#A393A7
(163,147,167)
#B2A4B5
(178,164,181)
#C1B5C3
(193,181,195)
#D0C6D1
(208,198,209)
#DFD7DF
(223,215,223)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583E61; }

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

This text font color is #583E61.


Background Color

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

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

This div background color is #583E61.


Border color

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

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

This div border color is #583E61.


Opacity

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

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

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

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

This text has shadow with #583E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583E61 on black background.


Color preview on white background

This text has color #583E61 on white background.



Black color preview on #583E61 background

This text has black color on #583E61 background.


White color preview on #583E61 background

This text has white color on #583E61 background.