COLOR #53627C

HEX: #53627C
RGB: (83,98,124)

Color info

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

RGB color model

#53627C color RGB value is (83,98,124).

  • red value is 83;
  • green value is 98;
  • blue value is 124.
RGB:
(83,98,124)
(33%,38%,49%)

RGB channels and saturation

R 83 of 255 = 33%
G 98 of 255 = 38%
B 124 of 255 = 49%

83
98
124

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

Portions of RGB colors in percentages

R + G + B =
83 + 98 + 124 = 305 (100%)
R 83 of 305 ~ 27.21%
G 98 of 305 ~ 32.13%
B 124 of 305 ~ 40.66%

%27.21
%32.13
%40.66

CMYK color model

#53627C color CMYK value is (33,21,0,51).

  • cyan value is 33.06%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(33,21,0,51)
C33M21Y0K51 
(33%,21%,0%,51%)
(0.33/0.21/0.00/0.51)	

CMYK percentages

%33.06
%20.97
%0
%51.37

Codes

Color #53627C in popluar color models

53627C
RGB8398124
HSL218°19.81%40.59%
HSB/HSV218°33.06%48.63%
CMYK33.06%20.97%0.00%
51.37%

Color #53627C in popluar number systems.

HEX53627C
Decimal8398124
Binary101001111000101111100
Octal123142174

Shades and tints

Shades of #53627C

#53627C
(83,98,124)
#4C5A71
(76,90,113)
#455266
(69,82,102)
#3E4A5B
(62,74,91)
#374250
(55,66,80)
#303A45
(48,58,69)
#29323A
(41,50,58)
#222A2F
(34,42,47)
#1B2224
(27,34,36)
#141A19
(20,26,25)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #53627C

#53627C
(83,98,124)
#627087
(98,112,135)
#717E92
(113,126,146)
#808C9D
(128,140,157)
#8F9AA8
(143,154,168)
#9EA8B3
(158,168,179)
#ADB6BE
(173,182,190)
#BCC4C9
(188,196,201)
#CBD2D4
(203,210,212)
#DAE0DF
(218,224,223)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53627C color. Also use rgb(83,98,124) instead hex code.

Text Font Color

.myTextColor { color: #53627C; }

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

This text font color is #53627C.


Background Color

.myBgColor { background-color: #53627C; }

<div style="background-color:#53627C">Inner text</div>

This div background color is #53627C.


Border color

.myBorderColor { border: 1px solid #53627C; }

<div style="border:3px solid #53627C">Div</div>

This div border color is #53627C.


Opacity

.myOpacity80 { color: #53627C; opacity: 0.8; }

<p style="color:#53627C;opacity:0.8;">80%</p>

Text with #53627C 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 #53627C;}

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

This text has shadow with #53627C color.

.textShadow {text-shadow: 3px 3px 1px #53627C, 3px 3px 1px red;}

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

This text has shadow with #53627C primary color and red secondary color.


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

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

This text has shadow with #53627C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53627C on black background.


Color preview on white background

This text has color #53627C on white background.



Black color preview on #53627C background

This text has black color on #53627C background.


White color preview on #53627C background

This text has white color on #53627C background.