COLOR #53545C

HEX: #53545C
RGB: (83,84,92)

Color info

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

RGB color model

#53545C color RGB value is (83,84,92).

  • red value is 83;
  • green value is 84;
  • blue value is 92.
RGB:
(83,84,92)
(33%,33%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 92 of 255 = 36%

83
84
92

R + G + B ~ 34%. #53545C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 92 = 259 (100%)
R 83 of 259 ~ 32.05%
G 84 of 259 ~ 32.43%
B 92 of 259 ~ 35.52%

%32.05
%32.43
%35.52

CMYK color model

#53545C color CMYK value is (10,9,0,64).

  • cyan value is 9.78%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(10,9,0,64)
C10M9Y0K64 
(10%,9%,0%,64%)
(0.10/0.09/0.00/0.64)	

CMYK percentages

%9.78
%8.7
%0
%63.92

Codes

Color #53545C in popluar color models

53545C
RGB838492
HSL233°5.14%34.31%
HSB/HSV233°9.78%36.08%
CMYK9.78%8.70%0.00%
63.92%

Color #53545C in popluar number systems.

HEX53545C
Decimal838492
Binary101001110101001011100
Octal123124134

Shades and tints

Shades of #53545C

#53545C
(83,84,92)
#4C4D54
(76,77,84)
#45464C
(69,70,76)
#3E3F44
(62,63,68)
#37383C
(55,56,60)
#303134
(48,49,52)
#292A2C
(41,42,44)
#222324
(34,35,36)
#1B1C1C
(27,28,28)
#141514
(20,21,20)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #53545C

#53545C
(83,84,92)
#62636A
(98,99,106)
#717278
(113,114,120)
#808186
(128,129,134)
#8F9094
(143,144,148)
#9E9FA2
(158,159,162)
#ADAEB0
(173,174,176)
#BCBDBE
(188,189,190)
#CBCCCC
(203,204,204)
#DADBDA
(218,219,218)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53545C color. Also use rgb(83,84,92) instead hex code.

Text Font Color

.myTextColor { color: #53545C; }

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

This text font color is #53545C.


Background Color

.myBgColor { background-color: #53545C; }

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

This div background color is #53545C.


Border color

.myBorderColor { border: 1px solid #53545C; }

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

This div border color is #53545C.


Opacity

.myOpacity80 { color: #53545C; opacity: 0.8; }

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

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

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

This text has shadow with #53545C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53545C on black background.


Color preview on white background

This text has color #53545C on white background.



Black color preview on #53545C background

This text has black color on #53545C background.


White color preview on #53545C background

This text has white color on #53545C background.