COLOR #52778E

HEX: #52778E
RGB: (82,119,142)

Color info

#52778E contains mainly green and blue colors. Web safe color of #52778E is #666699 (or #669).

RGB color model

#52778E color RGB value is (82,119,142).

  • red value is 82;
  • green value is 119;
  • blue value is 142.
RGB:
(82,119,142)
(32%,47%,56%)

RGB channels and saturation

R 82 of 255 = 32%
G 119 of 255 = 47%
B 142 of 255 = 56%

82
119
142

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

Portions of RGB colors in percentages

R + G + B =
82 + 119 + 142 = 343 (100%)
R 82 of 343 ~ 23.91%
G 119 of 343 ~ 34.69%
B 142 of 343 ~ 41.4%

%23.91
%34.69
%41.4

CMYK color model

#52778E color CMYK value is (42,16,0,44).

  • cyan value is 42.25%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(42,16,0,44)
C42M16Y0K44 
(42%,16%,0%,44%)
(0.42/0.16/0.00/0.44)	

CMYK percentages

%42.25
%16.2
%0
%44.31

Codes

Color #52778E in popluar color models

52778E
RGB82119142
HSL203°26.79%43.92%
HSB/HSV203°42.25%55.69%
CMYK42.25%16.20%0.00%
44.31%

Color #52778E in popluar number systems.

HEX52778E
Decimal82119142
Binary1010010111011110001110
Octal122167216

Shades and tints

Shades of #52778E

#52778E
(82,119,142)
#4B6D82
(75,109,130)
#446376
(68,99,118)
#3D596A
(61,89,106)
#364F5E
(54,79,94)
#2F4552
(47,69,82)
#283B46
(40,59,70)
#21313A
(33,49,58)
#1A272E
(26,39,46)
#131D22
(19,29,34)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #52778E

#52778E
(82,119,142)
#618398
(97,131,152)
#708FA2
(112,143,162)
#7F9BAC
(127,155,172)
#8EA7B6
(142,167,182)
#9DB3C0
(157,179,192)
#ACBFCA
(172,191,202)
#BBCBD4
(187,203,212)
#CAD7DE
(202,215,222)
#D9E3E8
(217,227,232)
#E8EFF2
(232,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52778E color. Also use rgb(82,119,142) instead hex code.

Text Font Color

.myTextColor { color: #52778E; }

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

This text font color is #52778E.


Background Color

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

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

This div background color is #52778E.


Border color

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

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

This div border color is #52778E.


Opacity

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

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

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

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

This text has shadow with #52778E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52778E on black background.


Color preview on white background

This text has color #52778E on white background.



Black color preview on #52778E background

This text has black color on #52778E background.


White color preview on #52778E background

This text has white color on #52778E background.