COLOR #52607A

HEX: #52607A
RGB: (82,96,122)

Color info

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

RGB color model

#52607A color RGB value is (82,96,122).

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

RGB channels and saturation

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

82
96
122

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

Portions of RGB colors in percentages

R + G + B =
82 + 96 + 122 = 300 (100%)
R 82 of 300 ~ 27.33%
G 96 of 300 ~ 32%
B 122 of 300 ~ 40.67%

%27.33
%32
%40.67

CMYK color model

#52607A color CMYK value is (33,21,0,52).

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

CMYK percentages

%32.79
%21.31
%0
%52.16

Codes

Color #52607A in popluar color models

52607A
RGB8296122
HSL219°19.61%40.00%
HSB/HSV219°32.79%47.84%
CMYK32.79%21.31%0.00%
52.16%

Color #52607A in popluar number systems.

HEX52607A
Decimal8296122
Binary101001011000001111010
Octal122140172

Shades and tints

Shades of #52607A

#52607A
(82,96,122)
#4B586F
(75,88,111)
#445064
(68,80,100)
#3D4859
(61,72,89)
#36404E
(54,64,78)
#2F3843
(47,56,67)
#283038
(40,48,56)
#21282D
(33,40,45)
#1A2022
(26,32,34)
#131817
(19,24,23)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #52607A

#52607A
(82,96,122)
#616E86
(97,110,134)
#707C92
(112,124,146)
#7F8A9E
(127,138,158)
#8E98AA
(142,152,170)
#9DA6B6
(157,166,182)
#ACB4C2
(172,180,194)
#BBC2CE
(187,194,206)
#CAD0DA
(202,208,218)
#D9DEE6
(217,222,230)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52607A; }

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

This text font color is #52607A.


Background Color

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

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

This div background color is #52607A.


Border color

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

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

This div border color is #52607A.


Opacity

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

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

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

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

This text has shadow with #52607A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52607A on black background.


Color preview on white background

This text has color #52607A on white background.



Black color preview on #52607A background

This text has black color on #52607A background.


White color preview on #52607A background

This text has white color on #52607A background.