COLOR #53404C

HEX: #53404C
RGB: (83,64,76)

Color info

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

RGB color model

#53404C color RGB value is (83,64,76).

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

RGB channels and saturation

R 83 of 255 = 33%
G 64 of 255 = 25%
B 76 of 255 = 30%

83
64
76

R + G + B ~ 29%. #53404C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 64 + 76 = 223 (100%)
R 83 of 223 ~ 37.22%
G 64 of 223 ~ 28.7%
B 76 of 223 ~ 34.08%

%37.22
%28.7
%34.08

CMYK color model

#53404C color CMYK value is (0,23,8,67).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 8.43%
  • key color value is 67.45%
CMYK:
(0,23,8,67)
C0M23Y8K67 
(0%,23%,8%,67%)
(0.00/0.23/0.08/0.67)	

CMYK percentages

%0
%22.89
%8.43
%67.45

Codes

Color #53404C in popluar color models

53404C
RGB836476
HSL322°12.93%28.82%
HSB/HSV322°22.89%32.55%
CMYK0.00%22.89%8.43%
67.45%

Color #53404C in popluar number systems.

HEX53404C
Decimal836476
Binary101001110000001001100
Octal123100114

Shades and tints

Shades of #53404C

#53404C
(83,64,76)
#4C3B46
(76,59,70)
#453640
(69,54,64)
#3E313A
(62,49,58)
#372C34
(55,44,52)
#30272E
(48,39,46)
#292228
(41,34,40)
#221D22
(34,29,34)
#1B181C
(27,24,28)
#141316
(20,19,22)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #53404C

#53404C
(83,64,76)
#62515C
(98,81,92)
#71626C
(113,98,108)
#80737C
(128,115,124)
#8F848C
(143,132,140)
#9E959C
(158,149,156)
#ADA6AC
(173,166,172)
#BCB7BC
(188,183,188)
#CBC8CC
(203,200,204)
#DAD9DC
(218,217,220)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53404C; }

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

This text font color is #53404C.


Background Color

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

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

This div background color is #53404C.


Border color

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

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

This div border color is #53404C.


Opacity

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

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

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

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

This text has shadow with #53404C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53404C on black background.


Color preview on white background

This text has color #53404C on white background.



Black color preview on #53404C background

This text has black color on #53404C background.


White color preview on #53404C background

This text has white color on #53404C background.