COLOR #53374D

HEX: #53374D
RGB: (83,55,77)

Color info

#53374D contains red, green and blue colors in about the same proportion. Web safe color of #53374D is #663333 (or #633).

RGB color model

#53374D color RGB value is (83,55,77).

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

RGB channels and saturation

R 83 of 255 = 33%
G 55 of 255 = 22%
B 77 of 255 = 30%

83
55
77

R + G + B ~ 28%. #53374D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 55 + 77 = 215 (100%)
R 83 of 215 ~ 38.6%
G 55 of 215 ~ 25.58%
B 77 of 215 ~ 35.81%

%38.6
%25.58
%35.81

CMYK color model

#53374D color CMYK value is (0,34,7,67).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 7.23%
  • key color value is 67.45%
CMYK:
(0,34,7,67)
C0M34Y7K67 
(0%,34%,7%,67%)
(0.00/0.34/0.07/0.67)	

CMYK percentages

%0
%33.73
%7.23
%67.45

Codes

Color #53374D in popluar color models

53374D
RGB835577
HSL313°20.29%27.06%
HSB/HSV313°33.73%32.55%
CMYK0.00%33.73%7.23%
67.45%

Color #53374D in popluar number systems.

HEX53374D
Decimal835577
Binary10100111101111001101
Octal12367115

Shades and tints

Shades of #53374D

#53374D
(83,55,77)
#4C3246
(76,50,70)
#452D3F
(69,45,63)
#3E2838
(62,40,56)
#372331
(55,35,49)
#301E2A
(48,30,42)
#291923
(41,25,35)
#22141C
(34,20,28)
#1B0F15
(27,15,21)
#140A0E
(20,10,14)
#0D0507
(13,5,7)
#000000
(0,0,0)

Tints of #53374D

#53374D
(83,55,77)
#62495D
(98,73,93)
#715B6D
(113,91,109)
#806D7D
(128,109,125)
#8F7F8D
(143,127,141)
#9E919D
(158,145,157)
#ADA3AD
(173,163,173)
#BCB5BD
(188,181,189)
#CBC7CD
(203,199,205)
#DAD9DD
(218,217,221)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53374D; }

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

This text font color is #53374D.


Background Color

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

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

This div background color is #53374D.


Border color

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

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

This div border color is #53374D.


Opacity

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

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

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

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

This text has shadow with #53374D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53374D on black background.


Color preview on white background

This text has color #53374D on white background.



Black color preview on #53374D background

This text has black color on #53374D background.


White color preview on #53374D background

This text has white color on #53374D background.