COLOR #584E50

HEX: #584E50 RGB: (88,78,80)

Color info

#584E50 contains red, green and blue colors in about the same proportion. Web safe color of #584E50 is #666666 (or #666).

RGB color model

#584E50 color RGB value is (88,78,80).

RGB: (88,78,80) (35%, 31%, 31%)

RGB channels and saturation

R 88 of 255 = 35%
G 78 of 255 = 31%
B 80 of 255 = 31%

88
78
80

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

Portions of RGB colors in percentages

R + G + B = 88 + 78 + 80 = 246 (100%)
R 88 of 246 ~ 35.77%
G 78 of 246 ~ 31.71%
B 80 of 246 ~ 32.52'%

%35.77
%31.71
%32.52

CMYK color model

#584E50 color CMYK value is (0,11,9,65).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK: (0,11,9,65) C0M11Y9K65 (0%,11%,9%,65%) (0.00/0.11/0.09/0.65) 

CMYK percentages

%0
%11.36
%9.09
%65.49

Codes

Color #584E50 in popluar color models

58 4E 50
RGB 88 78 80
HSL 348° 6.02% 32.55%
HSB/HSV 348° 11.36% 34.51%
CMYK 0.00% 11.36% 9.09%
65.49%

Color #584E50 in popluar number systems.

HEX 58 4E 50
Decimal 88 78 80
Binary 1011000 1001110 1010000
Octal 130 116 120

Shades and tints

Shades of #584E50

#584E50
(88,78,80)
#504749
(80,71,73)
#484042
(72,64,66)
#40393B
(64,57,59)
#383234
(56,50,52)
#302B2D
(48,43,45)
#282426
(40,36,38)
#201D1F
(32,29,31)
#181618
(24,22,24)
#100F11
(16,15,17)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #584E50

#584E50
(88,78,80)
#675E5F
(103,94,95)
#766E6E
(118,110,110)
#857E7D
(133,126,125)
#948E8C
(148,142,140)
#A39E9B
(163,158,155)
#B2AEAA
(178,174,170)
#C1BEB9
(193,190,185)
#D0CEC8
(208,206,200)
#DFDED7
(223,222,215)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584E50 color. Also use rgb(88,78,80) instead hex code.

Text Font Color

.myTextColor { color: #584E50; }

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

This text font color is #584E50.

Background Color

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

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

This div background color is #584E50.

Border color

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

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

This div border color is #584E50.

Opacity

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

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

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

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

This text has shadow with #584E50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584E50.

Preview

Color preview on black background

This text has color #584E50 on black background.


Color preview on white background

This text has color #584E50 on white background.


Black color preview on #584E50 background

This text has black color on #584E50 background.


White color preview on #584E50 background

This text has white color on #584E50 background.


Related colors

Complementary color

Complementary color for #hex is #A7B1AF.


I love getcolorcode.com

Triadic colors

1 #50584E and #4E5058 with #584E50 are triadic colors.

2 #504E58 and #4E5850 with #584E50 are triadic colors.