COLOR #53677F

HEX: #53677F RGB: (83,103,127)

Color info

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

RGB color model

#53677F color RGB value is (83,103,127).

RGB: (83,103,127) (33%, 40%, 50%)

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 127 of 255 = 50%

83
103
127

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

Portions of RGB colors in percentages

R + G + B = 83 + 103 + 127 = 313 (100%)
R 83 of 313 ~ 26.52%
G 103 of 313 ~ 32.91%
B 127 of 313 ~ 40.58'%

%26.52
%32.91
%40.58

CMYK color model

#53677F color CMYK value is (35,19,0,50).

  • cyan value is 34.65%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (35,19,0,50)
C35M19Y0K50 (35%, 19%, 0%, 50%)
(0.35 / 0.19 / 0.00 / 0.50)

CMYK percentages

%34.65
%18.9
%0
%50.2

Codes

Color #53677F in popluar color models

53 67 7F
RGB 83 103 127
HSL 213° 20.95% 41.18%
HSB/HSV 213° 34.65% 49.80%
CMYK 34.65% 18.90% 0.00%
50.20%

Color #53677F in popluar number systems.

HEX 53 67 7F
Decimal 83 103 127
Binary 1010011 1100111 1111111
Octal 123 147 177

Shades and tints

Shades of #53677F

#53677F
(83,103,127)
#4C5E74
(76,94,116)
#455569
(69,85,105)
#3E4C5E
(62,76,94)
#374353
(55,67,83)
#303A48
(48,58,72)
#29313D
(41,49,61)
#222832
(34,40,50)
#1B1F27
(27,31,39)
#14161C
(20,22,28)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #53677F

#53677F
(83,103,127)
#62748A
(98,116,138)
#718195
(113,129,149)
#808EA0
(128,142,160)
#8F9BAB
(143,155,171)
#9EA8B6
(158,168,182)
#ADB5C1
(173,181,193)
#BCC2CC
(188,194,204)
#CBCFD7
(203,207,215)
#DADCE2
(218,220,226)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53677F; }

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

This text font color is #53677F.

Background Color

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

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

This div background color is #53677F.

Border color

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

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

This div border color is #53677F.

Opacity

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

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

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

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

This text has shadow with #53677F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53677F.

Preview

Color preview on black background

This text has color #53677F on black background.


Color preview on white background

This text has color #53677F on white background.


Black color preview on #53677F background

This text has black color on #53677F background.


White color preview on #53677F background

This text has white color on #53677F background.


Related colors

Complementary color

Complementary color for #hex is #AC9880.


I love getcolorcode.com

Triadic colors

1 #7F5367 and #677F53 with #53677F are triadic colors.

2 #7F6753 and #67537F with #53677F are triadic colors.