COLOR #583C4E

HEX: #583C4E RGB: (88,60,78)

Color info

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

RGB color model

#583C4E color RGB value is (88,60,78).

RGB: (88,60,78) (35%, 24%, 31%)

RGB channels and saturation

R 88 of 255 = 35%
G 60 of 255 = 24%
B 78 of 255 = 31%

88
60
78

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

Portions of RGB colors in percentages

R + G + B = 88 + 60 + 78 = 226 (100%)
R 88 of 226 ~ 38.94%
G 60 of 226 ~ 26.55%
B 78 of 226 ~ 34.51'%

%38.94
%26.55
%34.51

CMYK color model

#583C4E color CMYK value is (0,32,11,65).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 11.36%
  • key color value is 65.49%

CMYK: (0,32,11,65)
C0M32Y11K65 (0%, 32%, 11%, 65%)
(0.00 / 0.32 / 0.11 / 0.65)

CMYK percentages

%0
%31.82
%11.36
%65.49

Codes

Color #583C4E in popluar color models

58 3C 4E
RGB 88 60 78
HSL 321° 18.92% 29.02%
HSB/HSV 321° 31.82% 34.51%
CMYK 0.00% 31.82% 11.36%
65.49%

Color #583C4E in popluar number systems.

HEX 58 3C 4E
Decimal 88 60 78
Binary 1011000 111100 1001110
Octal 130 74 116

Shades and tints

Shades of #583C4E

#583C4E
(88,60,78)
#503747
(80,55,71)
#483240
(72,50,64)
#402D39
(64,45,57)
#382832
(56,40,50)
#30232B
(48,35,43)
#281E24
(40,30,36)
#20191D
(32,25,29)
#181416
(24,20,22)
#100F0F
(16,15,15)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #583C4E

#583C4E
(88,60,78)
#674D5E
(103,77,94)
#765E6E
(118,94,110)
#856F7E
(133,111,126)
#94808E
(148,128,142)
#A3919E
(163,145,158)
#B2A2AE
(178,162,174)
#C1B3BE
(193,179,190)
#D0C4CE
(208,196,206)
#DFD5DE
(223,213,222)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583C4E color. Also use rgb(88,60,78) instead hex code.

Text Font Color

.myTextColor { color: #583C4E; }

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

This text font color is #583C4E.

Background Color

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

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

This div background color is #583C4E.

Border color

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

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

This div border color is #583C4E.

Opacity

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

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

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

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

This text has shadow with #583C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #583C4E.

Preview

Color preview on black background

This text has color #583C4E on black background.


Color preview on white background

This text has color #583C4E on white background.


Black color preview on #583C4E background

This text has black color on #583C4E background.


White color preview on #583C4E background

This text has white color on #583C4E background.


Related colors

Complementary color

Complementary color for #hex is #A7C3B1.


I love getcolorcode.com

Triadic colors

1 #4E583C and #3C4E58 with #583C4E are triadic colors.

2 #4E3C58 and #3C584E with #583C4E are triadic colors.