COLOR #584051

HEX: #584051 RGB: (88,64,81)

Color info

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

RGB color model

#584051 color RGB value is (88,64,81).

RGB: (88,64,81) (35%, 25%, 32%)

RGB channels and saturation

R 88 of 255 = 35%
G 64 of 255 = 25%
B 81 of 255 = 32%

88
64
81

R + G + B ~ 31%. #584051 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 64 + 81 = 233 (100%)
R 88 of 233 ~ 37.77%
G 64 of 233 ~ 27.47%
B 81 of 233 ~ 34.76'%

%37.77
%27.47
%34.76

CMYK color model

#584051 color CMYK value is (0,27,8,65).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 7.95%
  • key color value is 65.49%
CMYK: (0,27,8,65) C0M27Y8K65 (0%,27%,8%,65%) (0.00/0.27/0.08/0.65) 

CMYK percentages

%0
%27.27
%7.95
%65.49

Codes

Color #584051 in popluar color models

58 40 51
RGB 88 64 81
HSL 318° 15.79% 29.80%
HSB/HSV 318° 27.27% 34.51%
CMYK 0.00% 27.27% 7.95%
65.49%

Color #584051 in popluar number systems.

HEX 58 40 51
Decimal 88 64 81
Binary 1011000 1000000 1010001
Octal 130 100 121

Shades and tints

Shades of #584051

#584051
(88,64,81)
#503B4A
(80,59,74)
#483643
(72,54,67)
#40313C
(64,49,60)
#382C35
(56,44,53)
#30272E
(48,39,46)
#282227
(40,34,39)
#201D20
(32,29,32)
#181819
(24,24,25)
#101312
(16,19,18)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #584051

#584051
(88,64,81)
#675160
(103,81,96)
#76626F
(118,98,111)
#85737E
(133,115,126)
#94848D
(148,132,141)
#A3959C
(163,149,156)
#B2A6AB
(178,166,171)
#C1B7BA
(193,183,186)
#D0C8C9
(208,200,201)
#DFD9D8
(223,217,216)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584051 color. Also use rgb(88,64,81) instead hex code.

Text Font Color

.myTextColor { color: #584051; }

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

This text font color is #584051.

Background Color

.myBgColor { background-color: #584051; }

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

This div background color is #584051.

Border color

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

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

This div border color is #584051.

Opacity

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

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

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

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

This text has shadow with #584051 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584051.

Preview

Color preview on black background

This text has color #584051 on black background.


Color preview on white background

This text has color #584051 on white background.


Black color preview on #584051 background

This text has black color on #584051 background.


White color preview on #584051 background

This text has white color on #584051 background.


Related colors

Complementary color

Complementary color for #hex is #A7BFAE.


I love getcolorcode.com

Triadic colors

1 #515840 and #405158 with #584051 are triadic colors.

2 #514058 and #405851 with #584051 are triadic colors.