COLOR #584E7A

HEX: #584E7A
RGB: (88,78,122)

Color info

#584E7A contains red, green and blue colors in about the same proportion. Web safe color of #584E7A is #666666 (or #666).

RGB color model

#584E7A color RGB value is (88,78,122).

  • red value is 88;
  • green value is 78;
  • blue value is 122.
RGB:
(88,78,122)
(35%,31%,48%)

RGB channels and saturation

R 88 of 255 = 35%
G 78 of 255 = 31%
B 122 of 255 = 48%

88
78
122

R + G + B ~ 38%. #584E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 78 + 122 = 288 (100%)
R 88 of 288 ~ 30.56%
G 78 of 288 ~ 27.08%
B 122 of 288 ~ 42.36%

%30.56
%27.08
%42.36

CMYK color model

#584E7A color CMYK value is (28,36,0,52).

  • cyan value is 27.87%
  • magenta value is 36.07%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(28,36,0,52)
C28M36Y0K52 
(28%,36%,0%,52%)
(0.28/0.36/0.00/0.52)	

CMYK percentages

%27.87
%36.07
%0
%52.16

Codes

Color #584E7A in popluar color models

584E7A
RGB8878122
HSL254°22.00%39.22%
HSB/HSV254°36.07%47.84%
CMYK27.87%36.07%0.00%
52.16%

Color #584E7A in popluar number systems.

HEX584E7A
Decimal8878122
Binary101100010011101111010
Octal130116172

Shades and tints

Shades of #584E7A

#584E7A
(88,78,122)
#50476F
(80,71,111)
#484064
(72,64,100)
#403959
(64,57,89)
#38324E
(56,50,78)
#302B43
(48,43,67)
#282438
(40,36,56)
#201D2D
(32,29,45)
#181622
(24,22,34)
#100F17
(16,15,23)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #584E7A

#584E7A
(88,78,122)
#675E86
(103,94,134)
#766E92
(118,110,146)
#857E9E
(133,126,158)
#948EAA
(148,142,170)
#A39EB6
(163,158,182)
#B2AEC2
(178,174,194)
#C1BECE
(193,190,206)
#D0CEDA
(208,206,218)
#DFDEE6
(223,222,230)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584E7A color. Also use rgb(88,78,122) instead hex code.

Text Font Color

.myTextColor { color: #584E7A; }

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

This text font color is #584E7A.


Background Color

.myBgColor { background-color: #584E7A; }

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

This div background color is #584E7A.


Border color

.myBorderColor { border: 1px solid #584E7A; }

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

This div border color is #584E7A.


Opacity

.myOpacity80 { color: #584E7A; opacity: 0.8; }

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

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

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

This text has shadow with #584E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584E7A on black background.


Color preview on white background

This text has color #584E7A on white background.



Black color preview on #584E7A background

This text has black color on #584E7A background.


White color preview on #584E7A background

This text has white color on #584E7A background.