COLOR #53687B

HEX: #53687B
RGB: (83,104,123)

Color info

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

RGB color model

#53687B color RGB value is (83,104,123).

  • red value is 83;
  • green value is 104;
  • blue value is 123.
RGB: (83,104,123) (33%,41%,48%)

RGB channels and saturation

R 83 of 255 = 33%
G 104 of 255 = 41%
B 123 of 255 = 48%

83
104
123

R + G + B ~ 41%. #53687B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 104 + 123 = 310 (100%)
R 83 of 310 ~ 26.77%
G 104 of 310 ~ 33.55%
B 123 of 310 ~ 39.68%

%26.77
%33.55
%39.68

CMYK color model

#53687B color CMYK value is (33,15,0,52).

  • cyan value is 32.52%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (33,15,0,52) C33M15Y0K52 (33%,15%,0%,52%) (0.33/0.15/0.00/0.52)

CMYK percentages

%32.52
%15.45
%0
%51.76

Codes

Color #53687B in popluar color models

53687B
RGB83104123
HSL209°19.42%40.39%
HSB/HSV209°32.52%48.24%
CMYK32.52%15.45%0.00%
51.76%

Color #53687B in popluar number systems.

HEX53687B
Decimal83104123
Binary101001111010001111011
Octal123150173

Shades and tints

Shades of #53687B

#53687B
(83,104,123)
#4C5F70
(76,95,112)
#455665
(69,86,101)
#3E4D5A
(62,77,90)
#37444F
(55,68,79)
#303B44
(48,59,68)
#293239
(41,50,57)
#22292E
(34,41,46)
#1B2023
(27,32,35)
#141718
(20,23,24)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #53687B

#53687B
(83,104,123)
#627587
(98,117,135)
#718293
(113,130,147)
#808F9F
(128,143,159)
#8F9CAB
(143,156,171)
#9EA9B7
(158,169,183)
#ADB6C3
(173,182,195)
#BCC3CF
(188,195,207)
#CBD0DB
(203,208,219)
#DADDE7
(218,221,231)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53687B color. Also use rgb(83,104,123) instead hex code.

Text Font Color

.myTextColor { color: #53687B; }

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

This text font color is #53687B.


Background Color

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

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

This div background color is #53687B.


Border color

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

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

This div border color is #53687B.


Opacity

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

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

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

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

This text has shadow with #53687B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #53687B on black background.


Color preview on white background

This text has color #53687B on white background.



Black color preview on #53687B background

This text has black color on #53687B background.


White color preview on #53687B background

This text has white color on #53687B background.