COLOR #583D50

HEX: #583D50
RGB: (88,61,80)

Color info

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

RGB color model

#583D50 color RGB value is (88,61,80).

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

RGB channels and saturation

R 88 of 255 = 35%
G 61 of 255 = 24%
B 80 of 255 = 31%

88
61
80

R + G + B ~ 30%. #583D50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 61 + 80 = 229 (100%)
R 88 of 229 ~ 38.43%
G 61 of 229 ~ 26.64%
B 80 of 229 ~ 34.93%

%38.43
%26.64
%34.93

CMYK color model

#583D50 color CMYK value is (0,31,9,65).

  • cyan value is 0.00%
  • magenta value is 30.68%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK:
(0,31,9,65)
C0M31Y9K65 
(0%,31%,9%,65%)
(0.00/0.31/0.09/0.65)	

CMYK percentages

%0
%30.68
%9.09
%65.49

Codes

Color #583D50 in popluar color models

583D50
RGB886180
HSL318°18.12%29.22%
HSB/HSV318°30.68%34.51%
CMYK0.00%30.68%9.09%
65.49%

Color #583D50 in popluar number systems.

HEX583D50
Decimal886180
Binary10110001111011010000
Octal13075120

Shades and tints

Shades of #583D50

#583D50
(88,61,80)
#503849
(80,56,73)
#483342
(72,51,66)
#402E3B
(64,46,59)
#382934
(56,41,52)
#30242D
(48,36,45)
#281F26
(40,31,38)
#201A1F
(32,26,31)
#181518
(24,21,24)
#101011
(16,16,17)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #583D50

#583D50
(88,61,80)
#674E5F
(103,78,95)
#765F6E
(118,95,110)
#85707D
(133,112,125)
#94818C
(148,129,140)
#A3929B
(163,146,155)
#B2A3AA
(178,163,170)
#C1B4B9
(193,180,185)
#D0C5C8
(208,197,200)
#DFD6D7
(223,214,215)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583D50; }

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

This text font color is #583D50.


Background Color

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

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

This div background color is #583D50.


Border color

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

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

This div border color is #583D50.


Opacity

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

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

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

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

This text has shadow with #583D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583D50 on black background.


Color preview on white background

This text has color #583D50 on white background.



Black color preview on #583D50 background

This text has black color on #583D50 background.


White color preview on #583D50 background

This text has white color on #583D50 background.