COLOR #584672

HEX: #584672
RGB: (88,70,114)

Color info

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

RGB color model

#584672 color RGB value is (88,70,114).

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

RGB channels and saturation

R 88 of 255 = 35%
G 70 of 255 = 27%
B 114 of 255 = 45%

88
70
114

R + G + B ~ 36%. #584672 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 70 + 114 = 272 (100%)
R 88 of 272 ~ 32.35%
G 70 of 272 ~ 25.74%
B 114 of 272 ~ 41.91%

%32.35
%25.74
%41.91

CMYK color model

#584672 color CMYK value is (23,39,0,55).

  • cyan value is 22.81%
  • magenta value is 38.60%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(23,39,0,55)
C23M39Y0K55 
(23%,39%,0%,55%)
(0.23/0.39/0.00/0.55)	

CMYK percentages

%22.81
%38.6
%0
%55.29

Codes

Color #584672 in popluar color models

584672
RGB8870114
HSL265°23.91%36.08%
HSB/HSV265°38.60%44.71%
CMYK22.81%38.60%0.00%
55.29%

Color #584672 in popluar number systems.

HEX584672
Decimal8870114
Binary101100010001101110010
Octal130106162

Shades and tints

Shades of #584672

#584672
(88,70,114)
#504068
(80,64,104)
#483A5E
(72,58,94)
#403454
(64,52,84)
#382E4A
(56,46,74)
#302840
(48,40,64)
#282236
(40,34,54)
#201C2C
(32,28,44)
#181622
(24,22,34)
#101018
(16,16,24)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #584672

#584672
(88,70,114)
#67567E
(103,86,126)
#76668A
(118,102,138)
#857696
(133,118,150)
#9486A2
(148,134,162)
#A396AE
(163,150,174)
#B2A6BA
(178,166,186)
#C1B6C6
(193,182,198)
#D0C6D2
(208,198,210)
#DFD6DE
(223,214,222)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584672; }

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

This text font color is #584672.


Background Color

.myBgColor { background-color: #584672; }

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

This div background color is #584672.


Border color

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

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

This div border color is #584672.


Opacity

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

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

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

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

This text has shadow with #584672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584672 on black background.


Color preview on white background

This text has color #584672 on white background.



Black color preview on #584672 background

This text has black color on #584672 background.


White color preview on #584672 background

This text has white color on #584672 background.