COLOR #584D50

HEX: #584D50
RGB: (88,77,80)

Color info

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

RGB color model

#584D50 color RGB value is (88,77,80).

  • red value is 88;
  • green value is 77;
  • blue value is 80.
RGB:
(88,77,80)
(35%,30%,31%)

RGB channels and saturation

R 88 of 255 = 35%
G 77 of 255 = 30%
B 80 of 255 = 31%

88
77
80

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

Portions of RGB colors in percentages

R + G + B =
88 + 77 + 80 = 245 (100%)
R 88 of 245 ~ 35.92%
G 77 of 245 ~ 31.43%
B 80 of 245 ~ 32.65%

%35.92
%31.43
%32.65

CMYK color model

#584D50 color CMYK value is (0,13,9,65).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK:
(0,13,9,65)
C0M13Y9K65 
(0%,13%,9%,65%)
(0.00/0.13/0.09/0.65)	

CMYK percentages

%0
%12.5
%9.09
%65.49

Codes

Color #584D50 in popluar color models

584D50
RGB887780
HSL344°6.67%32.35%
HSB/HSV344°12.50%34.51%
CMYK0.00%12.50%9.09%
65.49%

Color #584D50 in popluar number systems.

HEX584D50
Decimal887780
Binary101100010011011010000
Octal130115120

Shades and tints

Shades of #584D50

#584D50
(88,77,80)
#504649
(80,70,73)
#483F42
(72,63,66)
#40383B
(64,56,59)
#383134
(56,49,52)
#302A2D
(48,42,45)
#282326
(40,35,38)
#201C1F
(32,28,31)
#181518
(24,21,24)
#100E11
(16,14,17)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #584D50

#584D50
(88,77,80)
#675D5F
(103,93,95)
#766D6E
(118,109,110)
#857D7D
(133,125,125)
#948D8C
(148,141,140)
#A39D9B
(163,157,155)
#B2ADAA
(178,173,170)
#C1BDB9
(193,189,185)
#D0CDC8
(208,205,200)
#DFDDD7
(223,221,215)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584D50; }

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

This text font color is #584D50.


Background Color

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

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

This div background color is #584D50.


Border color

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

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

This div border color is #584D50.


Opacity

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

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

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

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

This text has shadow with #584D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D50 on black background.


Color preview on white background

This text has color #584D50 on white background.



Black color preview on #584D50 background

This text has black color on #584D50 background.


White color preview on #584D50 background

This text has white color on #584D50 background.