COLOR #52767D

HEX: #52767D
RGB: (82,118,125)

Color info

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

RGB color model

#52767D color RGB value is (82,118,125).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 125 of 255 = 49%

82
118
125

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

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 125 = 325 (100%)
R 82 of 325 ~ 25.23%
G 118 of 325 ~ 36.31%
B 125 of 325 ~ 38.46%

%25.23
%36.31
%38.46

CMYK color model

#52767D color CMYK value is (34,6,0,51).

  • cyan value is 34.40%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(34,6,0,51)
C34M6Y0K51 
(34%,6%,0%,51%)
(0.34/0.06/0.00/0.51)	

CMYK percentages

%34.4
%5.6
%0
%50.98

Codes

Color #52767D in popluar color models

52767D
RGB82118125
HSL190°20.77%40.59%
HSB/HSV190°34.40%49.02%
CMYK34.40%5.60%0.00%
50.98%

Color #52767D in popluar number systems.

HEX52767D
Decimal82118125
Binary101001011101101111101
Octal122166175

Shades and tints

Shades of #52767D

#52767D
(82,118,125)
#4B6C72
(75,108,114)
#446267
(68,98,103)
#3D585C
(61,88,92)
#364E51
(54,78,81)
#2F4446
(47,68,70)
#283A3B
(40,58,59)
#213030
(33,48,48)
#1A2625
(26,38,37)
#131C1A
(19,28,26)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #52767D

#52767D
(82,118,125)
#618288
(97,130,136)
#708E93
(112,142,147)
#7F9A9E
(127,154,158)
#8EA6A9
(142,166,169)
#9DB2B4
(157,178,180)
#ACBEBF
(172,190,191)
#BBCACA
(187,202,202)
#CAD6D5
(202,214,213)
#D9E2E0
(217,226,224)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52767D; }

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

This text font color is #52767D.


Background Color

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

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

This div background color is #52767D.


Border color

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

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

This div border color is #52767D.


Opacity

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

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

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

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

This text has shadow with #52767D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52767D on black background.


Color preview on white background

This text has color #52767D on white background.



Black color preview on #52767D background

This text has black color on #52767D background.


White color preview on #52767D background

This text has white color on #52767D background.