COLOR #584F56

HEX: #584F56
RGB: (88,79,86)

Color info

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

RGB color model

#584F56 color RGB value is (88,79,86).

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

RGB channels and saturation

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

88
79
86

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

Portions of RGB colors in percentages

R + G + B =
88 + 79 + 86 = 253 (100%)
R 88 of 253 ~ 34.78%
G 79 of 253 ~ 31.23%
B 86 of 253 ~ 33.99%

%34.78
%31.23
%33.99

CMYK color model

#584F56 color CMYK value is (0,10,2,65).

  • cyan value is 0.00%
  • magenta value is 10.23%
  • yellow value is 2.27%
  • key color value is 65.49%
CMYK:
(0,10,2,65)
C0M10Y2K65 
(0%,10%,2%,65%)
(0.00/0.10/0.02/0.65)	

CMYK percentages

%0
%10.23
%2.27
%65.49

Codes

Color #584F56 in popluar color models

584F56
RGB887986
HSL313°5.39%32.75%
HSB/HSV313°10.23%34.51%
CMYK0.00%10.23%2.27%
65.49%

Color #584F56 in popluar number systems.

HEX584F56
Decimal887986
Binary101100010011111010110
Octal130117126

Shades and tints

Shades of #584F56

#584F56
(88,79,86)
#50484F
(80,72,79)
#484148
(72,65,72)
#403A41
(64,58,65)
#38333A
(56,51,58)
#302C33
(48,44,51)
#28252C
(40,37,44)
#201E25
(32,30,37)
#18171E
(24,23,30)
#101017
(16,16,23)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #584F56

#584F56
(88,79,86)
#675F65
(103,95,101)
#766F74
(118,111,116)
#857F83
(133,127,131)
#948F92
(148,143,146)
#A39FA1
(163,159,161)
#B2AFB0
(178,175,176)
#C1BFBF
(193,191,191)
#D0CFCE
(208,207,206)
#DFDFDD
(223,223,221)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584F56; }

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

This text font color is #584F56.


Background Color

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

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

This div background color is #584F56.


Border color

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

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

This div border color is #584F56.


Opacity

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

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

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

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

This text has shadow with #584F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584F56 on black background.


Color preview on white background

This text has color #584F56 on white background.



Black color preview on #584F56 background

This text has black color on #584F56 background.


White color preview on #584F56 background

This text has white color on #584F56 background.