COLOR #585049

HEX: #585049
RGB: (88,80,73)

Color info

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

RGB color model

#585049 color RGB value is (88,80,73).

  • red value is 88;
  • green value is 80;
  • blue value is 73.
RGB:
(88,80,73)
(35%,31%,29%)

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 73 of 255 = 29%

88
80
73

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

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 73 = 241 (100%)
R 88 of 241 ~ 36.51%
G 80 of 241 ~ 33.2%
B 73 of 241 ~ 30.29%

%36.51
%33.2
%30.29

CMYK color model

#585049 color CMYK value is (0,9,17,65).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 17.05%
  • key color value is 65.49%
CMYK:
(0,9,17,65)
C0M9Y17K65 
(0%,9%,17%,65%)
(0.00/0.09/0.17/0.65)	

CMYK percentages

%0
%9.09
%17.05
%65.49

Codes

Color #585049 in popluar color models

585049
RGB888073
HSL28°9.32%31.57%
HSB/HSV28°17.05%34.51%
CMYK0.00%9.09%17.05%
65.49%

Color #585049 in popluar number systems.

HEX585049
Decimal888073
Binary101100010100001001001
Octal130120111

Shades and tints

Shades of #585049

#585049
(88,80,73)
#504943
(80,73,67)
#48423D
(72,66,61)
#403B37
(64,59,55)
#383431
(56,52,49)
#302D2B
(48,45,43)
#282625
(40,38,37)
#201F1F
(32,31,31)
#181819
(24,24,25)
#101113
(16,17,19)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #585049

#585049
(88,80,73)
#675F59
(103,95,89)
#766E69
(118,110,105)
#857D79
(133,125,121)
#948C89
(148,140,137)
#A39B99
(163,155,153)
#B2AAA9
(178,170,169)
#C1B9B9
(193,185,185)
#D0C8C9
(208,200,201)
#DFD7D9
(223,215,217)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585049 color. Also use rgb(88,80,73) instead hex code.

Text Font Color

.myTextColor { color: #585049; }

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

This text font color is #585049.


Background Color

.myBgColor { background-color: #585049; }

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

This div background color is #585049.


Border color

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

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

This div border color is #585049.


Opacity

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

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

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

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

This text has shadow with #585049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585049 on black background.


Color preview on white background

This text has color #585049 on white background.



Black color preview on #585049 background

This text has black color on #585049 background.


White color preview on #585049 background

This text has white color on #585049 background.