COLOR #53374C

HEX: #53374C
RGB: (83,55,76)

Color info

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

RGB color model

#53374C color RGB value is (83,55,76).

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

RGB channels and saturation

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

83
55
76

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

Portions of RGB colors in percentages

R + G + B =
83 + 55 + 76 = 214 (100%)
R 83 of 214 ~ 38.79%
G 55 of 214 ~ 25.7%
B 76 of 214 ~ 35.51%

%38.79
%25.7
%35.51

CMYK color model

#53374C color CMYK value is (0,34,8,67).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 8.43%
  • key color value is 67.45%
CMYK:
(0,34,8,67)
C0M34Y8K67 
(0%,34%,8%,67%)
(0.00/0.34/0.08/0.67)	

CMYK percentages

%0
%33.73
%8.43
%67.45

Codes

Color #53374C in popluar color models

53374C
RGB835576
HSL315°20.29%27.06%
HSB/HSV315°33.73%32.55%
CMYK0.00%33.73%8.43%
67.45%

Color #53374C in popluar number systems.

HEX53374C
Decimal835576
Binary10100111101111001100
Octal12367114

Shades and tints

Shades of #53374C

#53374C
(83,55,76)
#4C3246
(76,50,70)
#452D40
(69,45,64)
#3E283A
(62,40,58)
#372334
(55,35,52)
#301E2E
(48,30,46)
#291928
(41,25,40)
#221422
(34,20,34)
#1B0F1C
(27,15,28)
#140A16
(20,10,22)
#0D0510
(13,5,16)
#000000
(0,0,0)

Tints of #53374C

#53374C
(83,55,76)
#62495C
(98,73,92)
#715B6C
(113,91,108)
#806D7C
(128,109,124)
#8F7F8C
(143,127,140)
#9E919C
(158,145,156)
#ADA3AC
(173,163,172)
#BCB5BC
(188,181,188)
#CBC7CC
(203,199,204)
#DAD9DC
(218,217,220)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53374C; }

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

This text font color is #53374C.


Background Color

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

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

This div background color is #53374C.


Border color

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

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

This div border color is #53374C.


Opacity

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

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

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

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

This text has shadow with #53374C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53374C on black background.


Color preview on white background

This text has color #53374C on white background.



Black color preview on #53374C background

This text has black color on #53374C background.


White color preview on #53374C background

This text has white color on #53374C background.