COLOR #585E35

HEX: #585E35 RGB: (88,94,53)

Color info

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

RGB color model

#585E35 color RGB value is (88,94,53).

RGB: (88,94,53) (35%, 37%, 21%)

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 53 of 255 = 21%

88
94
53

R + G + B ~ 31%. #585E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 94 + 53 = 235 (100%)
R 88 of 235 ~ 37.45%
G 94 of 235 ~ 40%
B 53 of 235 ~ 22.55'%

%37.45
%40
%22.55

CMYK color model

#585E35 color CMYK value is (6,0,44,63).

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

CMYK: (6,0,44,63)
C6M0Y44K63 (6%, 0%, 44%, 63%)
(0.06 / 0.00 / 0.44 / 0.63)

CMYK percentages

%6.38
%0
%43.62
%63.14

Codes

Color #585E35 in popluar color models

58 5E 35
RGB 88 94 53
HSL 69° 27.89% 28.82%
HSB/HSV 69° 43.62% 36.86%
CMYK 6.38% 0.00% 43.62%
63.14%

Color #585E35 in popluar number systems.

HEX 58 5E 35
Decimal 88 94 53
Binary 1011000 1011110 110101
Octal 130 136 65

Shades and tints

Shades of #585E35

#585E35
(88,94,53)
#505631
(80,86,49)
#484E2D
(72,78,45)
#404629
(64,70,41)
#383E25
(56,62,37)
#303621
(48,54,33)
#282E1D
(40,46,29)
#202619
(32,38,25)
#181E15
(24,30,21)
#101611
(16,22,17)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #585E35

#585E35
(88,94,53)
#676C47
(103,108,71)
#767A59
(118,122,89)
#85886B
(133,136,107)
#94967D
(148,150,125)
#A3A48F
(163,164,143)
#B2B2A1
(178,178,161)
#C1C0B3
(193,192,179)
#D0CEC5
(208,206,197)
#DFDCD7
(223,220,215)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E35; }

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

This text font color is #585E35.

Background Color

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

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

This div background color is #585E35.

Border color

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

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

This div border color is #585E35.

Opacity

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

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

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

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

This text has shadow with #585E35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585E35.

Preview

Color preview on black background

This text has color #585E35 on black background.


Color preview on white background

This text has color #585E35 on white background.


Black color preview on #585E35 background

This text has black color on #585E35 background.


White color preview on #585E35 background

This text has white color on #585E35 background.


Related colors

Complementary color

Complementary color for #hex is #A7A1CA.


I love getcolorcode.com

Triadic colors

1 #35585E and #5E3558 with #585E35 are triadic colors.

2 #355E58 and #5E5835 with #585E35 are triadic colors.