COLOR #585B53

HEX: #585B53
RGB: (88,91,83)

Color info

#585B53 contains red, green and blue colors in about the same proportion. Web safe color of #585B53 is #666666 (or #666).

RGB color model

#585B53 color RGB value is (88,91,83).

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

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 83 of 255 = 33%

88
91
83

R + G + B ~ 35%. #585B53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 91 + 83 = 262 (100%)
R 88 of 262 ~ 33.59%
G 91 of 262 ~ 34.73%
B 83 of 262 ~ 31.68%

%33.59
%34.73
%31.68

CMYK color model

#585B53 color CMYK value is (3,0,9,64).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 64.31%
CMYK:
(3,0,9,64)
C3M0Y9K64 
(3%,0%,9%,64%)
(0.03/0.00/0.09/0.64)	

CMYK percentages

%3.3
%0
%8.79
%64.31

Codes

Color #585B53 in popluar color models

585B53
RGB889183
HSL83°4.60%34.12%
HSB/HSV83°8.79%35.69%
CMYK3.30%0.00%8.79%
64.31%

Color #585B53 in popluar number systems.

HEX585B53
Decimal889183
Binary101100010110111010011
Octal130133123

Shades and tints

Shades of #585B53

#585B53
(88,91,83)
#50534C
(80,83,76)
#484B45
(72,75,69)
#40433E
(64,67,62)
#383B37
(56,59,55)
#303330
(48,51,48)
#282B29
(40,43,41)
#202322
(32,35,34)
#181B1B
(24,27,27)
#101314
(16,19,20)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #585B53

#585B53
(88,91,83)
#676962
(103,105,98)
#767771
(118,119,113)
#858580
(133,133,128)
#94938F
(148,147,143)
#A3A19E
(163,161,158)
#B2AFAD
(178,175,173)
#C1BDBC
(193,189,188)
#D0CBCB
(208,203,203)
#DFD9DA
(223,217,218)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B53; }

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

This text font color is #585B53.


Background Color

.myBgColor { background-color: #585B53; }

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

This div background color is #585B53.


Border color

.myBorderColor { border: 1px solid #585B53; }

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

This div border color is #585B53.


Opacity

.myOpacity80 { color: #585B53; opacity: 0.8; }

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

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

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

This text has shadow with #585B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B53 on black background.


Color preview on white background

This text has color #585B53 on white background.



Black color preview on #585B53 background

This text has black color on #585B53 background.


White color preview on #585B53 background

This text has white color on #585B53 background.