COLOR #53585D

HEX: #53585D
RGB: (83,88,93)

Color info

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

RGB color model

#53585D color RGB value is (83,88,93).

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

RGB channels and saturation

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

83
88
93

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

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 93 = 264 (100%)
R 83 of 264 ~ 31.44%
G 88 of 264 ~ 33.33%
B 93 of 264 ~ 35.23%

%31.44
%33.33
%35.23

CMYK color model

#53585D color CMYK value is (11,5,0,64).

  • cyan value is 10.75%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(11,5,0,64)
C11M5Y0K64 
(11%,5%,0%,64%)
(0.11/0.05/0.00/0.64)	

CMYK percentages

%10.75
%5.38
%0
%63.53

Codes

Color #53585D in popluar color models

53585D
RGB838893
HSL210°5.68%34.51%
HSB/HSV210°10.75%36.47%
CMYK10.75%5.38%0.00%
63.53%

Color #53585D in popluar number systems.

HEX53585D
Decimal838893
Binary101001110110001011101
Octal123130135

Shades and tints

Shades of #53585D

#53585D
(83,88,93)
#4C5055
(76,80,85)
#45484D
(69,72,77)
#3E4045
(62,64,69)
#37383D
(55,56,61)
#303035
(48,48,53)
#29282D
(41,40,45)
#222025
(34,32,37)
#1B181D
(27,24,29)
#141015
(20,16,21)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #53585D

#53585D
(83,88,93)
#62676B
(98,103,107)
#717679
(113,118,121)
#808587
(128,133,135)
#8F9495
(143,148,149)
#9EA3A3
(158,163,163)
#ADB2B1
(173,178,177)
#BCC1BF
(188,193,191)
#CBD0CD
(203,208,205)
#DADFDB
(218,223,219)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53585D; }

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

This text font color is #53585D.


Background Color

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

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

This div background color is #53585D.


Border color

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

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

This div border color is #53585D.


Opacity

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

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

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

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

This text has shadow with #53585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53585D on black background.


Color preview on white background

This text has color #53585D on white background.



Black color preview on #53585D background

This text has black color on #53585D background.


White color preview on #53585D background

This text has white color on #53585D background.