COLOR #53544F

HEX: #53544F
RGB: (83,84,79)

Color info

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

RGB color model

#53544F color RGB value is (83,84,79).

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

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 79 of 255 = 31%

83
84
79

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

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 79 = 246 (100%)
R 83 of 246 ~ 33.74%
G 84 of 246 ~ 34.15%
B 79 of 246 ~ 32.11%

%33.74
%34.15
%32.11

CMYK color model

#53544F color CMYK value is (1,0,6,67).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 67.06%
CMYK:
(1,0,6,67)
C1M0Y6K67 
(1%,0%,6%,67%)
(0.01/0.00/0.06/0.67)	

CMYK percentages

%1.19
%0
%5.95
%67.06

Codes

Color #53544F in popluar color models

53544F
RGB838479
HSL72°3.07%31.96%
HSB/HSV72°5.95%32.94%
CMYK1.19%0.00%5.95%
67.06%

Color #53544F in popluar number systems.

HEX53544F
Decimal838479
Binary101001110101001001111
Octal123124117

Shades and tints

Shades of #53544F

#53544F
(83,84,79)
#4C4D48
(76,77,72)
#454641
(69,70,65)
#3E3F3A
(62,63,58)
#373833
(55,56,51)
#30312C
(48,49,44)
#292A25
(41,42,37)
#22231E
(34,35,30)
#1B1C17
(27,28,23)
#141510
(20,21,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #53544F

#53544F
(83,84,79)
#62635F
(98,99,95)
#71726F
(113,114,111)
#80817F
(128,129,127)
#8F908F
(143,144,143)
#9E9F9F
(158,159,159)
#ADAEAF
(173,174,175)
#BCBDBF
(188,189,191)
#CBCCCF
(203,204,207)
#DADBDF
(218,219,223)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53544F; }

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

This text font color is #53544F.


Background Color

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

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

This div background color is #53544F.


Border color

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

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

This div border color is #53544F.


Opacity

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

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

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

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

This text has shadow with #53544F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53544F on black background.


Color preview on white background

This text has color #53544F on white background.



Black color preview on #53544F background

This text has black color on #53544F background.


White color preview on #53544F background

This text has white color on #53544F background.