COLOR #584A42

HEX: #584A42
RGB: (88,74,66)

Color info

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

RGB color model

#584A42 color RGB value is (88,74,66).

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

RGB channels and saturation

R 88 of 255 = 35%
G 74 of 255 = 29%
B 66 of 255 = 26%

88
74
66

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

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 66 = 228 (100%)
R 88 of 228 ~ 38.6%
G 74 of 228 ~ 32.46%
B 66 of 228 ~ 28.95%

%38.6
%32.46
%28.95

CMYK color model

#584A42 color CMYK value is (0,16,25,65).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 25.00%
  • key color value is 65.49%
CMYK: (0,16,25,65) C0M16Y25K65 (0%,16%,25%,65%) (0.00/0.16/0.25/0.65)

CMYK percentages

%0
%15.91
%25
%65.49

Codes

Color #584A42 in popluar color models

584A42
RGB887466
HSL22°14.29%30.20%
HSB/HSV22°25.00%34.51%
CMYK0.00%15.91%25.00%
65.49%

Color #584A42 in popluar number systems.

HEX584A42
Decimal887466
Binary101100010010101000010
Octal130112102

Shades and tints

Shades of #584A42

#584A42
(88,74,66)
#50443C
(80,68,60)
#483E36
(72,62,54)
#403830
(64,56,48)
#38322A
(56,50,42)
#302C24
(48,44,36)
#28261E
(40,38,30)
#202018
(32,32,24)
#181A12
(24,26,18)
#10140C
(16,20,12)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #584A42

#584A42
(88,74,66)
#675A53
(103,90,83)
#766A64
(118,106,100)
#857A75
(133,122,117)
#948A86
(148,138,134)
#A39A97
(163,154,151)
#B2AAA8
(178,170,168)
#C1BAB9
(193,186,185)
#D0CACA
(208,202,202)
#DFDADB
(223,218,219)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584A42; }

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

This text font color is #584A42.


Background Color

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

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

This div background color is #584A42.


Border color

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

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

This div border color is #584A42.


Opacity

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

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

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

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

This text has shadow with #584A42 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #584A42 on black background.


Color preview on white background

This text has color #584A42 on white background.



Black color preview on #584A42 background

This text has black color on #584A42 background.


White color preview on #584A42 background

This text has white color on #584A42 background.