COLOR #585441

HEX: #585441
RGB: (88,84,65)

Color info

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

RGB color model

#585441 color RGB value is (88,84,65).

  • red value is 88;
  • green value is 84;
  • blue value is 65.
RGB:
(88,84,65)
(35%,33%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 84 of 255 = 33%
B 65 of 255 = 25%

88
84
65

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

Portions of RGB colors in percentages

R + G + B =
88 + 84 + 65 = 237 (100%)
R 88 of 237 ~ 37.13%
G 84 of 237 ~ 35.44%
B 65 of 237 ~ 27.43%

%37.13
%35.44
%27.43

CMYK color model

#585441 color CMYK value is (0,5,26,65).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 26.14%
  • key color value is 65.49%
CMYK:
(0,5,26,65)
C0M5Y26K65 
(0%,5%,26%,65%)
(0.00/0.05/0.26/0.65)	

CMYK percentages

%0
%4.55
%26.14
%65.49

Codes

Color #585441 in popluar color models

585441
RGB888465
HSL50°15.03%30.00%
HSB/HSV50°26.14%34.51%
CMYK0.00%4.55%26.14%
65.49%

Color #585441 in popluar number systems.

HEX585441
Decimal888465
Binary101100010101001000001
Octal130124101

Shades and tints

Shades of #585441

#585441
(88,84,65)
#504D3C
(80,77,60)
#484637
(72,70,55)
#403F32
(64,63,50)
#38382D
(56,56,45)
#303128
(48,49,40)
#282A23
(40,42,35)
#20231E
(32,35,30)
#181C19
(24,28,25)
#101514
(16,21,20)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #585441

#585441
(88,84,65)
#676352
(103,99,82)
#767263
(118,114,99)
#858174
(133,129,116)
#949085
(148,144,133)
#A39F96
(163,159,150)
#B2AEA7
(178,174,167)
#C1BDB8
(193,189,184)
#D0CCC9
(208,204,201)
#DFDBDA
(223,219,218)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585441 color. Also use rgb(88,84,65) instead hex code.

Text Font Color

.myTextColor { color: #585441; }

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

This text font color is #585441.


Background Color

.myBgColor { background-color: #585441; }

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

This div background color is #585441.


Border color

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

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

This div border color is #585441.


Opacity

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

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

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

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

This text has shadow with #585441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585441 on black background.


Color preview on white background

This text has color #585441 on white background.



Black color preview on #585441 background

This text has black color on #585441 background.


White color preview on #585441 background

This text has white color on #585441 background.