COLOR #584846

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

88
72
70

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

Portions of RGB colors in percentages

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

%38.26
%31.3
%30.43

CMYK color model

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

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

CMYK percentages

%0
%18.18
%20.45
%65.49

Codes

Color #584846 in popluar color models

584846
RGB887270
HSL11.39%30.98%
HSB/HSV20.45%34.51%
CMYK0.00%18.18%20.45%
65.49%

Color #584846 in popluar number systems.

HEX584846
Decimal887270
Binary101100010010001000110
Octal130110106

Shades and tints

Shades of #584846

#584846
(88,72,70)
#504240
(80,66,64)
#483C3A
(72,60,58)
#403634
(64,54,52)
#38302E
(56,48,46)
#302A28
(48,42,40)
#282422
(40,36,34)
#201E1C
(32,30,28)
#181816
(24,24,22)
#101210
(16,18,16)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #584846

#584846
(88,72,70)
#675856
(103,88,86)
#766866
(118,104,102)
#857876
(133,120,118)
#948886
(148,136,134)
#A39896
(163,152,150)
#B2A8A6
(178,168,166)
#C1B8B6
(193,184,182)
#D0C8C6
(208,200,198)
#DFD8D6
(223,216,214)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584846; }

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

This text font color is #584846.


Background Color

.myBgColor { background-color: #584846; }

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

This div background color is #584846.


Border color

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

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

This div border color is #584846.


Opacity

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

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

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

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

This text has shadow with #584846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584846 on black background.


Color preview on white background

This text has color #584846 on white background.



Black color preview on #584846 background

This text has black color on #584846 background.


White color preview on #584846 background

This text has white color on #584846 background.