COLOR #53617A

HEX: #53617A
RGB: (83,97,122)

Color info

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

RGB color model

#53617A color RGB value is (83,97,122).

  • red value is 83;
  • green value is 97;
  • blue value is 122.
RGB:
(83,97,122)
(33%,38%,48%)

RGB channels and saturation

R 83 of 255 = 33%
G 97 of 255 = 38%
B 122 of 255 = 48%

83
97
122

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

Portions of RGB colors in percentages

R + G + B =
83 + 97 + 122 = 302 (100%)
R 83 of 302 ~ 27.48%
G 97 of 302 ~ 32.12%
B 122 of 302 ~ 40.4%

%27.48
%32.12
%40.4

CMYK color model

#53617A color CMYK value is (32,20,0,52).

  • cyan value is 31.97%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(32,20,0,52)
C32M20Y0K52 
(32%,20%,0%,52%)
(0.32/0.20/0.00/0.52)	

CMYK percentages

%31.97
%20.49
%0
%52.16

Codes

Color #53617A in popluar color models

53617A
RGB8397122
HSL218°19.02%40.20%
HSB/HSV218°31.97%47.84%
CMYK31.97%20.49%0.00%
52.16%

Color #53617A in popluar number systems.

HEX53617A
Decimal8397122
Binary101001111000011111010
Octal123141172

Shades and tints

Shades of #53617A

#53617A
(83,97,122)
#4C596F
(76,89,111)
#455164
(69,81,100)
#3E4959
(62,73,89)
#37414E
(55,65,78)
#303943
(48,57,67)
#293138
(41,49,56)
#22292D
(34,41,45)
#1B2122
(27,33,34)
#141917
(20,25,23)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #53617A

#53617A
(83,97,122)
#626F86
(98,111,134)
#717D92
(113,125,146)
#808B9E
(128,139,158)
#8F99AA
(143,153,170)
#9EA7B6
(158,167,182)
#ADB5C2
(173,181,194)
#BCC3CE
(188,195,206)
#CBD1DA
(203,209,218)
#DADFE6
(218,223,230)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53617A color. Also use rgb(83,97,122) instead hex code.

Text Font Color

.myTextColor { color: #53617A; }

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

This text font color is #53617A.


Background Color

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

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

This div background color is #53617A.


Border color

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

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

This div border color is #53617A.


Opacity

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

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

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

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

This text has shadow with #53617A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53617A on black background.


Color preview on white background

This text has color #53617A on white background.



Black color preview on #53617A background

This text has black color on #53617A background.


White color preview on #53617A background

This text has white color on #53617A background.