COLOR #53636F

HEX: #53636F
RGB: (83,99,111)

Color info

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

RGB color model

#53636F color RGB value is (83,99,111).

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

RGB channels and saturation

R 83 of 255 = 33%
G 99 of 255 = 39%
B 111 of 255 = 44%

83
99
111

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

Portions of RGB colors in percentages

R + G + B =
83 + 99 + 111 = 293 (100%)
R 83 of 293 ~ 28.33%
G 99 of 293 ~ 33.79%
B 111 of 293 ~ 37.88%

%28.33
%33.79
%37.88

CMYK color model

#53636F color CMYK value is (25,11,0,56).

  • cyan value is 25.23%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(25,11,0,56)
C25M11Y0K56 
(25%,11%,0%,56%)
(0.25/0.11/0.00/0.56)	

CMYK percentages

%25.23
%10.81
%0
%56.47

Codes

Color #53636F in popluar color models

53636F
RGB8399111
HSL206°14.43%38.04%
HSB/HSV206°25.23%43.53%
CMYK25.23%10.81%0.00%
56.47%

Color #53636F in popluar number systems.

HEX53636F
Decimal8399111
Binary101001111000111101111
Octal123143157

Shades and tints

Shades of #53636F

#53636F
(83,99,111)
#4C5A65
(76,90,101)
#45515B
(69,81,91)
#3E4851
(62,72,81)
#373F47
(55,63,71)
#30363D
(48,54,61)
#292D33
(41,45,51)
#222429
(34,36,41)
#1B1B1F
(27,27,31)
#141215
(20,18,21)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #53636F

#53636F
(83,99,111)
#62717C
(98,113,124)
#717F89
(113,127,137)
#808D96
(128,141,150)
#8F9BA3
(143,155,163)
#9EA9B0
(158,169,176)
#ADB7BD
(173,183,189)
#BCC5CA
(188,197,202)
#CBD3D7
(203,211,215)
#DAE1E4
(218,225,228)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53636F; }

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

This text font color is #53636F.


Background Color

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

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

This div background color is #53636F.


Border color

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

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

This div border color is #53636F.


Opacity

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

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

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

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

This text has shadow with #53636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53636F on black background.


Color preview on white background

This text has color #53636F on white background.



Black color preview on #53636F background

This text has black color on #53636F background.


White color preview on #53636F background

This text has white color on #53636F background.