COLOR #585949

HEX: #585949
RGB: (88,89,73)

Color info

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

RGB color model

#585949 color RGB value is (88,89,73).

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

RGB channels and saturation

R 88 of 255 = 35%
G 89 of 255 = 35%
B 73 of 255 = 29%

88
89
73

R + G + B ~ 33%. #585949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 73 = 250 (100%)
R 88 of 250 ~ 35.2%
G 89 of 250 ~ 35.6%
B 73 of 250 ~ 29.2%

%35.2
%35.6
%29.2

CMYK color model

#585949 color CMYK value is (1,0,18,65).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 65.10%
CMYK:
(1,0,18,65)
C1M0Y18K65 
(1%,0%,18%,65%)
(0.01/0.00/0.18/0.65)	

CMYK percentages

%1.12
%0
%17.98
%65.1

Codes

Color #585949 in popluar color models

585949
RGB888973
HSL64°9.88%31.76%
HSB/HSV64°17.98%34.90%
CMYK1.12%0.00%17.98%
65.10%

Color #585949 in popluar number systems.

HEX585949
Decimal888973
Binary101100010110011001001
Octal130131111

Shades and tints

Shades of #585949

#585949
(88,89,73)
#505143
(80,81,67)
#48493D
(72,73,61)
#404137
(64,65,55)
#383931
(56,57,49)
#30312B
(48,49,43)
#282925
(40,41,37)
#20211F
(32,33,31)
#181919
(24,25,25)
#101113
(16,17,19)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #585949

#585949
(88,89,73)
#676859
(103,104,89)
#767769
(118,119,105)
#858679
(133,134,121)
#949589
(148,149,137)
#A3A499
(163,164,153)
#B2B3A9
(178,179,169)
#C1C2B9
(193,194,185)
#D0D1C9
(208,209,201)
#DFE0D9
(223,224,217)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585949; }

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

This text font color is #585949.


Background Color

.myBgColor { background-color: #585949; }

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

This div background color is #585949.


Border color

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

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

This div border color is #585949.


Opacity

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

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

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

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

This text has shadow with #585949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585949 on black background.


Color preview on white background

This text has color #585949 on white background.



Black color preview on #585949 background

This text has black color on #585949 background.


White color preview on #585949 background

This text has white color on #585949 background.