COLOR #53646C

HEX: #53646C
RGB: (83,100,108)

Color info

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

RGB color model

#53646C color RGB value is (83,100,108).

  • red value is 83;
  • green value is 100;
  • blue value is 108.
RGB:
(83,100,108)
(33%,39%,42%)

RGB channels and saturation

R 83 of 255 = 33%
G 100 of 255 = 39%
B 108 of 255 = 42%

83
100
108

R + G + B ~ 38%. #53646C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 100 + 108 = 291 (100%)
R 83 of 291 ~ 28.52%
G 100 of 291 ~ 34.36%
B 108 of 291 ~ 37.11%

%28.52
%34.36
%37.11

CMYK color model

#53646C color CMYK value is (23,7,0,58).

  • cyan value is 23.15%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(23,7,0,58)
C23M7Y0K58 
(23%,7%,0%,58%)
(0.23/0.07/0.00/0.58)	

CMYK percentages

%23.15
%7.41
%0
%57.65

Codes

Color #53646C in popluar color models

53646C
RGB83100108
HSL199°13.09%37.45%
HSB/HSV199°23.15%42.35%
CMYK23.15%7.41%0.00%
57.65%

Color #53646C in popluar number systems.

HEX53646C
Decimal83100108
Binary101001111001001101100
Octal123144154

Shades and tints

Shades of #53646C

#53646C
(83,100,108)
#4C5B63
(76,91,99)
#45525A
(69,82,90)
#3E4951
(62,73,81)
#374048
(55,64,72)
#30373F
(48,55,63)
#292E36
(41,46,54)
#22252D
(34,37,45)
#1B1C24
(27,28,36)
#14131B
(20,19,27)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #53646C

#53646C
(83,100,108)
#627279
(98,114,121)
#718086
(113,128,134)
#808E93
(128,142,147)
#8F9CA0
(143,156,160)
#9EAAAD
(158,170,173)
#ADB8BA
(173,184,186)
#BCC6C7
(188,198,199)
#CBD4D4
(203,212,212)
#DAE2E1
(218,226,225)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53646C color. Also use rgb(83,100,108) instead hex code.

Text Font Color

.myTextColor { color: #53646C; }

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

This text font color is #53646C.


Background Color

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

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

This div background color is #53646C.


Border color

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

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

This div border color is #53646C.


Opacity

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

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

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

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

This text has shadow with #53646C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53646C on black background.


Color preview on white background

This text has color #53646C on white background.



Black color preview on #53646C background

This text has black color on #53646C background.


White color preview on #53646C background

This text has white color on #53646C background.