COLOR #584C48

HEX: #584C48
RGB: (88,76,72)

Color info

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

RGB color model

#584C48 color RGB value is (88,76,72).

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

RGB channels and saturation

R 88 of 255 = 35%
G 76 of 255 = 30%
B 72 of 255 = 28%

88
76
72

R + G + B ~ 31%. #584C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 76 + 72 = 236 (100%)
R 88 of 236 ~ 37.29%
G 76 of 236 ~ 32.2%
B 72 of 236 ~ 30.51%

%37.29
%32.2
%30.51

CMYK color model

#584C48 color CMYK value is (0,14,18,65).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 18.18%
  • key color value is 65.49%
CMYK:
(0,14,18,65)
C0M14Y18K65 
(0%,14%,18%,65%)
(0.00/0.14/0.18/0.65)	

CMYK percentages

%0
%13.64
%18.18
%65.49

Codes

Color #584C48 in popluar color models

584C48
RGB887672
HSL15°10.00%31.37%
HSB/HSV15°18.18%34.51%
CMYK0.00%13.64%18.18%
65.49%

Color #584C48 in popluar number systems.

HEX584C48
Decimal887672
Binary101100010011001001000
Octal130114110

Shades and tints

Shades of #584C48

#584C48
(88,76,72)
#504642
(80,70,66)
#48403C
(72,64,60)
#403A36
(64,58,54)
#383430
(56,52,48)
#302E2A
(48,46,42)
#282824
(40,40,36)
#20221E
(32,34,30)
#181C18
(24,28,24)
#101612
(16,22,18)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #584C48

#584C48
(88,76,72)
#675C58
(103,92,88)
#766C68
(118,108,104)
#857C78
(133,124,120)
#948C88
(148,140,136)
#A39C98
(163,156,152)
#B2ACA8
(178,172,168)
#C1BCB8
(193,188,184)
#D0CCC8
(208,204,200)
#DFDCD8
(223,220,216)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584C48; }

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

This text font color is #584C48.


Background Color

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

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

This div background color is #584C48.


Border color

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

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

This div border color is #584C48.


Opacity

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

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

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

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

This text has shadow with #584C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584C48 on black background.


Color preview on white background

This text has color #584C48 on white background.



Black color preview on #584C48 background

This text has black color on #584C48 background.


White color preview on #584C48 background

This text has white color on #584C48 background.