COLOR #53636A

HEX: #53636A
RGB: (83,99,106)

Color info

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

RGB color model

#53636A color RGB value is (83,99,106).

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

RGB channels and saturation

R 83 of 255 = 33%
G 99 of 255 = 39%
B 106 of 255 = 42%

83
99
106

R + G + B ~ 38%. #53636A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 99 + 106 = 288 (100%)
R 83 of 288 ~ 28.82%
G 99 of 288 ~ 34.38%
B 106 of 288 ~ 36.81%

%28.82
%34.38
%36.81

CMYK color model

#53636A color CMYK value is (22,7,0,58).

  • cyan value is 21.70%
  • magenta value is 6.60%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(22,7,0,58)
C22M7Y0K58 
(22%,7%,0%,58%)
(0.22/0.07/0.00/0.58)	

CMYK percentages

%21.7
%6.6
%0
%58.43

Codes

Color #53636A in popluar color models

53636A
RGB8399106
HSL198°12.17%37.06%
HSB/HSV198°21.70%41.57%
CMYK21.70%6.60%0.00%
58.43%

Color #53636A in popluar number systems.

HEX53636A
Decimal8399106
Binary101001111000111101010
Octal123143152

Shades and tints

Shades of #53636A

#53636A
(83,99,106)
#4C5A61
(76,90,97)
#455158
(69,81,88)
#3E484F
(62,72,79)
#373F46
(55,63,70)
#30363D
(48,54,61)
#292D34
(41,45,52)
#22242B
(34,36,43)
#1B1B22
(27,27,34)
#141219
(20,18,25)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #53636A

#53636A
(83,99,106)
#627177
(98,113,119)
#717F84
(113,127,132)
#808D91
(128,141,145)
#8F9B9E
(143,155,158)
#9EA9AB
(158,169,171)
#ADB7B8
(173,183,184)
#BCC5C5
(188,197,197)
#CBD3D2
(203,211,210)
#DAE1DF
(218,225,223)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53636A; }

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

This text font color is #53636A.


Background Color

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

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

This div background color is #53636A.


Border color

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

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

This div border color is #53636A.


Opacity

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

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

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

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

This text has shadow with #53636A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53636A on black background.


Color preview on white background

This text has color #53636A on white background.



Black color preview on #53636A background

This text has black color on #53636A background.


White color preview on #53636A background

This text has white color on #53636A background.