COLOR #53657B

HEX: #53657B RGB: (83,101,123)

Color info

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

RGB color model

#53657B color RGB value is (83,101,123).

RGB: (83,101,123) (33%, 40%, 48%)

RGB channels and saturation

R 83 of 255 = 33%
G 101 of 255 = 40%
B 123 of 255 = 48%

83
101
123

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

Portions of RGB colors in percentages

R + G + B = 83 + 101 + 123 = 307 (100%)
R 83 of 307 ~ 27.04%
G 101 of 307 ~ 32.9%
B 123 of 307 ~ 40.07'%

%27.04
%32.9
%40.07

CMYK color model

#53657B color CMYK value is (33,18,0,52).

  • cyan value is 32.52%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (33,18,0,52)
C33M18Y0K52 (33%, 18%, 0%, 52%)
(0.33 / 0.18 / 0.00 / 0.52)

CMYK percentages

%32.52
%17.89
%0
%51.76

Codes

Color #53657B in popluar color models

53 65 7B
RGB 83 101 123
HSL 213° 19.42% 40.39%
HSB/HSV 213° 32.52% 48.24%
CMYK 32.52% 17.89% 0.00%
51.76%

Color #53657B in popluar number systems.

HEX 53 65 7B
Decimal 83 101 123
Binary 1010011 1100101 1111011
Octal 123 145 173

Shades and tints

Shades of #53657B

#53657B
(83,101,123)
#4C5C70
(76,92,112)
#455365
(69,83,101)
#3E4A5A
(62,74,90)
#37414F
(55,65,79)
#303844
(48,56,68)
#292F39
(41,47,57)
#22262E
(34,38,46)
#1B1D23
(27,29,35)
#141418
(20,20,24)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #53657B

#53657B
(83,101,123)
#627387
(98,115,135)
#718193
(113,129,147)
#808F9F
(128,143,159)
#8F9DAB
(143,157,171)
#9EABB7
(158,171,183)
#ADB9C3
(173,185,195)
#BCC7CF
(188,199,207)
#CBD5DB
(203,213,219)
#DAE3E7
(218,227,231)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53657B; }

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

This text font color is #53657B.

Background Color

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

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

This div background color is #53657B.

Border color

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

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

This div border color is #53657B.

Opacity

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

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

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

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

This text has shadow with #53657B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53657B.

Preview

Color preview on black background

This text has color #53657B on black background.


Color preview on white background

This text has color #53657B on white background.


Black color preview on #53657B background

This text has black color on #53657B background.


White color preview on #53657B background

This text has white color on #53657B background.


Related colors

Complementary color

Complementary color for #hex is #AC9A84.


I love getcolorcode.com

Triadic colors

1 #7B5365 and #657B53 with #53657B are triadic colors.

2 #7B6553 and #65537B with #53657B are triadic colors.