COLOR #585745

HEX: #585745 RGB: (88,87,69)

Color info

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

RGB color model

#585745 color RGB value is (88,87,69).

RGB: (88,87,69) (35%, 34%, 27%)

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 69 of 255 = 27%

88
87
69

R + G + B ~ 32%. #585745 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 87 + 69 = 244 (100%)
R 88 of 244 ~ 36.07%
G 87 of 244 ~ 35.66%
B 69 of 244 ~ 28.28'%

%36.07
%35.66
%28.28

CMYK color model

#585745 color CMYK value is (0,1,22,65).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 21.59%
  • key color value is 65.49%

CMYK: (0,1,22,65)
C0M1Y22K65 (0%, 1%, 22%, 65%)
(0.00 / 0.01 / 0.22 / 0.65)

CMYK percentages

%0
%1.14
%21.59
%65.49

Codes

Color #585745 in popluar color models

58 57 45
RGB 88 87 69
HSL 57° 12.10% 30.78%
HSB/HSV 57° 21.59% 34.51%
CMYK 0.00% 1.14% 21.59%
65.49%

Color #585745 in popluar number systems.

HEX 58 57 45
Decimal 88 87 69
Binary 1011000 1010111 1000101
Octal 130 127 105

Shades and tints

Shades of #585745

#585745
(88,87,69)
#50503F
(80,80,63)
#484939
(72,73,57)
#404233
(64,66,51)
#383B2D
(56,59,45)
#303427
(48,52,39)
#282D21
(40,45,33)
#20261B
(32,38,27)
#181F15
(24,31,21)
#10180F
(16,24,15)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #585745

#585745
(88,87,69)
#676655
(103,102,85)
#767565
(118,117,101)
#858475
(133,132,117)
#949385
(148,147,133)
#A3A295
(163,162,149)
#B2B1A5
(178,177,165)
#C1C0B5
(193,192,181)
#D0CFC5
(208,207,197)
#DFDED5
(223,222,213)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585745 color. Also use rgb(88,87,69) instead hex code.

Text Font Color

.myTextColor { color: #585745; }

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

This text font color is #585745.

Background Color

.myBgColor { background-color: #585745; }

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

This div background color is #585745.

Border color

.myBorderColor { border: 1px solid #585745; }

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

This div border color is #585745.

Opacity

.myOpacity80 { color: #585745; opacity: 0.8; }

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

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

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

This text has shadow with #585745 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585745.

Preview

Color preview on black background

This text has color #585745 on black background.


Color preview on white background

This text has color #585745 on white background.


Black color preview on #585745 background

This text has black color on #585745 background.


White color preview on #585745 background

This text has white color on #585745 background.


Related colors

Complementary color

Complementary color for #hex is #A7A8BA.


I love getcolorcode.com

Triadic colors

1 #455857 and #574558 with #585745 are triadic colors.

2 #455758 and #575845 with #585745 are triadic colors.