COLOR #53666B

HEX: #53666B
RGB: (83,102,107)

Color info

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

RGB color model

#53666B color RGB value is (83,102,107).

  • red value is 83;
  • green value is 102;
  • blue value is 107.
RGB:
(83,102,107)
(33%,40%,42%)

RGB channels and saturation

R 83 of 255 = 33%
G 102 of 255 = 40%
B 107 of 255 = 42%

83
102
107

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

Portions of RGB colors in percentages

R + G + B =
83 + 102 + 107 = 292 (100%)
R 83 of 292 ~ 28.42%
G 102 of 292 ~ 34.93%
B 107 of 292 ~ 36.64%

%28.42
%34.93
%36.64

CMYK color model

#53666B color CMYK value is (22,5,0,58).

  • cyan value is 22.43%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(22,5,0,58)
C22M5Y0K58 
(22%,5%,0%,58%)
(0.22/0.05/0.00/0.58)	

CMYK percentages

%22.43
%4.67
%0
%58.04

Codes

Color #53666B in popluar color models

53666B
RGB83102107
HSL193°12.63%37.25%
HSB/HSV193°22.43%41.96%
CMYK22.43%4.67%0.00%
58.04%

Color #53666B in popluar number systems.

HEX53666B
Decimal83102107
Binary101001111001101101011
Octal123146153

Shades and tints

Shades of #53666B

#53666B
(83,102,107)
#4C5D62
(76,93,98)
#455459
(69,84,89)
#3E4B50
(62,75,80)
#374247
(55,66,71)
#30393E
(48,57,62)
#293035
(41,48,53)
#22272C
(34,39,44)
#1B1E23
(27,30,35)
#14151A
(20,21,26)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #53666B

#53666B
(83,102,107)
#627378
(98,115,120)
#718085
(113,128,133)
#808D92
(128,141,146)
#8F9A9F
(143,154,159)
#9EA7AC
(158,167,172)
#ADB4B9
(173,180,185)
#BCC1C6
(188,193,198)
#CBCED3
(203,206,211)
#DADBE0
(218,219,224)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53666B; }

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

This text font color is #53666B.


Background Color

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

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

This div background color is #53666B.


Border color

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

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

This div border color is #53666B.


Opacity

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

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

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

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

This text has shadow with #53666B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53666B on black background.


Color preview on white background

This text has color #53666B on white background.



Black color preview on #53666B background

This text has black color on #53666B background.


White color preview on #53666B background

This text has white color on #53666B background.