COLOR #584A56

HEX: #584A56
RGB: (88,74,86)

Color info

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

RGB color model

#584A56 color RGB value is (88,74,86).

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

RGB channels and saturation

R 88 of 255 = 35%
G 74 of 255 = 29%
B 86 of 255 = 34%

88
74
86

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

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 86 = 248 (100%)
R 88 of 248 ~ 35.48%
G 74 of 248 ~ 29.84%
B 86 of 248 ~ 34.68%

%35.48
%29.84
%34.68

CMYK color model

#584A56 color CMYK value is (0,16,2,65).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 2.27%
  • key color value is 65.49%
CMYK:
(0,16,2,65)
C0M16Y2K65 
(0%,16%,2%,65%)
(0.00/0.16/0.02/0.65)	

CMYK percentages

%0
%15.91
%2.27
%65.49

Codes

Color #584A56 in popluar color models

584A56
RGB887486
HSL309°8.64%31.76%
HSB/HSV309°15.91%34.51%
CMYK0.00%15.91%2.27%
65.49%

Color #584A56 in popluar number systems.

HEX584A56
Decimal887486
Binary101100010010101010110
Octal130112126

Shades and tints

Shades of #584A56

#584A56
(88,74,86)
#50444F
(80,68,79)
#483E48
(72,62,72)
#403841
(64,56,65)
#38323A
(56,50,58)
#302C33
(48,44,51)
#28262C
(40,38,44)
#202025
(32,32,37)
#181A1E
(24,26,30)
#101417
(16,20,23)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #584A56

#584A56
(88,74,86)
#675A65
(103,90,101)
#766A74
(118,106,116)
#857A83
(133,122,131)
#948A92
(148,138,146)
#A39AA1
(163,154,161)
#B2AAB0
(178,170,176)
#C1BABF
(193,186,191)
#D0CACE
(208,202,206)
#DFDADD
(223,218,221)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584A56; }

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

This text font color is #584A56.


Background Color

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

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

This div background color is #584A56.


Border color

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

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

This div border color is #584A56.


Opacity

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

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

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

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

This text has shadow with #584A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A56 on black background.


Color preview on white background

This text has color #584A56 on white background.



Black color preview on #584A56 background

This text has black color on #584A56 background.


White color preview on #584A56 background

This text has white color on #584A56 background.