COLOR #53718D

HEX: #53718D
RGB: (83,113,141)

Color info

#53718D contains red, green and blue colors in about the same proportion. Web safe color of #53718D is #666699 (or #669).

RGB color model

#53718D color RGB value is (83,113,141).

  • red value is 83;
  • green value is 113;
  • blue value is 141.
RGB:
(83,113,141)
(33%,44%,55%)

RGB channels and saturation

R 83 of 255 = 33%
G 113 of 255 = 44%
B 141 of 255 = 55%

83
113
141

R + G + B ~ 44%. #53718D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 113 + 141 = 337 (100%)
R 83 of 337 ~ 24.63%
G 113 of 337 ~ 33.53%
B 141 of 337 ~ 41.84%

%24.63
%33.53
%41.84

CMYK color model

#53718D color CMYK value is (41,20,0,45).

  • cyan value is 41.13%
  • magenta value is 19.86%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(41,20,0,45)
C41M20Y0K45 
(41%,20%,0%,45%)
(0.41/0.20/0.00/0.45)	

CMYK percentages

%41.13
%19.86
%0
%44.71

Codes

Color #53718D in popluar color models

53718D
RGB83113141
HSL209°25.89%43.92%
HSB/HSV209°41.13%55.29%
CMYK41.13%19.86%0.00%
44.71%

Color #53718D in popluar number systems.

HEX53718D
Decimal83113141
Binary1010011111000110001101
Octal123161215

Shades and tints

Shades of #53718D

#53718D
(83,113,141)
#4C6781
(76,103,129)
#455D75
(69,93,117)
#3E5369
(62,83,105)
#37495D
(55,73,93)
#303F51
(48,63,81)
#293545
(41,53,69)
#222B39
(34,43,57)
#1B212D
(27,33,45)
#141721
(20,23,33)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #53718D

#53718D
(83,113,141)
#627D97
(98,125,151)
#7189A1
(113,137,161)
#8095AB
(128,149,171)
#8FA1B5
(143,161,181)
#9EADBF
(158,173,191)
#ADB9C9
(173,185,201)
#BCC5D3
(188,197,211)
#CBD1DD
(203,209,221)
#DADDE7
(218,221,231)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53718D color. Also use rgb(83,113,141) instead hex code.

Text Font Color

.myTextColor { color: #53718D; }

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

This text font color is #53718D.


Background Color

.myBgColor { background-color: #53718D; }

<div style="background-color:#53718D">Inner text</div>

This div background color is #53718D.


Border color

.myBorderColor { border: 1px solid #53718D; }

<div style="border:3px solid #53718D">Div</div>

This div border color is #53718D.


Opacity

.myOpacity80 { color: #53718D; opacity: 0.8; }

<p style="color:#53718D;opacity:0.8;">80%</p>

Text with #53718D 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 #53718D;}

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

This text has shadow with #53718D color.

.textShadow {text-shadow: 3px 3px 1px #53718D, 3px 3px 1px red;}

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

This text has shadow with #53718D primary color and red secondary color.


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

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

This text has shadow with #53718D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53718D on black background.


Color preview on white background

This text has color #53718D on white background.



Black color preview on #53718D background

This text has black color on #53718D background.


White color preview on #53718D background

This text has white color on #53718D background.