COLOR #585140

HEX: #585140
RGB: (88,81,64)

Color info

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

RGB color model

#585140 color RGB value is (88,81,64).

  • red value is 88;
  • green value is 81;
  • blue value is 64.
RGB: (88,81,64) (35%,32%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 81 of 255 = 32%
B 64 of 255 = 25%

88
81
64

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

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 64 = 233 (100%)
R 88 of 233 ~ 37.77%
G 81 of 233 ~ 34.76%
B 64 of 233 ~ 27.47%

%37.77
%34.76
%27.47

CMYK color model

#585140 color CMYK value is (0,8,27,65).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 27.27%
  • key color value is 65.49%
CMYK: (0,8,27,65) C0M8Y27K65 (0%,8%,27%,65%) (0.00/0.08/0.27/0.65)

CMYK percentages

%0
%7.95
%27.27
%65.49

Codes

Color #585140 in popluar color models

585140
RGB888164
HSL43°15.79%29.80%
HSB/HSV43°27.27%34.51%
CMYK0.00%7.95%27.27%
65.49%

Color #585140 in popluar number systems.

HEX585140
Decimal888164
Binary101100010100011000000
Octal130121100

Shades and tints

Shades of #585140

#585140
(88,81,64)
#504A3B
(80,74,59)
#484336
(72,67,54)
#403C31
(64,60,49)
#38352C
(56,53,44)
#302E27
(48,46,39)
#282722
(40,39,34)
#20201D
(32,32,29)
#181918
(24,25,24)
#101213
(16,18,19)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #585140

#585140
(88,81,64)
#676051
(103,96,81)
#766F62
(118,111,98)
#857E73
(133,126,115)
#948D84
(148,141,132)
#A39C95
(163,156,149)
#B2ABA6
(178,171,166)
#C1BAB7
(193,186,183)
#D0C9C8
(208,201,200)
#DFD8D9
(223,216,217)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585140 color. Also use rgb(88,81,64) instead hex code.

Text Font Color

.myTextColor { color: #585140; }

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

This text font color is #585140.


Background Color

.myBgColor { background-color: #585140; }

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

This div background color is #585140.


Border color

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

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

This div border color is #585140.


Opacity

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

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

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

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

This text has shadow with #585140 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #585140 on black background.


Color preview on white background

This text has color #585140 on white background.



Black color preview on #585140 background

This text has black color on #585140 background.


White color preview on #585140 background

This text has white color on #585140 background.