COLOR #53606B

HEX: #53606B RGB: (83,96,107)

Color info

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

RGB color model

#53606B color RGB value is (83,96,107).

RGB: (83,96,107) (33%, 38%, 42%)

RGB channels and saturation

R 83 of 255 = 33%
G 96 of 255 = 38%
B 107 of 255 = 42%

83
96
107

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

Portions of RGB colors in percentages

R + G + B = 83 + 96 + 107 = 286 (100%)
R 83 of 286 ~ 29.02%
G 96 of 286 ~ 33.57%
B 107 of 286 ~ 37.41'%

%29.02
%33.57
%37.41

CMYK color model

#53606B color CMYK value is (22,10,0,58).

  • cyan value is 22.43%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (22,10,0,58)
C22M10Y0K58 (22%, 10%, 0%, 58%)
(0.22 / 0.10 / 0.00 / 0.58)

CMYK percentages

%22.43
%10.28
%0
%58.04

Codes

Color #53606B in popluar color models

53 60 6B
RGB 83 96 107
HSL 208° 12.63% 37.25%
HSB/HSV 208° 22.43% 41.96%
CMYK 22.43% 10.28% 0.00%
58.04%

Color #53606B in popluar number systems.

HEX 53 60 6B
Decimal 83 96 107
Binary 1010011 1100000 1101011
Octal 123 140 153

Shades and tints

Shades of #53606B

#53606B
(83,96,107)
#4C5862
(76,88,98)
#455059
(69,80,89)
#3E4850
(62,72,80)
#374047
(55,64,71)
#30383E
(48,56,62)
#293035
(41,48,53)
#22282C
(34,40,44)
#1B2023
(27,32,35)
#14181A
(20,24,26)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #53606B

#53606B
(83,96,107)
#626E78
(98,110,120)
#717C85
(113,124,133)
#808A92
(128,138,146)
#8F989F
(143,152,159)
#9EA6AC
(158,166,172)
#ADB4B9
(173,180,185)
#BCC2C6
(188,194,198)
#CBD0D3
(203,208,211)
#DADEE0
(218,222,224)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53606B color. Also use rgb(83,96,107) instead hex code.

Text Font Color

.myTextColor { color: #53606B; }

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

This text font color is #53606B.

Background Color

.myBgColor { background-color: #53606B; }

<div style="background-color:#53606B">Inner text</div>

This div background color is #53606B.

Border color

.myBorderColor { border: 1px solid #53606B; }

<div style="border:3px solid #53606B">Div</div>

This div border color is #53606B.

Opacity

.myOpacity80 { color: #53606B; opacity: 0.8; }

<p style="color:#53606B;opacity:0.8;">80%</p>

Text with #53606B 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 #53606B;}

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

This text has shadow with #53606B color.


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

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

This text has shadow with #53606B primary color and red secondary color.


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

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

This text has shadow with #53606B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53606B.

Preview

Color preview on black background

This text has color #53606B on black background.


Color preview on white background

This text has color #53606B on white background.


Black color preview on #53606B background

This text has black color on #53606B background.


White color preview on #53606B background

This text has white color on #53606B background.


Related colors

Complementary color

Complementary color for #hex is #AC9F94.


I love getcolorcode.com

Triadic colors

1 #6B5360 and #606B53 with #53606B are triadic colors.

2 #6B6053 and #60536B with #53606B are triadic colors.