COLOR #52607B

HEX: #52607B
RGB: (82,96,123)

Color info

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

RGB color model

#52607B color RGB value is (82,96,123).

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

RGB channels and saturation

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

82
96
123

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

Portions of RGB colors in percentages

R + G + B =
82 + 96 + 123 = 301 (100%)
R 82 of 301 ~ 27.24%
G 96 of 301 ~ 31.89%
B 123 of 301 ~ 40.86%

%27.24
%31.89
%40.86

CMYK color model

#52607B color CMYK value is (33,22,0,52).

  • cyan value is 33.33%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(33,22,0,52)
C33M22Y0K52 
(33%,22%,0%,52%)
(0.33/0.22/0.00/0.52)	

CMYK percentages

%33.33
%21.95
%0
%51.76

Codes

Color #52607B in popluar color models

52607B
RGB8296123
HSL220°20.00%40.20%
HSB/HSV220°33.33%48.24%
CMYK33.33%21.95%0.00%
51.76%

Color #52607B in popluar number systems.

HEX52607B
Decimal8296123
Binary101001011000001111011
Octal122140173

Shades and tints

Shades of #52607B

#52607B
(82,96,123)
#4B5870
(75,88,112)
#445065
(68,80,101)
#3D485A
(61,72,90)
#36404F
(54,64,79)
#2F3844
(47,56,68)
#283039
(40,48,57)
#21282E
(33,40,46)
#1A2023
(26,32,35)
#131818
(19,24,24)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #52607B

#52607B
(82,96,123)
#616E87
(97,110,135)
#707C93
(112,124,147)
#7F8A9F
(127,138,159)
#8E98AB
(142,152,171)
#9DA6B7
(157,166,183)
#ACB4C3
(172,180,195)
#BBC2CF
(187,194,207)
#CAD0DB
(202,208,219)
#D9DEE7
(217,222,231)
#E8ECF3
(232,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52607B; }

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

This text font color is #52607B.


Background Color

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

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

This div background color is #52607B.


Border color

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

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

This div border color is #52607B.


Opacity

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

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

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

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

This text has shadow with #52607B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52607B on black background.


Color preview on white background

This text has color #52607B on white background.



Black color preview on #52607B background

This text has black color on #52607B background.


White color preview on #52607B background

This text has white color on #52607B background.