COLOR #584248

HEX: #584248
RGB: (88,66,72)

Color info

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

RGB color model

#584248 color RGB value is (88,66,72).

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

RGB channels and saturation

R 88 of 255 = 35%
G 66 of 255 = 26%
B 72 of 255 = 28%

88
66
72

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

Portions of RGB colors in percentages

R + G + B =
88 + 66 + 72 = 226 (100%)
R 88 of 226 ~ 38.94%
G 66 of 226 ~ 29.2%
B 72 of 226 ~ 31.86%

%38.94
%29.2
%31.86

CMYK color model

#584248 color CMYK value is (0,25,18,65).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 18.18%
  • key color value is 65.49%
CMYK:
(0,25,18,65)
C0M25Y18K65 
(0%,25%,18%,65%)
(0.00/0.25/0.18/0.65)	

CMYK percentages

%0
%25
%18.18
%65.49

Codes

Color #584248 in popluar color models

584248
RGB886672
HSL344°14.29%30.20%
HSB/HSV344°25.00%34.51%
CMYK0.00%25.00%18.18%
65.49%

Color #584248 in popluar number systems.

HEX584248
Decimal886672
Binary101100010000101001000
Octal130102110

Shades and tints

Shades of #584248

#584248
(88,66,72)
#503C42
(80,60,66)
#48363C
(72,54,60)
#403036
(64,48,54)
#382A30
(56,42,48)
#30242A
(48,36,42)
#281E24
(40,30,36)
#20181E
(32,24,30)
#181218
(24,18,24)
#100C12
(16,12,18)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #584248

#584248
(88,66,72)
#675358
(103,83,88)
#766468
(118,100,104)
#857578
(133,117,120)
#948688
(148,134,136)
#A39798
(163,151,152)
#B2A8A8
(178,168,168)
#C1B9B8
(193,185,184)
#D0CAC8
(208,202,200)
#DFDBD8
(223,219,216)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584248; }

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

This text font color is #584248.


Background Color

.myBgColor { background-color: #584248; }

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

This div background color is #584248.


Border color

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

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

This div border color is #584248.


Opacity

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

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

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

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

This text has shadow with #584248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584248 on black background.


Color preview on white background

This text has color #584248 on white background.



Black color preview on #584248 background

This text has black color on #584248 background.


White color preview on #584248 background

This text has white color on #584248 background.