COLOR #584A48

HEX: #584A48
RGB: (88,74,72)

Color info

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

RGB color model

#584A48 color RGB value is (88,74,72).

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

RGB channels and saturation

R 88 of 255 = 35%
G 74 of 255 = 29%
B 72 of 255 = 28%

88
74
72

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

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 72 = 234 (100%)
R 88 of 234 ~ 37.61%
G 74 of 234 ~ 31.62%
B 72 of 234 ~ 30.77%

%37.61
%31.62
%30.77

CMYK color model

#584A48 color CMYK value is (0,16,18,65).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 18.18%
  • key color value is 65.49%
CMYK:
(0,16,18,65)
C0M16Y18K65 
(0%,16%,18%,65%)
(0.00/0.16/0.18/0.65)	

CMYK percentages

%0
%15.91
%18.18
%65.49

Codes

Color #584A48 in popluar color models

584A48
RGB887472
HSL10.00%31.37%
HSB/HSV18.18%34.51%
CMYK0.00%15.91%18.18%
65.49%

Color #584A48 in popluar number systems.

HEX584A48
Decimal887472
Binary101100010010101001000
Octal130112110

Shades and tints

Shades of #584A48

#584A48
(88,74,72)
#504442
(80,68,66)
#483E3C
(72,62,60)
#403836
(64,56,54)
#383230
(56,50,48)
#302C2A
(48,44,42)
#282624
(40,38,36)
#20201E
(32,32,30)
#181A18
(24,26,24)
#101412
(16,20,18)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #584A48

#584A48
(88,74,72)
#675A58
(103,90,88)
#766A68
(118,106,104)
#857A78
(133,122,120)
#948A88
(148,138,136)
#A39A98
(163,154,152)
#B2AAA8
(178,170,168)
#C1BAB8
(193,186,184)
#D0CAC8
(208,202,200)
#DFDAD8
(223,218,216)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584A48; }

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

This text font color is #584A48.


Background Color

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

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

This div background color is #584A48.


Border color

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

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

This div border color is #584A48.


Opacity

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

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

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

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

This text has shadow with #584A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584A48 on black background.


Color preview on white background

This text has color #584A48 on white background.



Black color preview on #584A48 background

This text has black color on #584A48 background.


White color preview on #584A48 background

This text has white color on #584A48 background.