COLOR #53514F

HEX: #53514F
RGB: (83,81,79)

Color info

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

RGB color model

#53514F color RGB value is (83,81,79).

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

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 79 of 255 = 31%

83
81
79

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

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 79 = 243 (100%)
R 83 of 243 ~ 34.16%
G 81 of 243 ~ 33.33%
B 79 of 243 ~ 32.51%

%34.16
%33.33
%32.51

CMYK color model

#53514F color CMYK value is (0,2,5,67).

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 4.82%
  • key color value is 67.45%
CMYK:
(0,2,5,67)
C0M2Y5K67 
(0%,2%,5%,67%)
(0.00/0.02/0.05/0.67)	

CMYK percentages

%0
%2.41
%4.82
%67.45

Codes

Color #53514F in popluar color models

53514F
RGB838179
HSL30°2.47%31.76%
HSB/HSV30°4.82%32.55%
CMYK0.00%2.41%4.82%
67.45%

Color #53514F in popluar number systems.

HEX53514F
Decimal838179
Binary101001110100011001111
Octal123121117

Shades and tints

Shades of #53514F

#53514F
(83,81,79)
#4C4A48
(76,74,72)
#454341
(69,67,65)
#3E3C3A
(62,60,58)
#373533
(55,53,51)
#302E2C
(48,46,44)
#292725
(41,39,37)
#22201E
(34,32,30)
#1B1917
(27,25,23)
#141210
(20,18,16)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #53514F

#53514F
(83,81,79)
#62605F
(98,96,95)
#716F6F
(113,111,111)
#807E7F
(128,126,127)
#8F8D8F
(143,141,143)
#9E9C9F
(158,156,159)
#ADABAF
(173,171,175)
#BCBABF
(188,186,191)
#CBC9CF
(203,201,207)
#DAD8DF
(218,216,223)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53514F; }

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

This text font color is #53514F.


Background Color

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

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

This div background color is #53514F.


Border color

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

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

This div border color is #53514F.


Opacity

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

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

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

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

This text has shadow with #53514F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53514F on black background.


Color preview on white background

This text has color #53514F on white background.



Black color preview on #53514F background

This text has black color on #53514F background.


White color preview on #53514F background

This text has white color on #53514F background.