COLOR #52768A

HEX: #52768A
RGB: (82,118,138)

Color info

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

RGB color model

#52768A color RGB value is (82,118,138).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 138 of 255 = 54%

82
118
138

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

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 138 = 338 (100%)
R 82 of 338 ~ 24.26%
G 118 of 338 ~ 34.91%
B 138 of 338 ~ 40.83%

%24.26
%34.91
%40.83

CMYK color model

#52768A color CMYK value is (41,14,0,46).

  • cyan value is 40.58%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(41,14,0,46)
C41M14Y0K46 
(41%,14%,0%,46%)
(0.41/0.14/0.00/0.46)	

CMYK percentages

%40.58
%14.49
%0
%45.88

Codes

Color #52768A in popluar color models

52768A
RGB82118138
HSL201°25.45%43.14%
HSB/HSV201°40.58%54.12%
CMYK40.58%14.49%0.00%
45.88%

Color #52768A in popluar number systems.

HEX52768A
Decimal82118138
Binary1010010111011010001010
Octal122166212

Shades and tints

Shades of #52768A

#52768A
(82,118,138)
#4B6C7E
(75,108,126)
#446272
(68,98,114)
#3D5866
(61,88,102)
#364E5A
(54,78,90)
#2F444E
(47,68,78)
#283A42
(40,58,66)
#213036
(33,48,54)
#1A262A
(26,38,42)
#131C1E
(19,28,30)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #52768A

#52768A
(82,118,138)
#618294
(97,130,148)
#708E9E
(112,142,158)
#7F9AA8
(127,154,168)
#8EA6B2
(142,166,178)
#9DB2BC
(157,178,188)
#ACBEC6
(172,190,198)
#BBCAD0
(187,202,208)
#CAD6DA
(202,214,218)
#D9E2E4
(217,226,228)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52768A; }

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

This text font color is #52768A.


Background Color

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

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

This div background color is #52768A.


Border color

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

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

This div border color is #52768A.


Opacity

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

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

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

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

This text has shadow with #52768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52768A on black background.


Color preview on white background

This text has color #52768A on white background.



Black color preview on #52768A background

This text has black color on #52768A background.


White color preview on #52768A background

This text has white color on #52768A background.