COLOR #53678C

HEX: #53678C RGB: (83,103,140)

Color info

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

RGB color model

#53678C color RGB value is (83,103,140).

RGB: (83,103,140) (33%, 40%, 55%)

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 140 of 255 = 55%

83
103
140

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

Portions of RGB colors in percentages

R + G + B = 83 + 103 + 140 = 326 (100%)
R 83 of 326 ~ 25.46%
G 103 of 326 ~ 31.6%
B 140 of 326 ~ 42.94'%

%25.46
%31.6
%42.94

CMYK color model

#53678C color CMYK value is (41,26,0,45).

  • cyan value is 40.71%
  • magenta value is 26.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (41,26,0,45)
C41M26Y0K45 (41%, 26%, 0%, 45%)
(0.41 / 0.26 / 0.00 / 0.45)

CMYK percentages

%40.71
%26.43
%0
%45.1

Codes

Color #53678C in popluar color models

53 67 8C
RGB 83 103 140
HSL 219° 25.56% 43.73%
HSB/HSV 219° 40.71% 54.90%
CMYK 40.71% 26.43% 0.00%
45.10%

Color #53678C in popluar number systems.

HEX 53 67 8C
Decimal 83 103 140
Binary 1010011 1100111 10001100
Octal 123 147 214

Shades and tints

Shades of #53678C

#53678C
(83,103,140)
#4C5E80
(76,94,128)
#455574
(69,85,116)
#3E4C68
(62,76,104)
#37435C
(55,67,92)
#303A50
(48,58,80)
#293144
(41,49,68)
#222838
(34,40,56)
#1B1F2C
(27,31,44)
#141620
(20,22,32)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #53678C

#53678C
(83,103,140)
#627496
(98,116,150)
#7181A0
(113,129,160)
#808EAA
(128,142,170)
#8F9BB4
(143,155,180)
#9EA8BE
(158,168,190)
#ADB5C8
(173,181,200)
#BCC2D2
(188,194,210)
#CBCFDC
(203,207,220)
#DADCE6
(218,220,230)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53678C; }

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

This text font color is #53678C.

Background Color

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

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

This div background color is #53678C.

Border color

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

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

This div border color is #53678C.

Opacity

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

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

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

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

This text has shadow with #53678C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53678C.

Preview

Color preview on black background

This text has color #53678C on black background.


Color preview on white background

This text has color #53678C on white background.


Black color preview on #53678C background

This text has black color on #53678C background.


White color preview on #53678C background

This text has white color on #53678C background.


Related colors

Complementary color

Complementary color for #hex is #AC9873.


I love getcolorcode.com

Triadic colors

1 #8C5367 and #678C53 with #53678C are triadic colors.

2 #8C6753 and #67538C with #53678C are triadic colors.