COLOR #52888F

HEX: #52888F
RGB: (82,136,143)

Color info

#52888F contains mainly green and blue colors. Web safe color of #52888F is #669999 (or #699).

RGB color model

#52888F color RGB value is (82,136,143).

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

RGB channels and saturation

R 82 of 255 = 32%
G 136 of 255 = 53%
B 143 of 255 = 56%

82
136
143

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

Portions of RGB colors in percentages

R + G + B =
82 + 136 + 143 = 361 (100%)
R 82 of 361 ~ 22.71%
G 136 of 361 ~ 37.67%
B 143 of 361 ~ 39.61%

%22.71
%37.67
%39.61

CMYK color model

#52888F color CMYK value is (43,5,0,44).

  • cyan value is 42.66%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(43,5,0,44)
C43M5Y0K44 
(43%,5%,0%,44%)
(0.43/0.05/0.00/0.44)	

CMYK percentages

%42.66
%4.9
%0
%43.92

Codes

Color #52888F in popluar color models

52888F
RGB82136143
HSL187°27.11%44.12%
HSB/HSV187°42.66%56.08%
CMYK42.66%4.90%0.00%
43.92%

Color #52888F in popluar number systems.

HEX52888F
Decimal82136143
Binary10100101000100010001111
Octal122210217

Shades and tints

Shades of #52888F

#52888F
(82,136,143)
#4B7C82
(75,124,130)
#447075
(68,112,117)
#3D6468
(61,100,104)
#36585B
(54,88,91)
#2F4C4E
(47,76,78)
#284041
(40,64,65)
#213434
(33,52,52)
#1A2827
(26,40,39)
#131C1A
(19,28,26)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #52888F

#52888F
(82,136,143)
#619299
(97,146,153)
#709CA3
(112,156,163)
#7FA6AD
(127,166,173)
#8EB0B7
(142,176,183)
#9DBAC1
(157,186,193)
#ACC4CB
(172,196,203)
#BBCED5
(187,206,213)
#CAD8DF
(202,216,223)
#D9E2E9
(217,226,233)
#E8ECF3
(232,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52888F; }

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

This text font color is #52888F.


Background Color

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

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

This div background color is #52888F.


Border color

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

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

This div border color is #52888F.


Opacity

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

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

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

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

This text has shadow with #52888F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52888F on black background.


Color preview on white background

This text has color #52888F on white background.



Black color preview on #52888F background

This text has black color on #52888F background.


White color preview on #52888F background

This text has white color on #52888F background.