COLOR #585245

HEX: #585245
RGB: (88,82,69)

Color info

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

RGB color model

#585245 color RGB value is (88,82,69).

  • red value is 88;
  • green value is 82;
  • blue value is 69.
RGB:
(88,82,69)
(35%,32%,27%)

RGB channels and saturation

R 88 of 255 = 35%
G 82 of 255 = 32%
B 69 of 255 = 27%

88
82
69

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

Portions of RGB colors in percentages

R + G + B =
88 + 82 + 69 = 239 (100%)
R 88 of 239 ~ 36.82%
G 82 of 239 ~ 34.31%
B 69 of 239 ~ 28.87%

%36.82
%34.31
%28.87

CMYK color model

#585245 color CMYK value is (0,7,22,65).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 21.59%
  • key color value is 65.49%
CMYK:
(0,7,22,65)
C0M7Y22K65 
(0%,7%,22%,65%)
(0.00/0.07/0.22/0.65)	

CMYK percentages

%0
%6.82
%21.59
%65.49

Codes

Color #585245 in popluar color models

585245
RGB888269
HSL41°12.10%30.78%
HSB/HSV41°21.59%34.51%
CMYK0.00%6.82%21.59%
65.49%

Color #585245 in popluar number systems.

HEX585245
Decimal888269
Binary101100010100101000101
Octal130122105

Shades and tints

Shades of #585245

#585245
(88,82,69)
#504B3F
(80,75,63)
#484439
(72,68,57)
#403D33
(64,61,51)
#38362D
(56,54,45)
#302F27
(48,47,39)
#282821
(40,40,33)
#20211B
(32,33,27)
#181A15
(24,26,21)
#10130F
(16,19,15)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #585245

#585245
(88,82,69)
#676155
(103,97,85)
#767065
(118,112,101)
#857F75
(133,127,117)
#948E85
(148,142,133)
#A39D95
(163,157,149)
#B2ACA5
(178,172,165)
#C1BBB5
(193,187,181)
#D0CAC5
(208,202,197)
#DFD9D5
(223,217,213)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585245; }

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

This text font color is #585245.


Background Color

.myBgColor { background-color: #585245; }

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

This div background color is #585245.


Border color

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

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

This div border color is #585245.


Opacity

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

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

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

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

This text has shadow with #585245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585245 on black background.


Color preview on white background

This text has color #585245 on white background.



Black color preview on #585245 background

This text has black color on #585245 background.


White color preview on #585245 background

This text has white color on #585245 background.