COLOR #584261

HEX: #584261
RGB: (88,66,97)

Color info

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

RGB color model

#584261 color RGB value is (88,66,97).

  • red value is 88;
  • green value is 66;
  • blue value is 97.
RGB:
(88,66,97)
(35%,26%,38%)

RGB channels and saturation

R 88 of 255 = 35%
G 66 of 255 = 26%
B 97 of 255 = 38%

88
66
97

R + G + B ~ 33%. #584261 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 66 + 97 = 251 (100%)
R 88 of 251 ~ 35.06%
G 66 of 251 ~ 26.29%
B 97 of 251 ~ 38.65%

%35.06
%26.29
%38.65

CMYK color model

#584261 color CMYK value is (9,32,0,62).

  • cyan value is 9.28%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(9,32,0,62)
C9M32Y0K62 
(9%,32%,0%,62%)
(0.09/0.32/0.00/0.62)	

CMYK percentages

%9.28
%31.96
%0
%61.96

Codes

Color #584261 in popluar color models

584261
RGB886697
HSL283°19.02%31.96%
HSB/HSV283°31.96%38.04%
CMYK9.28%31.96%0.00%
61.96%

Color #584261 in popluar number systems.

HEX584261
Decimal886697
Binary101100010000101100001
Octal130102141

Shades and tints

Shades of #584261

#584261
(88,66,97)
#503C59
(80,60,89)
#483651
(72,54,81)
#403049
(64,48,73)
#382A41
(56,42,65)
#302439
(48,36,57)
#281E31
(40,30,49)
#201829
(32,24,41)
#181221
(24,18,33)
#100C19
(16,12,25)
#080611
(8,6,17)
#000000
(0,0,0)

Tints of #584261

#584261
(88,66,97)
#67536F
(103,83,111)
#76647D
(118,100,125)
#85758B
(133,117,139)
#948699
(148,134,153)
#A397A7
(163,151,167)
#B2A8B5
(178,168,181)
#C1B9C3
(193,185,195)
#D0CAD1
(208,202,209)
#DFDBDF
(223,219,223)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584261 color. Also use rgb(88,66,97) instead hex code.

Text Font Color

.myTextColor { color: #584261; }

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

This text font color is #584261.


Background Color

.myBgColor { background-color: #584261; }

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

This div background color is #584261.


Border color

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

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

This div border color is #584261.


Opacity

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

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

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

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

This text has shadow with #584261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584261 on black background.


Color preview on white background

This text has color #584261 on white background.



Black color preview on #584261 background

This text has black color on #584261 background.


White color preview on #584261 background

This text has white color on #584261 background.