COLOR #584751

HEX: #584751
RGB: (88,71,81)

Color info

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

RGB color model

#584751 color RGB value is (88,71,81).

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

RGB channels and saturation

R 88 of 255 = 35%
G 71 of 255 = 28%
B 81 of 255 = 32%

88
71
81

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

Portions of RGB colors in percentages

R + G + B =
88 + 71 + 81 = 240 (100%)
R 88 of 240 ~ 36.67%
G 71 of 240 ~ 29.58%
B 81 of 240 ~ 33.75%

%36.67
%29.58
%33.75

CMYK color model

#584751 color CMYK value is (0,19,8,65).

  • cyan value is 0.00%
  • magenta value is 19.32%
  • yellow value is 7.95%
  • key color value is 65.49%
CMYK:
(0,19,8,65)
C0M19Y8K65 
(0%,19%,8%,65%)
(0.00/0.19/0.08/0.65)	

CMYK percentages

%0
%19.32
%7.95
%65.49

Codes

Color #584751 in popluar color models

584751
RGB887181
HSL325°10.69%31.18%
HSB/HSV325°19.32%34.51%
CMYK0.00%19.32%7.95%
65.49%

Color #584751 in popluar number systems.

HEX584751
Decimal887181
Binary101100010001111010001
Octal130107121

Shades and tints

Shades of #584751

#584751
(88,71,81)
#50414A
(80,65,74)
#483B43
(72,59,67)
#40353C
(64,53,60)
#382F35
(56,47,53)
#30292E
(48,41,46)
#282327
(40,35,39)
#201D20
(32,29,32)
#181719
(24,23,25)
#101112
(16,17,18)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #584751

#584751
(88,71,81)
#675760
(103,87,96)
#76676F
(118,103,111)
#85777E
(133,119,126)
#94878D
(148,135,141)
#A3979C
(163,151,156)
#B2A7AB
(178,167,171)
#C1B7BA
(193,183,186)
#D0C7C9
(208,199,201)
#DFD7D8
(223,215,216)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584751; }

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

This text font color is #584751.


Background Color

.myBgColor { background-color: #584751; }

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

This div background color is #584751.


Border color

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

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

This div border color is #584751.


Opacity

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

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

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

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

This text has shadow with #584751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584751 on black background.


Color preview on white background

This text has color #584751 on white background.



Black color preview on #584751 background

This text has black color on #584751 background.


White color preview on #584751 background

This text has white color on #584751 background.