COLOR #52678A

HEX: #52678A
RGB: (82,103,138)

Color info

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

RGB color model

#52678A color RGB value is (82,103,138).

  • red value is 82;
  • green value is 103;
  • blue value is 138.
RGB:
(82,103,138)
(32%,40%,54%)

RGB channels and saturation

R 82 of 255 = 32%
G 103 of 255 = 40%
B 138 of 255 = 54%

82
103
138

R + G + B ~ 42%. #52678A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 103 + 138 = 323 (100%)
R 82 of 323 ~ 25.39%
G 103 of 323 ~ 31.89%
B 138 of 323 ~ 42.72%

%25.39
%31.89
%42.72

CMYK color model

#52678A color CMYK value is (41,25,0,46).

  • cyan value is 40.58%
  • magenta value is 25.36%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(41,25,0,46)
C41M25Y0K46 
(41%,25%,0%,46%)
(0.41/0.25/0.00/0.46)	

CMYK percentages

%40.58
%25.36
%0
%45.88

Codes

Color #52678A in popluar color models

52678A
RGB82103138
HSL218°25.45%43.14%
HSB/HSV218°40.58%54.12%
CMYK40.58%25.36%0.00%
45.88%

Color #52678A in popluar number systems.

HEX52678A
Decimal82103138
Binary1010010110011110001010
Octal122147212

Shades and tints

Shades of #52678A

#52678A
(82,103,138)
#4B5E7E
(75,94,126)
#445572
(68,85,114)
#3D4C66
(61,76,102)
#36435A
(54,67,90)
#2F3A4E
(47,58,78)
#283142
(40,49,66)
#212836
(33,40,54)
#1A1F2A
(26,31,42)
#13161E
(19,22,30)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #52678A

#52678A
(82,103,138)
#617494
(97,116,148)
#70819E
(112,129,158)
#7F8EA8
(127,142,168)
#8E9BB2
(142,155,178)
#9DA8BC
(157,168,188)
#ACB5C6
(172,181,198)
#BBC2D0
(187,194,208)
#CACFDA
(202,207,218)
#D9DCE4
(217,220,228)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52678A color. Also use rgb(82,103,138) instead hex code.

Text Font Color

.myTextColor { color: #52678A; }

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

This text font color is #52678A.


Background Color

.myBgColor { background-color: #52678A; }

<div style="background-color:#52678A">Inner text</div>

This div background color is #52678A.


Border color

.myBorderColor { border: 1px solid #52678A; }

<div style="border:3px solid #52678A">Div</div>

This div border color is #52678A.


Opacity

.myOpacity80 { color: #52678A; opacity: 0.8; }

<p style="color:#52678A;opacity:0.8;">80%</p>

Text with #52678A 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 #52678A;}

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

This text has shadow with #52678A color.

.textShadow {text-shadow: 3px 3px 1px #52678A, 3px 3px 1px red;}

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

This text has shadow with #52678A primary color and red secondary color.


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

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

This text has shadow with #52678A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52678A on black background.


Color preview on white background

This text has color #52678A on white background.



Black color preview on #52678A background

This text has black color on #52678A background.


White color preview on #52678A background

This text has white color on #52678A background.