COLOR #53676A

HEX: #53676A
RGB: (83,103,106)

Color info

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

RGB color model

#53676A color RGB value is (83,103,106).

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

RGB channels and saturation

R 83 of 255 = 33%
G 103 of 255 = 40%
B 106 of 255 = 42%

83
103
106

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

Portions of RGB colors in percentages

R + G + B =
83 + 103 + 106 = 292 (100%)
R 83 of 292 ~ 28.42%
G 103 of 292 ~ 35.27%
B 106 of 292 ~ 36.3%

%28.42
%35.27
%36.3

CMYK color model

#53676A color CMYK value is (22,3,0,58).

  • cyan value is 21.70%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(22,3,0,58)
C22M3Y0K58 
(22%,3%,0%,58%)
(0.22/0.03/0.00/0.58)	

CMYK percentages

%21.7
%2.83
%0
%58.43

Codes

Color #53676A in popluar color models

53676A
RGB83103106
HSL188°12.17%37.06%
HSB/HSV188°21.70%41.57%
CMYK21.70%2.83%0.00%
58.43%

Color #53676A in popluar number systems.

HEX53676A
Decimal83103106
Binary101001111001111101010
Octal123147152

Shades and tints

Shades of #53676A

#53676A
(83,103,106)
#4C5E61
(76,94,97)
#455558
(69,85,88)
#3E4C4F
(62,76,79)
#374346
(55,67,70)
#303A3D
(48,58,61)
#293134
(41,49,52)
#22282B
(34,40,43)
#1B1F22
(27,31,34)
#141619
(20,22,25)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #53676A

#53676A
(83,103,106)
#627477
(98,116,119)
#718184
(113,129,132)
#808E91
(128,142,145)
#8F9B9E
(143,155,158)
#9EA8AB
(158,168,171)
#ADB5B8
(173,181,184)
#BCC2C5
(188,194,197)
#CBCFD2
(203,207,210)
#DADCDF
(218,220,223)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53676A; }

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

This text font color is #53676A.


Background Color

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

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

This div background color is #53676A.


Border color

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

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

This div border color is #53676A.


Opacity

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

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

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

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

This text has shadow with #53676A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53676A on black background.


Color preview on white background

This text has color #53676A on white background.



Black color preview on #53676A background

This text has black color on #53676A background.


White color preview on #53676A background

This text has white color on #53676A background.