COLOR #52788F

HEX: #52788F
RGB: (82,120,143)

Color info

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

RGB color model

#52788F color RGB value is (82,120,143).

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

RGB channels and saturation

R 82 of 255 = 32%
G 120 of 255 = 47%
B 143 of 255 = 56%

82
120
143

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

Portions of RGB colors in percentages

R + G + B =
82 + 120 + 143 = 345 (100%)
R 82 of 345 ~ 23.77%
G 120 of 345 ~ 34.78%
B 143 of 345 ~ 41.45%

%23.77
%34.78
%41.45

CMYK color model

#52788F color CMYK value is (43,16,0,44).

  • cyan value is 42.66%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(43,16,0,44)
C43M16Y0K44 
(43%,16%,0%,44%)
(0.43/0.16/0.00/0.44)	

CMYK percentages

%42.66
%16.08
%0
%43.92

Codes

Color #52788F in popluar color models

52788F
RGB82120143
HSL203°27.11%44.12%
HSB/HSV203°42.66%56.08%
CMYK42.66%16.08%0.00%
43.92%

Color #52788F in popluar number systems.

HEX52788F
Decimal82120143
Binary1010010111100010001111
Octal122170217

Shades and tints

Shades of #52788F

#52788F
(82,120,143)
#4B6E82
(75,110,130)
#446475
(68,100,117)
#3D5A68
(61,90,104)
#36505B
(54,80,91)
#2F464E
(47,70,78)
#283C41
(40,60,65)
#213234
(33,50,52)
#1A2827
(26,40,39)
#131E1A
(19,30,26)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #52788F

#52788F
(82,120,143)
#618499
(97,132,153)
#7090A3
(112,144,163)
#7F9CAD
(127,156,173)
#8EA8B7
(142,168,183)
#9DB4C1
(157,180,193)
#ACC0CB
(172,192,203)
#BBCCD5
(187,204,213)
#CAD8DF
(202,216,223)
#D9E4E9
(217,228,233)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52788F color. Also use rgb(82,120,143) instead hex code.

Text Font Color

.myTextColor { color: #52788F; }

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

This text font color is #52788F.


Background Color

.myBgColor { background-color: #52788F; }

<div style="background-color:#52788F">Inner text</div>

This div background color is #52788F.


Border color

.myBorderColor { border: 1px solid #52788F; }

<div style="border:3px solid #52788F">Div</div>

This div border color is #52788F.


Opacity

.myOpacity80 { color: #52788F; opacity: 0.8; }

<p style="color:#52788F;opacity:0.8;">80%</p>

Text with #52788F 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 #52788F;}

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

This text has shadow with #52788F color.

.textShadow {text-shadow: 3px 3px 1px #52788F, 3px 3px 1px red;}

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

This text has shadow with #52788F primary color and red secondary color.


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

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

This text has shadow with #52788F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52788F on black background.


Color preview on white background

This text has color #52788F on white background.



Black color preview on #52788F background

This text has black color on #52788F background.


White color preview on #52788F background

This text has white color on #52788F background.