COLOR #52767F

HEX: #52767F
RGB: (82,118,127)

Color info

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

RGB color model

#52767F color RGB value is (82,118,127).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 127 of 255 = 50%

82
118
127

R + G + B ~ 43%. #52767F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 127 = 327 (100%)
R 82 of 327 ~ 25.08%
G 118 of 327 ~ 36.09%
B 127 of 327 ~ 38.84%

%25.08
%36.09
%38.84

CMYK color model

#52767F color CMYK value is (35,7,0,50).

  • cyan value is 35.43%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(35,7,0,50)
C35M7Y0K50 
(35%,7%,0%,50%)
(0.35/0.07/0.00/0.50)	

CMYK percentages

%35.43
%7.09
%0
%50.2

Codes

Color #52767F in popluar color models

52767F
RGB82118127
HSL192°21.53%40.98%
HSB/HSV192°35.43%49.80%
CMYK35.43%7.09%0.00%
50.20%

Color #52767F in popluar number systems.

HEX52767F
Decimal82118127
Binary101001011101101111111
Octal122166177

Shades and tints

Shades of #52767F

#52767F
(82,118,127)
#4B6C74
(75,108,116)
#446269
(68,98,105)
#3D585E
(61,88,94)
#364E53
(54,78,83)
#2F4448
(47,68,72)
#283A3D
(40,58,61)
#213032
(33,48,50)
#1A2627
(26,38,39)
#131C1C
(19,28,28)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #52767F

#52767F
(82,118,127)
#61828A
(97,130,138)
#708E95
(112,142,149)
#7F9AA0
(127,154,160)
#8EA6AB
(142,166,171)
#9DB2B6
(157,178,182)
#ACBEC1
(172,190,193)
#BBCACC
(187,202,204)
#CAD6D7
(202,214,215)
#D9E2E2
(217,226,226)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52767F color. Also use rgb(82,118,127) instead hex code.

Text Font Color

.myTextColor { color: #52767F; }

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

This text font color is #52767F.


Background Color

.myBgColor { background-color: #52767F; }

<div style="background-color:#52767F">Inner text</div>

This div background color is #52767F.


Border color

.myBorderColor { border: 1px solid #52767F; }

<div style="border:3px solid #52767F">Div</div>

This div border color is #52767F.


Opacity

.myOpacity80 { color: #52767F; opacity: 0.8; }

<p style="color:#52767F;opacity:0.8;">80%</p>

Text with #52767F 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 #52767F;}

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

This text has shadow with #52767F color.

.textShadow {text-shadow: 3px 3px 1px #52767F, 3px 3px 1px red;}

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

This text has shadow with #52767F primary color and red secondary color.


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

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

This text has shadow with #52767F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52767F on black background.


Color preview on white background

This text has color #52767F on white background.



Black color preview on #52767F background

This text has black color on #52767F background.


White color preview on #52767F background

This text has white color on #52767F background.