COLOR #53678E

HEX: #53678E
RGB: (83,103,142)

Color info

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

RGB color model

#53678E color RGB value is (83,103,142).

  • red value is 83;
  • green value is 103;
  • blue value is 142.
RGB:
(83,103,142)
(33%,40%,56%)

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 142 of 255 = 56%

83
103
142

R + G + B ~ 43%. #53678E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 103 + 142 = 328 (100%)
R 83 of 328 ~ 25.3%
G 103 of 328 ~ 31.4%
B 142 of 328 ~ 43.29%

%25.3
%31.4
%43.29

CMYK color model

#53678E color CMYK value is (42,27,0,44).

  • cyan value is 41.55%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(42,27,0,44)
C42M27Y0K44 
(42%,27%,0%,44%)
(0.42/0.27/0.00/0.44)	

CMYK percentages

%41.55
%27.46
%0
%44.31

Codes

Color #53678E in popluar color models

53678E
RGB83103142
HSL220°26.22%44.12%
HSB/HSV220°41.55%55.69%
CMYK41.55%27.46%0.00%
44.31%

Color #53678E in popluar number systems.

HEX53678E
Decimal83103142
Binary1010011110011110001110
Octal123147216

Shades and tints

Shades of #53678E

#53678E
(83,103,142)
#4C5E82
(76,94,130)
#455576
(69,85,118)
#3E4C6A
(62,76,106)
#37435E
(55,67,94)
#303A52
(48,58,82)
#293146
(41,49,70)
#22283A
(34,40,58)
#1B1F2E
(27,31,46)
#141622
(20,22,34)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #53678E

#53678E
(83,103,142)
#627498
(98,116,152)
#7181A2
(113,129,162)
#808EAC
(128,142,172)
#8F9BB6
(143,155,182)
#9EA8C0
(158,168,192)
#ADB5CA
(173,181,202)
#BCC2D4
(188,194,212)
#CBCFDE
(203,207,222)
#DADCE8
(218,220,232)
#E9E9F2
(233,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53678E color. Also use rgb(83,103,142) instead hex code.

Text Font Color

.myTextColor { color: #53678E; }

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

This text font color is #53678E.


Background Color

.myBgColor { background-color: #53678E; }

<div style="background-color:#53678E">Inner text</div>

This div background color is #53678E.


Border color

.myBorderColor { border: 1px solid #53678E; }

<div style="border:3px solid #53678E">Div</div>

This div border color is #53678E.


Opacity

.myOpacity80 { color: #53678E; opacity: 0.8; }

<p style="color:#53678E;opacity:0.8;">80%</p>

Text with #53678E 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 #53678E;}

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

This text has shadow with #53678E color.

.textShadow {text-shadow: 3px 3px 1px #53678E, 3px 3px 1px red;}

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

This text has shadow with #53678E primary color and red secondary color.


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

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

This text has shadow with #53678E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53678E on black background.


Color preview on white background

This text has color #53678E on white background.



Black color preview on #53678E background

This text has black color on #53678E background.


White color preview on #53678E background

This text has white color on #53678E background.