COLOR #585244

HEX: #585244
RGB: (88,82,68)

Color info

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

RGB color model

#585244 color RGB value is (88,82,68).

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

RGB channels and saturation

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

88
82
68

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

Portions of RGB colors in percentages

R + G + B =
88 + 82 + 68 = 238 (100%)
R 88 of 238 ~ 36.97%
G 82 of 238 ~ 34.45%
B 68 of 238 ~ 28.57%

%36.97
%34.45
%28.57

CMYK color model

#585244 color CMYK value is (0,7,23,65).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 22.73%
  • key color value is 65.49%
CMYK:
(0,7,23,65)
C0M7Y23K65 
(0%,7%,23%,65%)
(0.00/0.07/0.23/0.65)	

CMYK percentages

%0
%6.82
%22.73
%65.49

Codes

Color #585244 in popluar color models

585244
RGB888268
HSL42°12.82%30.59%
HSB/HSV42°22.73%34.51%
CMYK0.00%6.82%22.73%
65.49%

Color #585244 in popluar number systems.

HEX585244
Decimal888268
Binary101100010100101000100
Octal130122104

Shades and tints

Shades of #585244

#585244
(88,82,68)
#504B3E
(80,75,62)
#484438
(72,68,56)
#403D32
(64,61,50)
#38362C
(56,54,44)
#302F26
(48,47,38)
#282820
(40,40,32)
#20211A
(32,33,26)
#181A14
(24,26,20)
#10130E
(16,19,14)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #585244

#585244
(88,82,68)
#676155
(103,97,85)
#767066
(118,112,102)
#857F77
(133,127,119)
#948E88
(148,142,136)
#A39D99
(163,157,153)
#B2ACAA
(178,172,170)
#C1BBBB
(193,187,187)
#D0CACC
(208,202,204)
#DFD9DD
(223,217,221)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585244; }

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

This text font color is #585244.


Background Color

.myBgColor { background-color: #585244; }

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

This div background color is #585244.


Border color

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

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

This div border color is #585244.


Opacity

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

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

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

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

This text has shadow with #585244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585244 on black background.


Color preview on white background

This text has color #585244 on white background.



Black color preview on #585244 background

This text has black color on #585244 background.


White color preview on #585244 background

This text has white color on #585244 background.