COLOR #53646A

HEX: #53646A RGB: (83,100,106)

Color info

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

RGB color model

#53646A color RGB value is (83,100,106).

RGB: (83,100,106) (33%, 39%, 42%)

RGB channels and saturation

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

83
100
106

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

Portions of RGB colors in percentages

R + G + B = 83 + 100 + 106 = 289 (100%)
R 83 of 289 ~ 28.72%
G 100 of 289 ~ 34.6%
B 106 of 289 ~ 36.68'%

%28.72
%34.6
%36.68

CMYK color model

#53646A color CMYK value is (22,6,0,58).

  • cyan value is 21.70%
  • magenta value is 5.66%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (22,6,0,58)
C22M6Y0K58 (22%, 6%, 0%, 58%)
(0.22 / 0.06 / 0.00 / 0.58)

CMYK percentages

%21.7
%5.66
%0
%58.43

Codes

Color #53646A in popluar color models

53 64 6A
RGB 83 100 106
HSL 196° 12.17% 37.06%
HSB/HSV 196° 21.70% 41.57%
CMYK 21.70% 5.66% 0.00%
58.43%

Color #53646A in popluar number systems.

HEX 53 64 6A
Decimal 83 100 106
Binary 1010011 1100100 1101010
Octal 123 144 152

Shades and tints

Shades of #53646A

#53646A
(83,100,106)
#4C5B61
(76,91,97)
#455258
(69,82,88)
#3E494F
(62,73,79)
#374046
(55,64,70)
#30373D
(48,55,61)
#292E34
(41,46,52)
#22252B
(34,37,43)
#1B1C22
(27,28,34)
#141319
(20,19,25)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #53646A

#53646A
(83,100,106)
#627277
(98,114,119)
#718084
(113,128,132)
#808E91
(128,142,145)
#8F9C9E
(143,156,158)
#9EAAAB
(158,170,171)
#ADB8B8
(173,184,184)
#BCC6C5
(188,198,197)
#CBD4D2
(203,212,210)
#DAE2DF
(218,226,223)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53646A; }

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

This text font color is #53646A.

Background Color

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

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

This div background color is #53646A.

Border color

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

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

This div border color is #53646A.

Opacity

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

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

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

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

This text has shadow with #53646A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53646A.

Preview

Color preview on black background

This text has color #53646A on black background.


Color preview on white background

This text has color #53646A on white background.


Black color preview on #53646A background

This text has black color on #53646A background.


White color preview on #53646A background

This text has white color on #53646A background.


Related colors

Complementary color

Complementary color for #hex is #AC9B95.


I love getcolorcode.com

Triadic colors

1 #6A5364 and #646A53 with #53646A are triadic colors.

2 #6A6453 and #64536A with #53646A are triadic colors.