COLOR #53373F

HEX: #53373F
RGB: (83,55,63)

Color info

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

RGB color model

#53373F color RGB value is (83,55,63).

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

RGB channels and saturation

R 83 of 255 = 33%
G 55 of 255 = 22%
B 63 of 255 = 25%

83
55
63

R + G + B ~ 27%. #53373F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 55 + 63 = 201 (100%)
R 83 of 201 ~ 41.29%
G 55 of 201 ~ 27.36%
B 63 of 201 ~ 31.34%

%41.29
%27.36
%31.34

CMYK color model

#53373F color CMYK value is (0,34,24,67).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(0,34,24,67)
C0M34Y24K67 
(0%,34%,24%,67%)
(0.00/0.34/0.24/0.67)	

CMYK percentages

%0
%33.73
%24.1
%67.45

Codes

Color #53373F in popluar color models

53373F
RGB835563
HSL343°20.29%27.06%
HSB/HSV343°33.73%32.55%
CMYK0.00%33.73%24.10%
67.45%

Color #53373F in popluar number systems.

HEX53373F
Decimal835563
Binary1010011110111111111
Octal1236777

Shades and tints

Shades of #53373F

#53373F
(83,55,63)
#4C323A
(76,50,58)
#452D35
(69,45,53)
#3E2830
(62,40,48)
#37232B
(55,35,43)
#301E26
(48,30,38)
#291921
(41,25,33)
#22141C
(34,20,28)
#1B0F17
(27,15,23)
#140A12
(20,10,18)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #53373F

#53373F
(83,55,63)
#624950
(98,73,80)
#715B61
(113,91,97)
#806D72
(128,109,114)
#8F7F83
(143,127,131)
#9E9194
(158,145,148)
#ADA3A5
(173,163,165)
#BCB5B6
(188,181,182)
#CBC7C7
(203,199,199)
#DAD9D8
(218,217,216)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53373F color. Also use rgb(83,55,63) instead hex code.

Text Font Color

.myTextColor { color: #53373F; }

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

This text font color is #53373F.


Background Color

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

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

This div background color is #53373F.


Border color

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

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

This div border color is #53373F.


Opacity

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

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

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

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

This text has shadow with #53373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53373F on black background.


Color preview on white background

This text has color #53373F on white background.



Black color preview on #53373F background

This text has black color on #53373F background.


White color preview on #53373F background

This text has white color on #53373F background.