COLOR #52787E

HEX: #52787E RGB: (82,120,126)

Color info

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

RGB color model

#52787E color RGB value is (82,120,126).

RGB: (82,120,126) (32%, 47%, 49%)

RGB channels and saturation

R 82 of 255 = 32%
G 120 of 255 = 47%
B 126 of 255 = 49%

82
120
126

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

Portions of RGB colors in percentages

R + G + B = 82 + 120 + 126 = 328 (100%)
R 82 of 328 ~ 25%
G 120 of 328 ~ 36.59%
B 126 of 328 ~ 38.41'%

%25
%36.59
%38.41

CMYK color model

#52787E color CMYK value is (35,5,0,51).

  • cyan value is 34.92%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (35,5,0,51) C35M5Y0K51 (35%,5%,0%,51%) (0.35/0.05/0.00/0.51) 

CMYK percentages

%34.92
%4.76
%0
%50.59

Codes

Color #52787E in popluar color models

52 78 7E
RGB 82 120 126
HSL 188° 21.15% 40.78%
HSB/HSV 188° 34.92% 49.41%
CMYK 34.92% 4.76% 0.00%
50.59%

Color #52787E in popluar number systems.

HEX 52 78 7E
Decimal 82 120 126
Binary 1010010 1111000 1111110
Octal 122 170 176

Shades and tints

Shades of #52787E

#52787E
(82,120,126)
#4B6E73
(75,110,115)
#446468
(68,100,104)
#3D5A5D
(61,90,93)
#365052
(54,80,82)
#2F4647
(47,70,71)
#283C3C
(40,60,60)
#213231
(33,50,49)
#1A2826
(26,40,38)
#131E1B
(19,30,27)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #52787E

#52787E
(82,120,126)
#618489
(97,132,137)
#709094
(112,144,148)
#7F9C9F
(127,156,159)
#8EA8AA
(142,168,170)
#9DB4B5
(157,180,181)
#ACC0C0
(172,192,192)
#BBCCCB
(187,204,203)
#CAD8D6
(202,216,214)
#D9E4E1
(217,228,225)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52787E color. Also use rgb(82,120,126) instead hex code.

Text Font Color

.myTextColor { color: #52787E; }

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

This text font color is #52787E.

Background Color

.myBgColor { background-color: #52787E; }

<div style="background-color:#52787E">Inner text</div>

This div background color is #52787E.

Border color

.myBorderColor { border: 1px solid #52787E; }

<div style="border:3px solid #52787E">Div</div>

This div border color is #52787E.

Opacity

.myOpacity80 { color: #52787E; opacity: 0.8; }

<p style="color:#52787E;opacity:0.8;">80%</p>

Text with #52787E 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 #52787E;}

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

This text has shadow with #52787E color.


.textShadow {text-shadow: 3px 3px 1px #52787E', 3px 3px 1px red;}

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

This text has shadow with #52787E primary color and red secondary color.


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

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

This text has shadow with #52787E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52787E; -webkit-box-shadow: 1px 1px 3px 2px #52787E; box-shadow:1px 1px 3px 2px #52787E;">
Div content here
</div>

This div box has shadow with color #52787E.

Preview

Color preview on black background

This text has color #52787E on black background.


Color preview on white background

This text has color #52787E on white background.


Black color preview on #52787E background

This text has black color on #52787E background.


White color preview on #52787E background

This text has white color on #52787E background.


Related colors

Complementary color

Complementary color for #hex is #AD8781.


I love getcolorcode.com

Triadic colors

1 #7E5278 and #787E52 with #52787E are triadic colors.

2 #7E7852 and #78527E with #52787E are triadic colors.