COLOR #585E46

HEX: #585E46 RGB: (88,94,70)

Color info

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

RGB color model

#585E46 color RGB value is (88,94,70).

RGB: (88,94,70) (35%, 37%, 27%)

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 70 of 255 = 27%

88
94
70

R + G + B ~ 33%. #585E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 94 + 70 = 252 (100%)
R 88 of 252 ~ 34.92%
G 94 of 252 ~ 37.3%
B 70 of 252 ~ 27.78'%

%34.92
%37.3
%27.78

CMYK color model

#585E46 color CMYK value is (6,0,26,63).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 63.14%

CMYK: (6,0,26,63)
C6M0Y26K63 (6%, 0%, 26%, 63%)
(0.06 / 0.00 / 0.26 / 0.63)

CMYK percentages

%6.38
%0
%25.53
%63.14

Codes

Color #585E46 in popluar color models

58 5E 46
RGB 88 94 70
HSL 75° 14.63% 32.16%
HSB/HSV 75° 25.53% 36.86%
CMYK 6.38% 0.00% 25.53%
63.14%

Color #585E46 in popluar number systems.

HEX 58 5E 46
Decimal 88 94 70
Binary 1011000 1011110 1000110
Octal 130 136 106

Shades and tints

Shades of #585E46

#585E46
(88,94,70)
#505640
(80,86,64)
#484E3A
(72,78,58)
#404634
(64,70,52)
#383E2E
(56,62,46)
#303628
(48,54,40)
#282E22
(40,46,34)
#20261C
(32,38,28)
#181E16
(24,30,22)
#101610
(16,22,16)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #585E46

#585E46
(88,94,70)
#676C56
(103,108,86)
#767A66
(118,122,102)
#858876
(133,136,118)
#949686
(148,150,134)
#A3A496
(163,164,150)
#B2B2A6
(178,178,166)
#C1C0B6
(193,192,182)
#D0CEC6
(208,206,198)
#DFDCD6
(223,220,214)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E46; }

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

This text font color is #585E46.

Background Color

.myBgColor { background-color: #585E46; }

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

This div background color is #585E46.

Border color

.myBorderColor { border: 1px solid #585E46; }

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

This div border color is #585E46.

Opacity

.myOpacity80 { color: #585E46; opacity: 0.8; }

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

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

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

This text has shadow with #585E46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585E46.

Preview

Color preview on black background

This text has color #585E46 on black background.


Color preview on white background

This text has color #585E46 on white background.


Black color preview on #585E46 background

This text has black color on #585E46 background.


White color preview on #585E46 background

This text has white color on #585E46 background.


Related colors

Complementary color

Complementary color for #hex is #A7A1B9.


I love getcolorcode.com

Triadic colors

1 #46585E and #5E4658 with #585E46 are triadic colors.

2 #465E58 and #5E5846 with #585E46 are triadic colors.