COLOR #53616F

HEX: #53616F
RGB: (83,97,111)

Color info

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

RGB color model

#53616F color RGB value is (83,97,111).

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

RGB channels and saturation

R 83 of 255 = 33%
G 97 of 255 = 38%
B 111 of 255 = 44%

83
97
111

R + G + B ~ 38%. #53616F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 97 + 111 = 291 (100%)
R 83 of 291 ~ 28.52%
G 97 of 291 ~ 33.33%
B 111 of 291 ~ 38.14%

%28.52
%33.33
%38.14

CMYK color model

#53616F color CMYK value is (25,13,0,56).

  • cyan value is 25.23%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(25,13,0,56)
C25M13Y0K56 
(25%,13%,0%,56%)
(0.25/0.13/0.00/0.56)	

CMYK percentages

%25.23
%12.61
%0
%56.47

Codes

Color #53616F in popluar color models

53616F
RGB8397111
HSL210°14.43%38.04%
HSB/HSV210°25.23%43.53%
CMYK25.23%12.61%0.00%
56.47%

Color #53616F in popluar number systems.

HEX53616F
Decimal8397111
Binary101001111000011101111
Octal123141157

Shades and tints

Shades of #53616F

#53616F
(83,97,111)
#4C5965
(76,89,101)
#45515B
(69,81,91)
#3E4951
(62,73,81)
#374147
(55,65,71)
#30393D
(48,57,61)
#293133
(41,49,51)
#222929
(34,41,41)
#1B211F
(27,33,31)
#141915
(20,25,21)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #53616F

#53616F
(83,97,111)
#626F7C
(98,111,124)
#717D89
(113,125,137)
#808B96
(128,139,150)
#8F99A3
(143,153,163)
#9EA7B0
(158,167,176)
#ADB5BD
(173,181,189)
#BCC3CA
(188,195,202)
#CBD1D7
(203,209,215)
#DADFE4
(218,223,228)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53616F color. Also use rgb(83,97,111) instead hex code.

Text Font Color

.myTextColor { color: #53616F; }

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

This text font color is #53616F.


Background Color

.myBgColor { background-color: #53616F; }

<div style="background-color:#53616F">Inner text</div>

This div background color is #53616F.


Border color

.myBorderColor { border: 1px solid #53616F; }

<div style="border:3px solid #53616F">Div</div>

This div border color is #53616F.


Opacity

.myOpacity80 { color: #53616F; opacity: 0.8; }

<p style="color:#53616F;opacity:0.8;">80%</p>

Text with #53616F 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 #53616F;}

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

This text has shadow with #53616F color.

.textShadow {text-shadow: 3px 3px 1px #53616F, 3px 3px 1px red;}

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

This text has shadow with #53616F primary color and red secondary color.


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

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

This text has shadow with #53616F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53616F on black background.


Color preview on white background

This text has color #53616F on white background.



Black color preview on #53616F background

This text has black color on #53616F background.


White color preview on #53616F background

This text has white color on #53616F background.