COLOR #53697B

HEX: #53697B
RGB: (83,105,123)

Color info

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

RGB color model

#53697B color RGB value is (83,105,123).

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

RGB channels and saturation

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

83
105
123

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

Portions of RGB colors in percentages

R + G + B =
83 + 105 + 123 = 311 (100%)
R 83 of 311 ~ 26.69%
G 105 of 311 ~ 33.76%
B 123 of 311 ~ 39.55%

%26.69
%33.76
%39.55

CMYK color model

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

  • cyan value is 32.52%
  • magenta value is 14.63%
  • 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
%14.63
%0
%51.76

Codes

Color #53697B in popluar color models

53697B
RGB83105123
HSL207°19.42%40.39%
HSB/HSV207°32.52%48.24%
CMYK32.52%14.63%0.00%
51.76%

Color #53697B in popluar number systems.

HEX53697B
Decimal83105123
Binary101001111010011111011
Octal123151173

Shades and tints

Shades of #53697B

#53697B
(83,105,123)
#4C6070
(76,96,112)
#455765
(69,87,101)
#3E4E5A
(62,78,90)
#37454F
(55,69,79)
#303C44
(48,60,68)
#293339
(41,51,57)
#222A2E
(34,42,46)
#1B2123
(27,33,35)
#141818
(20,24,24)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #53697B

#53697B
(83,105,123)
#627687
(98,118,135)
#718393
(113,131,147)
#80909F
(128,144,159)
#8F9DAB
(143,157,171)
#9EAAB7
(158,170,183)
#ADB7C3
(173,183,195)
#BCC4CF
(188,196,207)
#CBD1DB
(203,209,219)
#DADEE7
(218,222,231)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53697B; }

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

This text font color is #53697B.


Background Color

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

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

This div background color is #53697B.


Border color

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

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

This div border color is #53697B.


Opacity

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

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

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

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

This text has shadow with #53697B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53697B on black background.


Color preview on white background

This text has color #53697B on white background.



Black color preview on #53697B background

This text has black color on #53697B background.


White color preview on #53697B background

This text has white color on #53697B background.