COLOR #53585E

HEX: #53585E
RGB: (83,88,94)

Color info

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

RGB color model

#53585E color RGB value is (83,88,94).

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

RGB channels and saturation

R 83 of 255 = 33%
G 88 of 255 = 35%
B 94 of 255 = 37%

83
88
94

R + G + B ~ 35%. #53585E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 94 = 265 (100%)
R 83 of 265 ~ 31.32%
G 88 of 265 ~ 33.21%
B 94 of 265 ~ 35.47%

%31.32
%33.21
%35.47

CMYK color model

#53585E color CMYK value is (12,6,0,63).

  • cyan value is 11.70%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(12,6,0,63)
C12M6Y0K63 
(12%,6%,0%,63%)
(0.12/0.06/0.00/0.63)	

CMYK percentages

%11.7
%6.38
%0
%63.14

Codes

Color #53585E in popluar color models

53585E
RGB838894
HSL213°6.21%34.71%
HSB/HSV213°11.70%36.86%
CMYK11.70%6.38%0.00%
63.14%

Color #53585E in popluar number systems.

HEX53585E
Decimal838894
Binary101001110110001011110
Octal123130136

Shades and tints

Shades of #53585E

#53585E
(83,88,94)
#4C5056
(76,80,86)
#45484E
(69,72,78)
#3E4046
(62,64,70)
#37383E
(55,56,62)
#303036
(48,48,54)
#29282E
(41,40,46)
#222026
(34,32,38)
#1B181E
(27,24,30)
#141016
(20,16,22)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #53585E

#53585E
(83,88,94)
#62676C
(98,103,108)
#71767A
(113,118,122)
#808588
(128,133,136)
#8F9496
(143,148,150)
#9EA3A4
(158,163,164)
#ADB2B2
(173,178,178)
#BCC1C0
(188,193,192)
#CBD0CE
(203,208,206)
#DADFDC
(218,223,220)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53585E; }

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

This text font color is #53585E.


Background Color

.myBgColor { background-color: #53585E; }

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

This div background color is #53585E.


Border color

.myBorderColor { border: 1px solid #53585E; }

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

This div border color is #53585E.


Opacity

.myOpacity80 { color: #53585E; opacity: 0.8; }

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

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

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

This text has shadow with #53585E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53585E on black background.


Color preview on white background

This text has color #53585E on white background.



Black color preview on #53585E background

This text has black color on #53585E background.


White color preview on #53585E background

This text has white color on #53585E background.