COLOR #584648

HEX: #584648
RGB: (88,70,72)

Color info

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

RGB color model

#584648 color RGB value is (88,70,72).

  • red value is 88;
  • green value is 70;
  • blue value is 72.
RGB:
(88,70,72)
(35%,27%,28%)

RGB channels and saturation

R 88 of 255 = 35%
G 70 of 255 = 27%
B 72 of 255 = 28%

88
70
72

R + G + B ~ 30%. #584648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 70 + 72 = 230 (100%)
R 88 of 230 ~ 38.26%
G 70 of 230 ~ 30.43%
B 72 of 230 ~ 31.3%

%38.26
%30.43
%31.3

CMYK color model

#584648 color CMYK value is (0,20,18,65).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 18.18%
  • key color value is 65.49%
CMYK:
(0,20,18,65)
C0M20Y18K65 
(0%,20%,18%,65%)
(0.00/0.20/0.18/0.65)	

CMYK percentages

%0
%20.45
%18.18
%65.49

Codes

Color #584648 in popluar color models

584648
RGB887072
HSL353°11.39%30.98%
HSB/HSV353°20.45%34.51%
CMYK0.00%20.45%18.18%
65.49%

Color #584648 in popluar number systems.

HEX584648
Decimal887072
Binary101100010001101001000
Octal130106110

Shades and tints

Shades of #584648

#584648
(88,70,72)
#504042
(80,64,66)
#483A3C
(72,58,60)
#403436
(64,52,54)
#382E30
(56,46,48)
#30282A
(48,40,42)
#282224
(40,34,36)
#201C1E
(32,28,30)
#181618
(24,22,24)
#101012
(16,16,18)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #584648

#584648
(88,70,72)
#675658
(103,86,88)
#766668
(118,102,104)
#857678
(133,118,120)
#948688
(148,134,136)
#A39698
(163,150,152)
#B2A6A8
(178,166,168)
#C1B6B8
(193,182,184)
#D0C6C8
(208,198,200)
#DFD6D8
(223,214,216)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584648 color. Also use rgb(88,70,72) instead hex code.

Text Font Color

.myTextColor { color: #584648; }

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

This text font color is #584648.


Background Color

.myBgColor { background-color: #584648; }

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

This div background color is #584648.


Border color

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

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

This div border color is #584648.


Opacity

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

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

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

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

This text has shadow with #584648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584648 on black background.


Color preview on white background

This text has color #584648 on white background.



Black color preview on #584648 background

This text has black color on #584648 background.


White color preview on #584648 background

This text has white color on #584648 background.