COLOR #584442

HEX: #584442
RGB: (88,68,66)

Color info

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

RGB color model

#584442 color RGB value is (88,68,66).

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

RGB channels and saturation

R 88 of 255 = 35%
G 68 of 255 = 27%
B 66 of 255 = 26%

88
68
66

R + G + B ~ 29%. #584442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 68 + 66 = 222 (100%)
R 88 of 222 ~ 39.64%
G 68 of 222 ~ 30.63%
B 66 of 222 ~ 29.73%

%39.64
%30.63
%29.73

CMYK color model

#584442 color CMYK value is (0,23,25,65).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 25.00%
  • key color value is 65.49%
CMYK:
(0,23,25,65)
C0M23Y25K65 
(0%,23%,25%,65%)
(0.00/0.23/0.25/0.65)	

CMYK percentages

%0
%22.73
%25
%65.49

Codes

Color #584442 in popluar color models

584442
RGB886866
HSL14.29%30.20%
HSB/HSV25.00%34.51%
CMYK0.00%22.73%25.00%
65.49%

Color #584442 in popluar number systems.

HEX584442
Decimal886866
Binary101100010001001000010
Octal130104102

Shades and tints

Shades of #584442

#584442
(88,68,66)
#503E3C
(80,62,60)
#483836
(72,56,54)
#403230
(64,50,48)
#382C2A
(56,44,42)
#302624
(48,38,36)
#28201E
(40,32,30)
#201A18
(32,26,24)
#181412
(24,20,18)
#100E0C
(16,14,12)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #584442

#584442
(88,68,66)
#675553
(103,85,83)
#766664
(118,102,100)
#857775
(133,119,117)
#948886
(148,136,134)
#A39997
(163,153,151)
#B2AAA8
(178,170,168)
#C1BBB9
(193,187,185)
#D0CCCA
(208,204,202)
#DFDDDB
(223,221,219)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584442; }

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

This text font color is #584442.


Background Color

.myBgColor { background-color: #584442; }

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

This div background color is #584442.


Border color

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

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

This div border color is #584442.


Opacity

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

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

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

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

This text has shadow with #584442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584442 on black background.


Color preview on white background

This text has color #584442 on white background.



Black color preview on #584442 background

This text has black color on #584442 background.


White color preview on #584442 background

This text has white color on #584442 background.