COLOR #53607F

HEX: #53607F
RGB: (83,96,127)

Color info

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

RGB color model

#53607F color RGB value is (83,96,127).

  • red value is 83;
  • green value is 96;
  • blue value is 127.
RGB:
(83,96,127)
(33%,38%,50%)

RGB channels and saturation

R 83 of 255 = 33%
G 96 of 255 = 38%
B 127 of 255 = 50%

83
96
127

R + G + B ~ 40%. #53607F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 96 + 127 = 306 (100%)
R 83 of 306 ~ 27.12%
G 96 of 306 ~ 31.37%
B 127 of 306 ~ 41.5%

%27.12
%31.37
%41.5

CMYK color model

#53607F color CMYK value is (35,24,0,50).

  • cyan value is 34.65%
  • magenta value is 24.41%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(35,24,0,50)
C35M24Y0K50 
(35%,24%,0%,50%)
(0.35/0.24/0.00/0.50)	

CMYK percentages

%34.65
%24.41
%0
%50.2

Codes

Color #53607F in popluar color models

53607F
RGB8396127
HSL222°20.95%41.18%
HSB/HSV222°34.65%49.80%
CMYK34.65%24.41%0.00%
50.20%

Color #53607F in popluar number systems.

HEX53607F
Decimal8396127
Binary101001111000001111111
Octal123140177

Shades and tints

Shades of #53607F

#53607F
(83,96,127)
#4C5874
(76,88,116)
#455069
(69,80,105)
#3E485E
(62,72,94)
#374053
(55,64,83)
#303848
(48,56,72)
#29303D
(41,48,61)
#222832
(34,40,50)
#1B2027
(27,32,39)
#14181C
(20,24,28)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #53607F

#53607F
(83,96,127)
#626E8A
(98,110,138)
#717C95
(113,124,149)
#808AA0
(128,138,160)
#8F98AB
(143,152,171)
#9EA6B6
(158,166,182)
#ADB4C1
(173,180,193)
#BCC2CC
(188,194,204)
#CBD0D7
(203,208,215)
#DADEE2
(218,222,226)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53607F color. Also use rgb(83,96,127) instead hex code.

Text Font Color

.myTextColor { color: #53607F; }

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

This text font color is #53607F.


Background Color

.myBgColor { background-color: #53607F; }

<div style="background-color:#53607F">Inner text</div>

This div background color is #53607F.


Border color

.myBorderColor { border: 1px solid #53607F; }

<div style="border:3px solid #53607F">Div</div>

This div border color is #53607F.


Opacity

.myOpacity80 { color: #53607F; opacity: 0.8; }

<p style="color:#53607F;opacity:0.8;">80%</p>

Text with #53607F 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 #53607F;}

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

This text has shadow with #53607F color.

.textShadow {text-shadow: 3px 3px 1px #53607F, 3px 3px 1px red;}

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

This text has shadow with #53607F primary color and red secondary color.


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

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

This text has shadow with #53607F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53607F on black background.


Color preview on white background

This text has color #53607F on white background.



Black color preview on #53607F background

This text has black color on #53607F background.


White color preview on #53607F background

This text has white color on #53607F background.