COLOR #52797B

HEX: #52797B
RGB: (82,121,123)

Color info

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

RGB color model

#52797B color RGB value is (82,121,123).

  • red value is 82;
  • green value is 121;
  • blue value is 123.
RGB:
(82,121,123)
(32%,47%,48%)

RGB channels and saturation

R 82 of 255 = 32%
G 121 of 255 = 47%
B 123 of 255 = 48%

82
121
123

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

Portions of RGB colors in percentages

R + G + B =
82 + 121 + 123 = 326 (100%)
R 82 of 326 ~ 25.15%
G 121 of 326 ~ 37.12%
B 123 of 326 ~ 37.73%

%25.15
%37.12
%37.73

CMYK color model

#52797B color CMYK value is (33,2,0,52).

  • cyan value is 33.33%
  • magenta value is 1.63%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(33,2,0,52)
C33M2Y0K52 
(33%,2%,0%,52%)
(0.33/0.02/0.00/0.52)	

CMYK percentages

%33.33
%1.63
%0
%51.76

Codes

Color #52797B in popluar color models

52797B
RGB82121123
HSL183°20.00%40.20%
HSB/HSV183°33.33%48.24%
CMYK33.33%1.63%0.00%
51.76%

Color #52797B in popluar number systems.

HEX52797B
Decimal82121123
Binary101001011110011111011
Octal122171173

Shades and tints

Shades of #52797B

#52797B
(82,121,123)
#4B6E70
(75,110,112)
#446365
(68,99,101)
#3D585A
(61,88,90)
#364D4F
(54,77,79)
#2F4244
(47,66,68)
#283739
(40,55,57)
#212C2E
(33,44,46)
#1A2123
(26,33,35)
#131618
(19,22,24)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #52797B

#52797B
(82,121,123)
#618587
(97,133,135)
#709193
(112,145,147)
#7F9D9F
(127,157,159)
#8EA9AB
(142,169,171)
#9DB5B7
(157,181,183)
#ACC1C3
(172,193,195)
#BBCDCF
(187,205,207)
#CAD9DB
(202,217,219)
#D9E5E7
(217,229,231)
#E8F1F3
(232,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52797B color. Also use rgb(82,121,123) instead hex code.

Text Font Color

.myTextColor { color: #52797B; }

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

This text font color is #52797B.


Background Color

.myBgColor { background-color: #52797B; }

<div style="background-color:#52797B">Inner text</div>

This div background color is #52797B.


Border color

.myBorderColor { border: 1px solid #52797B; }

<div style="border:3px solid #52797B">Div</div>

This div border color is #52797B.


Opacity

.myOpacity80 { color: #52797B; opacity: 0.8; }

<p style="color:#52797B;opacity:0.8;">80%</p>

Text with #52797B 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 #52797B;}

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

This text has shadow with #52797B color.

.textShadow {text-shadow: 3px 3px 1px #52797B, 3px 3px 1px red;}

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

This text has shadow with #52797B primary color and red secondary color.


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

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

This text has shadow with #52797B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52797B on black background.


Color preview on white background

This text has color #52797B on white background.



Black color preview on #52797B background

This text has black color on #52797B background.


White color preview on #52797B background

This text has white color on #52797B background.