COLOR #52737A

HEX: #52737A
RGB: (82,115,122)

Color info

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

RGB color model

#52737A color RGB value is (82,115,122).

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

RGB channels and saturation

R 82 of 255 = 32%
G 115 of 255 = 45%
B 122 of 255 = 48%

82
115
122

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

Portions of RGB colors in percentages

R + G + B =
82 + 115 + 122 = 319 (100%)
R 82 of 319 ~ 25.71%
G 115 of 319 ~ 36.05%
B 122 of 319 ~ 38.24%

%25.71
%36.05
%38.24

CMYK color model

#52737A color CMYK value is (33,6,0,52).

  • cyan value is 32.79%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(33,6,0,52)
C33M6Y0K52 
(33%,6%,0%,52%)
(0.33/0.06/0.00/0.52)	

CMYK percentages

%32.79
%5.74
%0
%52.16

Codes

Color #52737A in popluar color models

52737A
RGB82115122
HSL191°19.61%40.00%
HSB/HSV191°32.79%47.84%
CMYK32.79%5.74%0.00%
52.16%

Color #52737A in popluar number systems.

HEX52737A
Decimal82115122
Binary101001011100111111010
Octal122163172

Shades and tints

Shades of #52737A

#52737A
(82,115,122)
#4B696F
(75,105,111)
#445F64
(68,95,100)
#3D5559
(61,85,89)
#364B4E
(54,75,78)
#2F4143
(47,65,67)
#283738
(40,55,56)
#212D2D
(33,45,45)
#1A2322
(26,35,34)
#131917
(19,25,23)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #52737A

#52737A
(82,115,122)
#617F86
(97,127,134)
#708B92
(112,139,146)
#7F979E
(127,151,158)
#8EA3AA
(142,163,170)
#9DAFB6
(157,175,182)
#ACBBC2
(172,187,194)
#BBC7CE
(187,199,206)
#CAD3DA
(202,211,218)
#D9DFE6
(217,223,230)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52737A; }

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

This text font color is #52737A.


Background Color

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

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

This div background color is #52737A.


Border color

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

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

This div border color is #52737A.


Opacity

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

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

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

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

This text has shadow with #52737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52737A on black background.


Color preview on white background

This text has color #52737A on white background.



Black color preview on #52737A background

This text has black color on #52737A background.


White color preview on #52737A background

This text has white color on #52737A background.