COLOR #583967

HEX: #583967 RGB: (88,57,103)

Color info

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

RGB color model

#583967 color RGB value is (88,57,103).

RGB: (88,57,103) (35%, 22%, 40%)

RGB channels and saturation

R 88 of 255 = 35%
G 57 of 255 = 22%
B 103 of 255 = 40%

88
57
103

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

Portions of RGB colors in percentages

R + G + B = 88 + 57 + 103 = 248 (100%)
R 88 of 248 ~ 35.48%
G 57 of 248 ~ 22.98%
B 103 of 248 ~ 41.53'%

%35.48
%22.98
%41.53

CMYK color model

#583967 color CMYK value is (15,45,0,60).

  • cyan value is 14.56%
  • magenta value is 44.66%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK: (15,45,0,60) C15M45Y0K60 (15%,45%,0%,60%) (0.15/0.45/0.00/0.60) 

CMYK percentages

%14.56
%44.66
%0
%59.61

Codes

Color #583967 in popluar color models

58 39 67
RGB 88 57 103
HSL 280° 28.75% 31.37%
HSB/HSV 280° 44.66% 40.39%
CMYK 14.56% 44.66% 0.00%
59.61%

Color #583967 in popluar number systems.

HEX 58 39 67
Decimal 88 57 103
Binary 1011000 111001 1100111
Octal 130 71 147

Shades and tints

Shades of #583967

#583967
(88,57,103)
#50345E
(80,52,94)
#482F55
(72,47,85)
#402A4C
(64,42,76)
#382543
(56,37,67)
#30203A
(48,32,58)
#281B31
(40,27,49)
#201628
(32,22,40)
#18111F
(24,17,31)
#100C16
(16,12,22)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #583967

#583967
(88,57,103)
#674B74
(103,75,116)
#765D81
(118,93,129)
#856F8E
(133,111,142)
#94819B
(148,129,155)
#A393A8
(163,147,168)
#B2A5B5
(178,165,181)
#C1B7C2
(193,183,194)
#D0C9CF
(208,201,207)
#DFDBDC
(223,219,220)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583967 color. Also use rgb(88,57,103) instead hex code.

Text Font Color

.myTextColor { color: #583967; }

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

This text font color is #583967.

Background Color

.myBgColor { background-color: #583967; }

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

This div background color is #583967.

Border color

.myBorderColor { border: 1px solid #583967; }

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

This div border color is #583967.

Opacity

.myOpacity80 { color: #583967; opacity: 0.8; }

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

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

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

This text has shadow with #583967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #583967.

Preview

Color preview on black background

This text has color #583967 on black background.


Color preview on white background

This text has color #583967 on white background.


Black color preview on #583967 background

This text has black color on #583967 background.


White color preview on #583967 background

This text has white color on #583967 background.


Related colors

Complementary color

Complementary color for #hex is #A7C698.


I love getcolorcode.com

Triadic colors

1 #675839 and #396758 with #583967 are triadic colors.

2 #673958 and #395867 with #583967 are triadic colors.