COLOR #583672

HEX: #583672
RGB: (88,54,114)

Color info

#583672 contains mainly red and blue colors. Web safe color of #583672 is #663366 (or #636).

RGB color model

#583672 color RGB value is (88,54,114).

  • red value is 88;
  • green value is 54;
  • blue value is 114.
RGB:
(88,54,114)
(35%,21%,45%)

RGB channels and saturation

R 88 of 255 = 35%
G 54 of 255 = 21%
B 114 of 255 = 45%

88
54
114

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

Portions of RGB colors in percentages

R + G + B =
88 + 54 + 114 = 256 (100%)
R 88 of 256 ~ 34.38%
G 54 of 256 ~ 21.09%
B 114 of 256 ~ 44.53%

%34.38
%21.09
%44.53

CMYK color model

#583672 color CMYK value is (23,53,0,55).

  • cyan value is 22.81%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(23,53,0,55)
C23M53Y0K55 
(23%,53%,0%,55%)
(0.23/0.53/0.00/0.55)	

CMYK percentages

%22.81
%52.63
%0
%55.29

Codes

Color #583672 in popluar color models

583672
RGB8854114
HSL274°35.71%32.94%
HSB/HSV274°52.63%44.71%
CMYK22.81%52.63%0.00%
55.29%

Color #583672 in popluar number systems.

HEX583672
Decimal8854114
Binary10110001101101110010
Octal13066162

Shades and tints

Shades of #583672

#583672
(88,54,114)
#503268
(80,50,104)
#482E5E
(72,46,94)
#402A54
(64,42,84)
#38264A
(56,38,74)
#302240
(48,34,64)
#281E36
(40,30,54)
#201A2C
(32,26,44)
#181622
(24,22,34)
#101218
(16,18,24)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #583672

#583672
(88,54,114)
#67487E
(103,72,126)
#765A8A
(118,90,138)
#856C96
(133,108,150)
#947EA2
(148,126,162)
#A390AE
(163,144,174)
#B2A2BA
(178,162,186)
#C1B4C6
(193,180,198)
#D0C6D2
(208,198,210)
#DFD8DE
(223,216,222)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583672 color. Also use rgb(88,54,114) instead hex code.

Text Font Color

.myTextColor { color: #583672; }

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

This text font color is #583672.


Background Color

.myBgColor { background-color: #583672; }

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

This div background color is #583672.


Border color

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

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

This div border color is #583672.


Opacity

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

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

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

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

This text has shadow with #583672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583672 on black background.


Color preview on white background

This text has color #583672 on white background.



Black color preview on #583672 background

This text has black color on #583672 background.


White color preview on #583672 background

This text has white color on #583672 background.