COLOR #584D2A

HEX: #584D2A RGB: (88,77,42)

Color info

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

RGB color model

#584D2A color RGB value is (88,77,42).

RGB: (88,77,42) (35%, 30%, 16%)

RGB channels and saturation

R 88 of 255 = 35%
G 77 of 255 = 30%
B 42 of 255 = 16%

88
77
42

R + G + B ~ 27%. #584D2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 77 + 42 = 207 (100%)
R 88 of 207 ~ 42.51%
G 77 of 207 ~ 37.2%
B 42 of 207 ~ 20.29'%

%42.51
%37.2
%20.29

CMYK color model

#584D2A color CMYK value is (0,13,52,65).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 52.27%
  • key color value is 65.49%

CMYK: (0,13,52,65)
C0M13Y52K65 (0%, 13%, 52%, 65%)
(0.00 / 0.13 / 0.52 / 0.65)

CMYK percentages

%0
%12.5
%52.27
%65.49

Codes

Color #584D2A in popluar color models

58 4D 2A
RGB 88 77 42
HSL 46° 35.38% 25.49%
HSB/HSV 46° 52.27% 34.51%
CMYK 0.00% 12.50% 52.27%
65.49%

Color #584D2A in popluar number systems.

HEX 58 4D 2A
Decimal 88 77 42
Binary 1011000 1001101 101010
Octal 130 115 52

Shades and tints

Shades of #584D2A

#584D2A
(88,77,42)
#504627
(80,70,39)
#483F24
(72,63,36)
#403821
(64,56,33)
#38311E
(56,49,30)
#302A1B
(48,42,27)
#282318
(40,35,24)
#201C15
(32,28,21)
#181512
(24,21,18)
#100E0F
(16,14,15)
#08070C
(8,7,12)
#000000
(0,0,0)

Tints of #584D2A

#584D2A
(88,77,42)
#675D3D
(103,93,61)
#766D50
(118,109,80)
#857D63
(133,125,99)
#948D76
(148,141,118)
#A39D89
(163,157,137)
#B2AD9C
(178,173,156)
#C1BDAF
(193,189,175)
#D0CDC2
(208,205,194)
#DFDDD5
(223,221,213)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584D2A color. Also use rgb(88,77,42) instead hex code.

Text Font Color

.myTextColor { color: #584D2A; }

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

This text font color is #584D2A.

Background Color

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

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

This div background color is #584D2A.

Border color

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

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

This div border color is #584D2A.

Opacity

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

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

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

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

This text has shadow with #584D2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584D2A.

Preview

Color preview on black background

This text has color #584D2A on black background.


Color preview on white background

This text has color #584D2A on white background.


Black color preview on #584D2A background

This text has black color on #584D2A background.


White color preview on #584D2A background

This text has white color on #584D2A background.


Related colors

Complementary color

Complementary color for #hex is #A7B2D5.


I love getcolorcode.com

Triadic colors

1 #2A584D and #4D2A58 with #584D2A are triadic colors.

2 #2A4D58 and #4D582A with #584D2A are triadic colors.