COLOR #53544D

HEX: #53544D
RGB: (83,84,77)

Color info

#53544D contains red, green and blue colors in about the same proportion. Web safe color of #53544D is #666633 (or #663).

RGB color model

#53544D color RGB value is (83,84,77).

  • red value is 83;
  • green value is 84;
  • blue value is 77.
RGB:
(83,84,77)
(33%,33%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 77 of 255 = 30%

83
84
77

R + G + B ~ 32%. #53544D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 77 = 244 (100%)
R 83 of 244 ~ 34.02%
G 84 of 244 ~ 34.43%
B 77 of 244 ~ 31.56%

%34.02
%34.43
%31.56

CMYK color model

#53544D color CMYK value is (1,0,8,67).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(1,0,8,67)
C1M0Y8K67 
(1%,0%,8%,67%)
(0.01/0.00/0.08/0.67)	

CMYK percentages

%1.19
%0
%8.33
%67.06

Codes

Color #53544D in popluar color models

53544D
RGB838477
HSL69°4.35%31.57%
HSB/HSV69°8.33%32.94%
CMYK1.19%0.00%8.33%
67.06%

Color #53544D in popluar number systems.

HEX53544D
Decimal838477
Binary101001110101001001101
Octal123124115

Shades and tints

Shades of #53544D

#53544D
(83,84,77)
#4C4D46
(76,77,70)
#45463F
(69,70,63)
#3E3F38
(62,63,56)
#373831
(55,56,49)
#30312A
(48,49,42)
#292A23
(41,42,35)
#22231C
(34,35,28)
#1B1C15
(27,28,21)
#14150E
(20,21,14)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #53544D

#53544D
(83,84,77)
#62635D
(98,99,93)
#71726D
(113,114,109)
#80817D
(128,129,125)
#8F908D
(143,144,141)
#9E9F9D
(158,159,157)
#ADAEAD
(173,174,173)
#BCBDBD
(188,189,189)
#CBCCCD
(203,204,205)
#DADBDD
(218,219,221)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53544D color. Also use rgb(83,84,77) instead hex code.

Text Font Color

.myTextColor { color: #53544D; }

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

This text font color is #53544D.


Background Color

.myBgColor { background-color: #53544D; }

<div style="background-color:#53544D">Inner text</div>

This div background color is #53544D.


Border color

.myBorderColor { border: 1px solid #53544D; }

<div style="border:3px solid #53544D">Div</div>

This div border color is #53544D.


Opacity

.myOpacity80 { color: #53544D; opacity: 0.8; }

<p style="color:#53544D;opacity:0.8;">80%</p>

Text with #53544D 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 #53544D;}

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

This text has shadow with #53544D color.

.textShadow {text-shadow: 3px 3px 1px #53544D, 3px 3px 1px red;}

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

This text has shadow with #53544D primary color and red secondary color.


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

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

This text has shadow with #53544D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53544D on black background.


Color preview on white background

This text has color #53544D on white background.



Black color preview on #53544D background

This text has black color on #53544D background.


White color preview on #53544D background

This text has white color on #53544D background.