COLOR #53545E

HEX: #53545E
RGB: (83,84,94)

Color info

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

RGB color model

#53545E color RGB value is (83,84,94).

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

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 94 of 255 = 37%

83
84
94

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

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 94 = 261 (100%)
R 83 of 261 ~ 31.8%
G 84 of 261 ~ 32.18%
B 94 of 261 ~ 36.02%

%31.8
%32.18
%36.02

CMYK color model

#53545E color CMYK value is (12,11,0,63).

  • cyan value is 11.70%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(12,11,0,63)
C12M11Y0K63 
(12%,11%,0%,63%)
(0.12/0.11/0.00/0.63)	

CMYK percentages

%11.7
%10.64
%0
%63.14

Codes

Color #53545E in popluar color models

53545E
RGB838494
HSL235°6.21%34.71%
HSB/HSV235°11.70%36.86%
CMYK11.70%10.64%0.00%
63.14%

Color #53545E in popluar number systems.

HEX53545E
Decimal838494
Binary101001110101001011110
Octal123124136

Shades and tints

Shades of #53545E

#53545E
(83,84,94)
#4C4D56
(76,77,86)
#45464E
(69,70,78)
#3E3F46
(62,63,70)
#37383E
(55,56,62)
#303136
(48,49,54)
#292A2E
(41,42,46)
#222326
(34,35,38)
#1B1C1E
(27,28,30)
#141516
(20,21,22)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #53545E

#53545E
(83,84,94)
#62636C
(98,99,108)
#71727A
(113,114,122)
#808188
(128,129,136)
#8F9096
(143,144,150)
#9E9FA4
(158,159,164)
#ADAEB2
(173,174,178)
#BCBDC0
(188,189,192)
#CBCCCE
(203,204,206)
#DADBDC
(218,219,220)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53545E; }

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

This text font color is #53545E.


Background Color

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

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

This div background color is #53545E.


Border color

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

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

This div border color is #53545E.


Opacity

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

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

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

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

This text has shadow with #53545E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53545E on black background.


Color preview on white background

This text has color #53545E on white background.



Black color preview on #53545E background

This text has black color on #53545E background.


White color preview on #53545E background

This text has white color on #53545E background.