COLOR #584961

HEX: #584961 RGB: (88,73,97)

Color info

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

RGB color model

#584961 color RGB value is (88,73,97).

RGB: (88,73,97) (35%, 29%, 38%)

RGB channels and saturation

R 88 of 255 = 35%
G 73 of 255 = 29%
B 97 of 255 = 38%

88
73
97

R + G + B ~ 34%. #584961 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 73 + 97 = 258 (100%)
R 88 of 258 ~ 34.11%
G 73 of 258 ~ 28.29%
B 97 of 258 ~ 37.6'%

%34.11
%28.29
%37.6

CMYK color model

#584961 color CMYK value is (9,25,0,62).

  • cyan value is 9.28%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (9,25,0,62)
C9M25Y0K62 (9%, 25%, 0%, 62%)
(0.09 / 0.25 / 0.00 / 0.62)

CMYK percentages

%9.28
%24.74
%0
%61.96

Codes

Color #584961 in popluar color models

58 49 61
RGB 88 73 97
HSL 278° 14.12% 33.33%
HSB/HSV 278° 24.74% 38.04%
CMYK 9.28% 24.74% 0.00%
61.96%

Color #584961 in popluar number systems.

HEX 58 49 61
Decimal 88 73 97
Binary 1011000 1001001 1100001
Octal 130 111 141

Shades and tints

Shades of #584961

#584961
(88,73,97)
#504359
(80,67,89)
#483D51
(72,61,81)
#403749
(64,55,73)
#383141
(56,49,65)
#302B39
(48,43,57)
#282531
(40,37,49)
#201F29
(32,31,41)
#181921
(24,25,33)
#101319
(16,19,25)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #584961

#584961
(88,73,97)
#67596F
(103,89,111)
#76697D
(118,105,125)
#85798B
(133,121,139)
#948999
(148,137,153)
#A399A7
(163,153,167)
#B2A9B5
(178,169,181)
#C1B9C3
(193,185,195)
#D0C9D1
(208,201,209)
#DFD9DF
(223,217,223)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584961; }

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

This text font color is #584961.

Background Color

.myBgColor { background-color: #584961; }

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

This div background color is #584961.

Border color

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

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

This div border color is #584961.

Opacity

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

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

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

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

This text has shadow with #584961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584961.

Preview

Color preview on black background

This text has color #584961 on black background.


Color preview on white background

This text has color #584961 on white background.


Black color preview on #584961 background

This text has black color on #584961 background.


White color preview on #584961 background

This text has white color on #584961 background.


Related colors

Complementary color

Complementary color for #hex is #A7B69E.


I love getcolorcode.com

Triadic colors

1 #615849 and #496158 with #584961 are triadic colors.

2 #614958 and #495861 with #584961 are triadic colors.