COLOR #52667E

HEX: #52667E
RGB: (82,102,126)

Color info

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

RGB color model

#52667E color RGB value is (82,102,126).

  • red value is 82;
  • green value is 102;
  • blue value is 126.
RGB:
(82,102,126)
(32%,40%,49%)

RGB channels and saturation

R 82 of 255 = 32%
G 102 of 255 = 40%
B 126 of 255 = 49%

82
102
126

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

Portions of RGB colors in percentages

R + G + B =
82 + 102 + 126 = 310 (100%)
R 82 of 310 ~ 26.45%
G 102 of 310 ~ 32.9%
B 126 of 310 ~ 40.65%

%26.45
%32.9
%40.65

CMYK color model

#52667E color CMYK value is (35,19,0,51).

  • cyan value is 34.92%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(35,19,0,51)
C35M19Y0K51 
(35%,19%,0%,51%)
(0.35/0.19/0.00/0.51)	

CMYK percentages

%34.92
%19.05
%0
%50.59

Codes

Color #52667E in popluar color models

52667E
RGB82102126
HSL213°21.15%40.78%
HSB/HSV213°34.92%49.41%
CMYK34.92%19.05%0.00%
50.59%

Color #52667E in popluar number systems.

HEX52667E
Decimal82102126
Binary101001011001101111110
Octal122146176

Shades and tints

Shades of #52667E

#52667E
(82,102,126)
#4B5D73
(75,93,115)
#445468
(68,84,104)
#3D4B5D
(61,75,93)
#364252
(54,66,82)
#2F3947
(47,57,71)
#28303C
(40,48,60)
#212731
(33,39,49)
#1A1E26
(26,30,38)
#13151B
(19,21,27)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #52667E

#52667E
(82,102,126)
#617389
(97,115,137)
#708094
(112,128,148)
#7F8D9F
(127,141,159)
#8E9AAA
(142,154,170)
#9DA7B5
(157,167,181)
#ACB4C0
(172,180,192)
#BBC1CB
(187,193,203)
#CACED6
(202,206,214)
#D9DBE1
(217,219,225)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52667E; }

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

This text font color is #52667E.


Background Color

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

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

This div background color is #52667E.


Border color

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

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

This div border color is #52667E.


Opacity

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

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

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

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

This text has shadow with #52667E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52667E on black background.


Color preview on white background

This text has color #52667E on white background.



Black color preview on #52667E background

This text has black color on #52667E background.


White color preview on #52667E background

This text has white color on #52667E background.