COLOR #584A55

HEX: #584A55
RGB: (88,74,85)

Color info

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

RGB color model

#584A55 color RGB value is (88,74,85).

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

RGB channels and saturation

R 88 of 255 = 35%
G 74 of 255 = 29%
B 85 of 255 = 33%

88
74
85

R + G + B ~ 32%. #584A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 85 = 247 (100%)
R 88 of 247 ~ 35.63%
G 74 of 247 ~ 29.96%
B 85 of 247 ~ 34.41%

%35.63
%29.96
%34.41

CMYK color model

#584A55 color CMYK value is (0,16,3,65).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 3.41%
  • key color value is 65.49%
CMYK:
(0,16,3,65)
C0M16Y3K65 
(0%,16%,3%,65%)
(0.00/0.16/0.03/0.65)	

CMYK percentages

%0
%15.91
%3.41
%65.49

Codes

Color #584A55 in popluar color models

584A55
RGB887485
HSL313°8.64%31.76%
HSB/HSV313°15.91%34.51%
CMYK0.00%15.91%3.41%
65.49%

Color #584A55 in popluar number systems.

HEX584A55
Decimal887485
Binary101100010010101010101
Octal130112125

Shades and tints

Shades of #584A55

#584A55
(88,74,85)
#50444E
(80,68,78)
#483E47
(72,62,71)
#403840
(64,56,64)
#383239
(56,50,57)
#302C32
(48,44,50)
#28262B
(40,38,43)
#202024
(32,32,36)
#181A1D
(24,26,29)
#101416
(16,20,22)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #584A55

#584A55
(88,74,85)
#675A64
(103,90,100)
#766A73
(118,106,115)
#857A82
(133,122,130)
#948A91
(148,138,145)
#A39AA0
(163,154,160)
#B2AAAF
(178,170,175)
#C1BABE
(193,186,190)
#D0CACD
(208,202,205)
#DFDADC
(223,218,220)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584A55; }

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

This text font color is #584A55.


Background Color

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

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

This div background color is #584A55.


Border color

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

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

This div border color is #584A55.


Opacity

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

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

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

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

This text has shadow with #584A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A55 on black background.


Color preview on white background

This text has color #584A55 on white background.



Black color preview on #584A55 background

This text has black color on #584A55 background.


White color preview on #584A55 background

This text has white color on #584A55 background.