COLOR #53474C

HEX: #53474C
RGB: (83,71,76)

Color info

#53474C contains red, green and blue colors in about the same proportion. Web safe color of #53474C is #663333 (or #633).

RGB color model

#53474C color RGB value is (83,71,76).

  • red value is 83;
  • green value is 71;
  • blue value is 76.
RGB:
(83,71,76)
(33%,28%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 71 of 255 = 28%
B 76 of 255 = 30%

83
71
76

R + G + B ~ 30%. #53474C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 71 + 76 = 230 (100%)
R 83 of 230 ~ 36.09%
G 71 of 230 ~ 30.87%
B 76 of 230 ~ 33.04%

%36.09
%30.87
%33.04

CMYK color model

#53474C color CMYK value is (0,14,8,67).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 8.43%
  • key color value is 67.45%
CMYK:
(0,14,8,67)
C0M14Y8K67 
(0%,14%,8%,67%)
(0.00/0.14/0.08/0.67)	

CMYK percentages

%0
%14.46
%8.43
%67.45

Codes

Color #53474C in popluar color models

53474C
RGB837176
HSL335°7.79%30.20%
HSB/HSV335°14.46%32.55%
CMYK0.00%14.46%8.43%
67.45%

Color #53474C in popluar number systems.

HEX53474C
Decimal837176
Binary101001110001111001100
Octal123107114

Shades and tints

Shades of #53474C

#53474C
(83,71,76)
#4C4146
(76,65,70)
#453B40
(69,59,64)
#3E353A
(62,53,58)
#372F34
(55,47,52)
#30292E
(48,41,46)
#292328
(41,35,40)
#221D22
(34,29,34)
#1B171C
(27,23,28)
#141116
(20,17,22)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #53474C

#53474C
(83,71,76)
#62575C
(98,87,92)
#71676C
(113,103,108)
#80777C
(128,119,124)
#8F878C
(143,135,140)
#9E979C
(158,151,156)
#ADA7AC
(173,167,172)
#BCB7BC
(188,183,188)
#CBC7CC
(203,199,204)
#DAD7DC
(218,215,220)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53474C; }

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

This text font color is #53474C.


Background Color

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

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

This div background color is #53474C.


Border color

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

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

This div border color is #53474C.


Opacity

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

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

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

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

This text has shadow with #53474C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53474C on black background.


Color preview on white background

This text has color #53474C on white background.



Black color preview on #53474C background

This text has black color on #53474C background.


White color preview on #53474C background

This text has white color on #53474C background.