COLOR #584954

HEX: #584954
RGB: (88,73,84)

Color info

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

RGB color model

#584954 color RGB value is (88,73,84).

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

RGB channels and saturation

R 88 of 255 = 35%
G 73 of 255 = 29%
B 84 of 255 = 33%

88
73
84

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

Portions of RGB colors in percentages

R + G + B =
88 + 73 + 84 = 245 (100%)
R 88 of 245 ~ 35.92%
G 73 of 245 ~ 29.8%
B 84 of 245 ~ 34.29%

%35.92
%29.8
%34.29

CMYK color model

#584954 color CMYK value is (0,17,5,65).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 4.55%
  • key color value is 65.49%
CMYK:
(0,17,5,65)
C0M17Y5K65 
(0%,17%,5%,65%)
(0.00/0.17/0.05/0.65)	

CMYK percentages

%0
%17.05
%4.55
%65.49

Codes

Color #584954 in popluar color models

584954
RGB887384
HSL316°9.32%31.57%
HSB/HSV316°17.05%34.51%
CMYK0.00%17.05%4.55%
65.49%

Color #584954 in popluar number systems.

HEX584954
Decimal887384
Binary101100010010011010100
Octal130111124

Shades and tints

Shades of #584954

#584954
(88,73,84)
#50434D
(80,67,77)
#483D46
(72,61,70)
#40373F
(64,55,63)
#383138
(56,49,56)
#302B31
(48,43,49)
#28252A
(40,37,42)
#201F23
(32,31,35)
#18191C
(24,25,28)
#101315
(16,19,21)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #584954

#584954
(88,73,84)
#675963
(103,89,99)
#766972
(118,105,114)
#857981
(133,121,129)
#948990
(148,137,144)
#A3999F
(163,153,159)
#B2A9AE
(178,169,174)
#C1B9BD
(193,185,189)
#D0C9CC
(208,201,204)
#DFD9DB
(223,217,219)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584954 color. Also use rgb(88,73,84) instead hex code.

Text Font Color

.myTextColor { color: #584954; }

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

This text font color is #584954.


Background Color

.myBgColor { background-color: #584954; }

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

This div background color is #584954.


Border color

.myBorderColor { border: 1px solid #584954; }

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

This div border color is #584954.


Opacity

.myOpacity80 { color: #584954; opacity: 0.8; }

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

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

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

This text has shadow with #584954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584954 on black background.


Color preview on white background

This text has color #584954 on white background.



Black color preview on #584954 background

This text has black color on #584954 background.


White color preview on #584954 background

This text has white color on #584954 background.