COLOR #52737C

HEX: #52737C
RGB: (82,115,124)

Color info

#52737C contains red, green and blue colors in about the same proportion. Web safe color of #52737C is #666666 (or #666).

RGB color model

#52737C color RGB value is (82,115,124).

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

RGB channels and saturation

R 82 of 255 = 32%
G 115 of 255 = 45%
B 124 of 255 = 49%

82
115
124

R + G + B ~ 42%. #52737C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 115 + 124 = 321 (100%)
R 82 of 321 ~ 25.55%
G 115 of 321 ~ 35.83%
B 124 of 321 ~ 38.63%

%25.55
%35.83
%38.63

CMYK color model

#52737C color CMYK value is (34,7,0,51).

  • cyan value is 33.87%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(34,7,0,51)
C34M7Y0K51 
(34%,7%,0%,51%)
(0.34/0.07/0.00/0.51)	

CMYK percentages

%33.87
%7.26
%0
%51.37

Codes

Color #52737C in popluar color models

52737C
RGB82115124
HSL193°20.39%40.39%
HSB/HSV193°33.87%48.63%
CMYK33.87%7.26%0.00%
51.37%

Color #52737C in popluar number systems.

HEX52737C
Decimal82115124
Binary101001011100111111100
Octal122163174

Shades and tints

Shades of #52737C

#52737C
(82,115,124)
#4B6971
(75,105,113)
#445F66
(68,95,102)
#3D555B
(61,85,91)
#364B50
(54,75,80)
#2F4145
(47,65,69)
#28373A
(40,55,58)
#212D2F
(33,45,47)
#1A2324
(26,35,36)
#131919
(19,25,25)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #52737C

#52737C
(82,115,124)
#617F87
(97,127,135)
#708B92
(112,139,146)
#7F979D
(127,151,157)
#8EA3A8
(142,163,168)
#9DAFB3
(157,175,179)
#ACBBBE
(172,187,190)
#BBC7C9
(187,199,201)
#CAD3D4
(202,211,212)
#D9DFDF
(217,223,223)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52737C color. Also use rgb(82,115,124) instead hex code.

Text Font Color

.myTextColor { color: #52737C; }

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

This text font color is #52737C.


Background Color

.myBgColor { background-color: #52737C; }

<div style="background-color:#52737C">Inner text</div>

This div background color is #52737C.


Border color

.myBorderColor { border: 1px solid #52737C; }

<div style="border:3px solid #52737C">Div</div>

This div border color is #52737C.


Opacity

.myOpacity80 { color: #52737C; opacity: 0.8; }

<p style="color:#52737C;opacity:0.8;">80%</p>

Text with #52737C 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 #52737C;}

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

This text has shadow with #52737C color.

.textShadow {text-shadow: 3px 3px 1px #52737C, 3px 3px 1px red;}

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

This text has shadow with #52737C primary color and red secondary color.


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

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

This text has shadow with #52737C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52737C on black background.


Color preview on white background

This text has color #52737C on white background.



Black color preview on #52737C background

This text has black color on #52737C background.


White color preview on #52737C background

This text has white color on #52737C background.