COLOR #585349

HEX: #585349
RGB: (88,83,73)

Color info

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

RGB color model

#585349 color RGB value is (88,83,73).

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

RGB channels and saturation

R 88 of 255 = 35%
G 83 of 255 = 33%
B 73 of 255 = 29%

88
83
73

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

Portions of RGB colors in percentages

R + G + B =
88 + 83 + 73 = 244 (100%)
R 88 of 244 ~ 36.07%
G 83 of 244 ~ 34.02%
B 73 of 244 ~ 29.92%

%36.07
%34.02
%29.92

CMYK color model

#585349 color CMYK value is (0,6,17,65).

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 17.05%
  • key color value is 65.49%
CMYK:
(0,6,17,65)
C0M6Y17K65 
(0%,6%,17%,65%)
(0.00/0.06/0.17/0.65)	

CMYK percentages

%0
%5.68
%17.05
%65.49

Codes

Color #585349 in popluar color models

585349
RGB888373
HSL40°9.32%31.57%
HSB/HSV40°17.05%34.51%
CMYK0.00%5.68%17.05%
65.49%

Color #585349 in popluar number systems.

HEX585349
Decimal888373
Binary101100010100111001001
Octal130123111

Shades and tints

Shades of #585349

#585349
(88,83,73)
#504C43
(80,76,67)
#48453D
(72,69,61)
#403E37
(64,62,55)
#383731
(56,55,49)
#30302B
(48,48,43)
#282925
(40,41,37)
#20221F
(32,34,31)
#181B19
(24,27,25)
#101413
(16,20,19)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #585349

#585349
(88,83,73)
#676259
(103,98,89)
#767169
(118,113,105)
#858079
(133,128,121)
#948F89
(148,143,137)
#A39E99
(163,158,153)
#B2ADA9
(178,173,169)
#C1BCB9
(193,188,185)
#D0CBC9
(208,203,201)
#DFDAD9
(223,218,217)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585349; }

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

This text font color is #585349.


Background Color

.myBgColor { background-color: #585349; }

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

This div background color is #585349.


Border color

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

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

This div border color is #585349.


Opacity

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

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

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

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

This text has shadow with #585349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585349 on black background.


Color preview on white background

This text has color #585349 on white background.



Black color preview on #585349 background

This text has black color on #585349 background.


White color preview on #585349 background

This text has white color on #585349 background.