COLOR #584C51

HEX: #584C51
RGB: (88,76,81)

Color info

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

RGB color model

#584C51 color RGB value is (88,76,81).

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

RGB channels and saturation

R 88 of 255 = 35%
G 76 of 255 = 30%
B 81 of 255 = 32%

88
76
81

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

Portions of RGB colors in percentages

R + G + B =
88 + 76 + 81 = 245 (100%)
R 88 of 245 ~ 35.92%
G 76 of 245 ~ 31.02%
B 81 of 245 ~ 33.06%

%35.92
%31.02
%33.06

CMYK color model

#584C51 color CMYK value is (0,14,8,65).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 7.95%
  • key color value is 65.49%
CMYK:
(0,14,8,65)
C0M14Y8K65 
(0%,14%,8%,65%)
(0.00/0.14/0.08/0.65)	

CMYK percentages

%0
%13.64
%7.95
%65.49

Codes

Color #584C51 in popluar color models

584C51
RGB887681
HSL335°7.32%32.16%
HSB/HSV335°13.64%34.51%
CMYK0.00%13.64%7.95%
65.49%

Color #584C51 in popluar number systems.

HEX584C51
Decimal887681
Binary101100010011001010001
Octal130114121

Shades and tints

Shades of #584C51

#584C51
(88,76,81)
#50464A
(80,70,74)
#484043
(72,64,67)
#403A3C
(64,58,60)
#383435
(56,52,53)
#302E2E
(48,46,46)
#282827
(40,40,39)
#202220
(32,34,32)
#181C19
(24,28,25)
#101612
(16,22,18)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #584C51

#584C51
(88,76,81)
#675C60
(103,92,96)
#766C6F
(118,108,111)
#857C7E
(133,124,126)
#948C8D
(148,140,141)
#A39C9C
(163,156,156)
#B2ACAB
(178,172,171)
#C1BCBA
(193,188,186)
#D0CCC9
(208,204,201)
#DFDCD8
(223,220,216)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584C51; }

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

This text font color is #584C51.


Background Color

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

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

This div background color is #584C51.


Border color

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

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

This div border color is #584C51.


Opacity

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

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

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

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

This text has shadow with #584C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584C51 on black background.


Color preview on white background

This text has color #584C51 on white background.



Black color preview on #584C51 background

This text has black color on #584C51 background.


White color preview on #584C51 background

This text has white color on #584C51 background.