COLOR #584E42

HEX: #584E42
RGB: (88,78,66)

Color info

#584E42 contains red, green and blue colors in about the same proportion. Web safe color of #584E42 is #666633 (or #663).

RGB color model

#584E42 color RGB value is (88,78,66).

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

RGB channels and saturation

R 88 of 255 = 35%
G 78 of 255 = 31%
B 66 of 255 = 26%

88
78
66

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

Portions of RGB colors in percentages

R + G + B =
88 + 78 + 66 = 232 (100%)
R 88 of 232 ~ 37.93%
G 78 of 232 ~ 33.62%
B 66 of 232 ~ 28.45%

%37.93
%33.62
%28.45

CMYK color model

#584E42 color CMYK value is (0,11,25,65).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 25.00%
  • key color value is 65.49%
CMYK:
(0,11,25,65)
C0M11Y25K65 
(0%,11%,25%,65%)
(0.00/0.11/0.25/0.65)	

CMYK percentages

%0
%11.36
%25
%65.49

Codes

Color #584E42 in popluar color models

584E42
RGB887866
HSL33°14.29%30.20%
HSB/HSV33°25.00%34.51%
CMYK0.00%11.36%25.00%
65.49%

Color #584E42 in popluar number systems.

HEX584E42
Decimal887866
Binary101100010011101000010
Octal130116102

Shades and tints

Shades of #584E42

#584E42
(88,78,66)
#50473C
(80,71,60)
#484036
(72,64,54)
#403930
(64,57,48)
#38322A
(56,50,42)
#302B24
(48,43,36)
#28241E
(40,36,30)
#201D18
(32,29,24)
#181612
(24,22,18)
#100F0C
(16,15,12)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #584E42

#584E42
(88,78,66)
#675E53
(103,94,83)
#766E64
(118,110,100)
#857E75
(133,126,117)
#948E86
(148,142,134)
#A39E97
(163,158,151)
#B2AEA8
(178,174,168)
#C1BEB9
(193,190,185)
#D0CECA
(208,206,202)
#DFDEDB
(223,222,219)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584E42; }

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

This text font color is #584E42.


Background Color

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

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

This div background color is #584E42.


Border color

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

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

This div border color is #584E42.


Opacity

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

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

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

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

This text has shadow with #584E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584E42 on black background.


Color preview on white background

This text has color #584E42 on white background.



Black color preview on #584E42 background

This text has black color on #584E42 background.


White color preview on #584E42 background

This text has white color on #584E42 background.