COLOR #583D6E

HEX: #583D6E
RGB: (88,61,110)

Color info

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

RGB color model

#583D6E color RGB value is (88,61,110).

  • red value is 88;
  • green value is 61;
  • blue value is 110.
RGB:
(88,61,110)
(35%,24%,43%)

RGB channels and saturation

R 88 of 255 = 35%
G 61 of 255 = 24%
B 110 of 255 = 43%

88
61
110

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

Portions of RGB colors in percentages

R + G + B =
88 + 61 + 110 = 259 (100%)
R 88 of 259 ~ 33.98%
G 61 of 259 ~ 23.55%
B 110 of 259 ~ 42.47%

%33.98
%23.55
%42.47

CMYK color model

#583D6E color CMYK value is (20,45,0,57).

  • cyan value is 20.00%
  • magenta value is 44.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(20,45,0,57)
C20M45Y0K57 
(20%,45%,0%,57%)
(0.20/0.45/0.00/0.57)	

CMYK percentages

%20
%44.55
%0
%56.86

Codes

Color #583D6E in popluar color models

583D6E
RGB8861110
HSL273°28.65%33.53%
HSB/HSV273°44.55%43.14%
CMYK20.00%44.55%0.00%
56.86%

Color #583D6E in popluar number systems.

HEX583D6E
Decimal8861110
Binary10110001111011101110
Octal13075156

Shades and tints

Shades of #583D6E

#583D6E
(88,61,110)
#503864
(80,56,100)
#48335A
(72,51,90)
#402E50
(64,46,80)
#382946
(56,41,70)
#30243C
(48,36,60)
#281F32
(40,31,50)
#201A28
(32,26,40)
#18151E
(24,21,30)
#101014
(16,16,20)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #583D6E

#583D6E
(88,61,110)
#674E7B
(103,78,123)
#765F88
(118,95,136)
#857095
(133,112,149)
#9481A2
(148,129,162)
#A392AF
(163,146,175)
#B2A3BC
(178,163,188)
#C1B4C9
(193,180,201)
#D0C5D6
(208,197,214)
#DFD6E3
(223,214,227)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583D6E color. Also use rgb(88,61,110) instead hex code.

Text Font Color

.myTextColor { color: #583D6E; }

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

This text font color is #583D6E.


Background Color

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

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

This div background color is #583D6E.


Border color

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

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

This div border color is #583D6E.


Opacity

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

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

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

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

This text has shadow with #583D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583D6E on black background.


Color preview on white background

This text has color #583D6E on white background.



Black color preview on #583D6E background

This text has black color on #583D6E background.


White color preview on #583D6E background

This text has white color on #583D6E background.