COLOR #53535C

HEX: #53535C
RGB: (83,83,92)

Color info

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

RGB color model

#53535C color RGB value is (83,83,92).

  • red value is 83;
  • green value is 83;
  • blue value is 92.
RGB:
(83,83,92)
(33%,33%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 92 of 255 = 36%

83
83
92

R + G + B ~ 34%. #53535C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 92 = 258 (100%)
R 83 of 258 ~ 32.17%
G 83 of 258 ~ 32.17%
B 92 of 258 ~ 35.66%

%32.17
%32.17
%35.66

CMYK color model

#53535C color CMYK value is (10,10,0,64).

  • cyan value is 9.78%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(10,10,0,64)
C10M10Y0K64 
(10%,10%,0%,64%)
(0.10/0.10/0.00/0.64)	

CMYK percentages

%9.78
%9.78
%0
%63.92

Codes

Color #53535C in popluar color models

53535C
RGB838392
HSL240°5.14%34.31%
HSB/HSV240°9.78%36.08%
CMYK9.78%9.78%0.00%
63.92%

Color #53535C in popluar number systems.

HEX53535C
Decimal838392
Binary101001110100111011100
Octal123123134

Shades and tints

Shades of #53535C

#53535C
(83,83,92)
#4C4C54
(76,76,84)
#45454C
(69,69,76)
#3E3E44
(62,62,68)
#37373C
(55,55,60)
#303034
(48,48,52)
#29292C
(41,41,44)
#222224
(34,34,36)
#1B1B1C
(27,27,28)
#141414
(20,20,20)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #53535C

#53535C
(83,83,92)
#62626A
(98,98,106)
#717178
(113,113,120)
#808086
(128,128,134)
#8F8F94
(143,143,148)
#9E9EA2
(158,158,162)
#ADADB0
(173,173,176)
#BCBCBE
(188,188,190)
#CBCBCC
(203,203,204)
#DADADA
(218,218,218)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53535C color. Also use rgb(83,83,92) instead hex code.

Text Font Color

.myTextColor { color: #53535C; }

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

This text font color is #53535C.


Background Color

.myBgColor { background-color: #53535C; }

<div style="background-color:#53535C">Inner text</div>

This div background color is #53535C.


Border color

.myBorderColor { border: 1px solid #53535C; }

<div style="border:3px solid #53535C">Div</div>

This div border color is #53535C.


Opacity

.myOpacity80 { color: #53535C; opacity: 0.8; }

<p style="color:#53535C;opacity:0.8;">80%</p>

Text with #53535C 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 #53535C;}

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

This text has shadow with #53535C color.

.textShadow {text-shadow: 3px 3px 1px #53535C, 3px 3px 1px red;}

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

This text has shadow with #53535C primary color and red secondary color.


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

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

This text has shadow with #53535C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53535C on black background.


Color preview on white background

This text has color #53535C on white background.



Black color preview on #53535C background

This text has black color on #53535C background.


White color preview on #53535C background

This text has white color on #53535C background.