COLOR #584C4D

HEX: #584C4D
RGB: (88,76,77)

Color info

#584C4D contains red, green and blue colors in about the same proportion. Web safe color of #584C4D is #663333 (or #633).

RGB color model

#584C4D color RGB value is (88,76,77).

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

RGB channels and saturation

R 88 of 255 = 35%
G 76 of 255 = 30%
B 77 of 255 = 30%

88
76
77

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

Portions of RGB colors in percentages

R + G + B =
88 + 76 + 77 = 241 (100%)
R 88 of 241 ~ 36.51%
G 76 of 241 ~ 31.54%
B 77 of 241 ~ 31.95%

%36.51
%31.54
%31.95

CMYK color model

#584C4D color CMYK value is (0,14,13,65).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(0,14,13,65)
C0M14Y13K65 
(0%,14%,13%,65%)
(0.00/0.14/0.13/0.65)	

CMYK percentages

%0
%13.64
%12.5
%65.49

Codes

Color #584C4D in popluar color models

584C4D
RGB887677
HSL355°7.32%32.16%
HSB/HSV355°13.64%34.51%
CMYK0.00%13.64%12.50%
65.49%

Color #584C4D in popluar number systems.

HEX584C4D
Decimal887677
Binary101100010011001001101
Octal130114115

Shades and tints

Shades of #584C4D

#584C4D
(88,76,77)
#504646
(80,70,70)
#48403F
(72,64,63)
#403A38
(64,58,56)
#383431
(56,52,49)
#302E2A
(48,46,42)
#282823
(40,40,35)
#20221C
(32,34,28)
#181C15
(24,28,21)
#10160E
(16,22,14)
#081007
(8,16,7)
#000000
(0,0,0)

Tints of #584C4D

#584C4D
(88,76,77)
#675C5D
(103,92,93)
#766C6D
(118,108,109)
#857C7D
(133,124,125)
#948C8D
(148,140,141)
#A39C9D
(163,156,157)
#B2ACAD
(178,172,173)
#C1BCBD
(193,188,189)
#D0CCCD
(208,204,205)
#DFDCDD
(223,220,221)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584C4D; }

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

This text font color is #584C4D.


Background Color

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

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

This div background color is #584C4D.


Border color

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

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

This div border color is #584C4D.


Opacity

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

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

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

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

This text has shadow with #584C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584C4D on black background.


Color preview on white background

This text has color #584C4D on white background.



Black color preview on #584C4D background

This text has black color on #584C4D background.


White color preview on #584C4D background

This text has white color on #584C4D background.