COLOR #52739D

HEX: #52739D
RGB: (82,115,157)

Color info

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

RGB color model

#52739D color RGB value is (82,115,157).

  • red value is 82;
  • green value is 115;
  • blue value is 157.
RGB:
(82,115,157)
(32%,45%,62%)

RGB channels and saturation

R 82 of 255 = 32%
G 115 of 255 = 45%
B 157 of 255 = 62%

82
115
157

R + G + B ~ 46%. #52739D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 115 + 157 = 354 (100%)
R 82 of 354 ~ 23.16%
G 115 of 354 ~ 32.49%
B 157 of 354 ~ 44.35%

%23.16
%32.49
%44.35

CMYK color model

#52739D color CMYK value is (48,27,0,38).

  • cyan value is 47.77%
  • magenta value is 26.75%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(48,27,0,38)
C48M27Y0K38 
(48%,27%,0%,38%)
(0.48/0.27/0.00/0.38)	

CMYK percentages

%47.77
%26.75
%0
%38.43

Codes

Color #52739D in popluar color models

52739D
RGB82115157
HSL214°31.38%46.86%
HSB/HSV214°47.77%61.57%
CMYK47.77%26.75%0.00%
38.43%

Color #52739D in popluar number systems.

HEX52739D
Decimal82115157
Binary1010010111001110011101
Octal122163235

Shades and tints

Shades of #52739D

#52739D
(82,115,157)
#4B698F
(75,105,143)
#445F81
(68,95,129)
#3D5573
(61,85,115)
#364B65
(54,75,101)
#2F4157
(47,65,87)
#283749
(40,55,73)
#212D3B
(33,45,59)
#1A232D
(26,35,45)
#13191F
(19,25,31)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #52739D

#52739D
(82,115,157)
#617FA5
(97,127,165)
#708BAD
(112,139,173)
#7F97B5
(127,151,181)
#8EA3BD
(142,163,189)
#9DAFC5
(157,175,197)
#ACBBCD
(172,187,205)
#BBC7D5
(187,199,213)
#CAD3DD
(202,211,221)
#D9DFE5
(217,223,229)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52739D color. Also use rgb(82,115,157) instead hex code.

Text Font Color

.myTextColor { color: #52739D; }

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

This text font color is #52739D.


Background Color

.myBgColor { background-color: #52739D; }

<div style="background-color:#52739D">Inner text</div>

This div background color is #52739D.


Border color

.myBorderColor { border: 1px solid #52739D; }

<div style="border:3px solid #52739D">Div</div>

This div border color is #52739D.


Opacity

.myOpacity80 { color: #52739D; opacity: 0.8; }

<p style="color:#52739D;opacity:0.8;">80%</p>

Text with #52739D 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 #52739D;}

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

This text has shadow with #52739D color.

.textShadow {text-shadow: 3px 3px 1px #52739D, 3px 3px 1px red;}

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

This text has shadow with #52739D primary color and red secondary color.


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

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

This text has shadow with #52739D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52739D on black background.


Color preview on white background

This text has color #52739D on white background.



Black color preview on #52739D background

This text has black color on #52739D background.


White color preview on #52739D background

This text has white color on #52739D background.