COLOR #584E56

HEX: #584E56
RGB: (88,78,86)

Color info

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

RGB color model

#584E56 color RGB value is (88,78,86).

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

RGB channels and saturation

R 88 of 255 = 35%
G 78 of 255 = 31%
B 86 of 255 = 34%

88
78
86

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

Portions of RGB colors in percentages

R + G + B =
88 + 78 + 86 = 252 (100%)
R 88 of 252 ~ 34.92%
G 78 of 252 ~ 30.95%
B 86 of 252 ~ 34.13%

%34.92
%30.95
%34.13

CMYK color model

#584E56 color CMYK value is (0,11,2,65).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 2.27%
  • key color value is 65.49%
CMYK:
(0,11,2,65)
C0M11Y2K65 
(0%,11%,2%,65%)
(0.00/0.11/0.02/0.65)	

CMYK percentages

%0
%11.36
%2.27
%65.49

Codes

Color #584E56 in popluar color models

584E56
RGB887886
HSL312°6.02%32.55%
HSB/HSV312°11.36%34.51%
CMYK0.00%11.36%2.27%
65.49%

Color #584E56 in popluar number systems.

HEX584E56
Decimal887886
Binary101100010011101010110
Octal130116126

Shades and tints

Shades of #584E56

#584E56
(88,78,86)
#50474F
(80,71,79)
#484048
(72,64,72)
#403941
(64,57,65)
#38323A
(56,50,58)
#302B33
(48,43,51)
#28242C
(40,36,44)
#201D25
(32,29,37)
#18161E
(24,22,30)
#100F17
(16,15,23)
#080810
(8,8,16)
#000000
(0,0,0)

Tints of #584E56

#584E56
(88,78,86)
#675E65
(103,94,101)
#766E74
(118,110,116)
#857E83
(133,126,131)
#948E92
(148,142,146)
#A39EA1
(163,158,161)
#B2AEB0
(178,174,176)
#C1BEBF
(193,190,191)
#D0CECE
(208,206,206)
#DFDEDD
(223,222,221)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584E56; }

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

This text font color is #584E56.


Background Color

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

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

This div background color is #584E56.


Border color

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

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

This div border color is #584E56.


Opacity

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

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

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

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

This text has shadow with #584E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584E56 on black background.


Color preview on white background

This text has color #584E56 on white background.



Black color preview on #584E56 background

This text has black color on #584E56 background.


White color preview on #584E56 background

This text has white color on #584E56 background.