COLOR #53464E

HEX: #53464E
RGB: (83,70,78)

Color info

#53464E contains red, green and blue colors in about the same proportion. Web safe color of #53464E is #663366 (or #636).

RGB color model

#53464E color RGB value is (83,70,78).

  • red value is 83;
  • green value is 70;
  • blue value is 78.
RGB:
(83,70,78)
(33%,27%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 70 of 255 = 27%
B 78 of 255 = 31%

83
70
78

R + G + B ~ 30%. #53464E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 70 + 78 = 231 (100%)
R 83 of 231 ~ 35.93%
G 70 of 231 ~ 30.3%
B 78 of 231 ~ 33.77%

%35.93
%30.3
%33.77

CMYK color model

#53464E color CMYK value is (0,16,6,67).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 6.02%
  • key color value is 67.45%
CMYK:
(0,16,6,67)
C0M16Y6K67 
(0%,16%,6%,67%)
(0.00/0.16/0.06/0.67)	

CMYK percentages

%0
%15.66
%6.02
%67.45

Codes

Color #53464E in popluar color models

53464E
RGB837078
HSL323°8.50%30.00%
HSB/HSV323°15.66%32.55%
CMYK0.00%15.66%6.02%
67.45%

Color #53464E in popluar number systems.

HEX53464E
Decimal837078
Binary101001110001101001110
Octal123106116

Shades and tints

Shades of #53464E

#53464E
(83,70,78)
#4C4047
(76,64,71)
#453A40
(69,58,64)
#3E3439
(62,52,57)
#372E32
(55,46,50)
#30282B
(48,40,43)
#292224
(41,34,36)
#221C1D
(34,28,29)
#1B1616
(27,22,22)
#14100F
(20,16,15)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #53464E

#53464E
(83,70,78)
#62565E
(98,86,94)
#71666E
(113,102,110)
#80767E
(128,118,126)
#8F868E
(143,134,142)
#9E969E
(158,150,158)
#ADA6AE
(173,166,174)
#BCB6BE
(188,182,190)
#CBC6CE
(203,198,206)
#DAD6DE
(218,214,222)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53464E color. Also use rgb(83,70,78) instead hex code.

Text Font Color

.myTextColor { color: #53464E; }

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

This text font color is #53464E.


Background Color

.myBgColor { background-color: #53464E; }

<div style="background-color:#53464E">Inner text</div>

This div background color is #53464E.


Border color

.myBorderColor { border: 1px solid #53464E; }

<div style="border:3px solid #53464E">Div</div>

This div border color is #53464E.


Opacity

.myOpacity80 { color: #53464E; opacity: 0.8; }

<p style="color:#53464E;opacity:0.8;">80%</p>

Text with #53464E 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 #53464E;}

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

This text has shadow with #53464E color.

.textShadow {text-shadow: 3px 3px 1px #53464E, 3px 3px 1px red;}

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

This text has shadow with #53464E primary color and red secondary color.


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

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

This text has shadow with #53464E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53464E on black background.


Color preview on white background

This text has color #53464E on white background.



Black color preview on #53464E background

This text has black color on #53464E background.


White color preview on #53464E background

This text has white color on #53464E background.