COLOR #52617B

HEX: #52617B
RGB: (82,97,123)

Color info

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

RGB color model

#52617B color RGB value is (82,97,123).

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

RGB channels and saturation

R 82 of 255 = 32%
G 97 of 255 = 38%
B 123 of 255 = 48%

82
97
123

R + G + B ~ 39%. #52617B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 97 + 123 = 302 (100%)
R 82 of 302 ~ 27.15%
G 97 of 302 ~ 32.12%
B 123 of 302 ~ 40.73%

%27.15
%32.12
%40.73

CMYK color model

#52617B color CMYK value is (33,21,0,52).

  • cyan value is 33.33%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(33,21,0,52)
C33M21Y0K52 
(33%,21%,0%,52%)
(0.33/0.21/0.00/0.52)	

CMYK percentages

%33.33
%21.14
%0
%51.76

Codes

Color #52617B in popluar color models

52617B
RGB8297123
HSL218°20.00%40.20%
HSB/HSV218°33.33%48.24%
CMYK33.33%21.14%0.00%
51.76%

Color #52617B in popluar number systems.

HEX52617B
Decimal8297123
Binary101001011000011111011
Octal122141173

Shades and tints

Shades of #52617B

#52617B
(82,97,123)
#4B5970
(75,89,112)
#445165
(68,81,101)
#3D495A
(61,73,90)
#36414F
(54,65,79)
#2F3944
(47,57,68)
#283139
(40,49,57)
#21292E
(33,41,46)
#1A2123
(26,33,35)
#131918
(19,25,24)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #52617B

#52617B
(82,97,123)
#616F87
(97,111,135)
#707D93
(112,125,147)
#7F8B9F
(127,139,159)
#8E99AB
(142,153,171)
#9DA7B7
(157,167,183)
#ACB5C3
(172,181,195)
#BBC3CF
(187,195,207)
#CAD1DB
(202,209,219)
#D9DFE7
(217,223,231)
#E8EDF3
(232,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52617B; }

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

This text font color is #52617B.


Background Color

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

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

This div background color is #52617B.


Border color

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

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

This div border color is #52617B.


Opacity

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

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

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

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

This text has shadow with #52617B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52617B on black background.


Color preview on white background

This text has color #52617B on white background.



Black color preview on #52617B background

This text has black color on #52617B background.


White color preview on #52617B background

This text has white color on #52617B background.