COLOR #53514D

HEX: #53514D
RGB: (83,81,77)

Color info

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

RGB color model

#53514D color RGB value is (83,81,77).

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

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 77 of 255 = 30%

83
81
77

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

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 77 = 241 (100%)
R 83 of 241 ~ 34.44%
G 81 of 241 ~ 33.61%
B 77 of 241 ~ 31.95%

%34.44
%33.61
%31.95

CMYK color model

#53514D color CMYK value is (0,2,7,67).

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 7.23%
  • key color value is 67.45%
CMYK:
(0,2,7,67)
C0M2Y7K67 
(0%,2%,7%,67%)
(0.00/0.02/0.07/0.67)	

CMYK percentages

%0
%2.41
%7.23
%67.45

Codes

Color #53514D in popluar color models

53514D
RGB838177
HSL40°3.75%31.37%
HSB/HSV40°7.23%32.55%
CMYK0.00%2.41%7.23%
67.45%

Color #53514D in popluar number systems.

HEX53514D
Decimal838177
Binary101001110100011001101
Octal123121115

Shades and tints

Shades of #53514D

#53514D
(83,81,77)
#4C4A46
(76,74,70)
#45433F
(69,67,63)
#3E3C38
(62,60,56)
#373531
(55,53,49)
#302E2A
(48,46,42)
#292723
(41,39,35)
#22201C
(34,32,28)
#1B1915
(27,25,21)
#14120E
(20,18,14)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #53514D

#53514D
(83,81,77)
#62605D
(98,96,93)
#716F6D
(113,111,109)
#807E7D
(128,126,125)
#8F8D8D
(143,141,141)
#9E9C9D
(158,156,157)
#ADABAD
(173,171,173)
#BCBABD
(188,186,189)
#CBC9CD
(203,201,205)
#DAD8DD
(218,216,221)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53514D; }

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

This text font color is #53514D.


Background Color

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

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

This div background color is #53514D.


Border color

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

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

This div border color is #53514D.


Opacity

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

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

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

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

This text has shadow with #53514D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53514D on black background.


Color preview on white background

This text has color #53514D on white background.



Black color preview on #53514D background

This text has black color on #53514D background.


White color preview on #53514D background

This text has white color on #53514D background.