COLOR #53363B

HEX: #53363B
RGB: (83,54,59)

Color info

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

RGB color model

#53363B color RGB value is (83,54,59).

  • red value is 83;
  • green value is 54;
  • blue value is 59.
RGB:
(83,54,59)
(33%,21%,23%)

RGB channels and saturation

R 83 of 255 = 33%
G 54 of 255 = 21%
B 59 of 255 = 23%

83
54
59

R + G + B ~ 26%. #53363B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 54 + 59 = 196 (100%)
R 83 of 196 ~ 42.35%
G 54 of 196 ~ 27.55%
B 59 of 196 ~ 30.1%

%42.35
%27.55
%30.1

CMYK color model

#53363B color CMYK value is (0,35,29,67).

  • cyan value is 0.00%
  • magenta value is 34.94%
  • yellow value is 28.92%
  • key color value is 67.45%
CMYK:
(0,35,29,67)
C0M35Y29K67 
(0%,35%,29%,67%)
(0.00/0.35/0.29/0.67)	

CMYK percentages

%0
%34.94
%28.92
%67.45

Codes

Color #53363B in popluar color models

53363B
RGB835459
HSL350°21.17%26.86%
HSB/HSV350°34.94%32.55%
CMYK0.00%34.94%28.92%
67.45%

Color #53363B in popluar number systems.

HEX53363B
Decimal835459
Binary1010011110110111011
Octal1236673

Shades and tints

Shades of #53363B

#53363B
(83,54,59)
#4C3236
(76,50,54)
#452E31
(69,46,49)
#3E2A2C
(62,42,44)
#372627
(55,38,39)
#302222
(48,34,34)
#291E1D
(41,30,29)
#221A18
(34,26,24)
#1B1613
(27,22,19)
#14120E
(20,18,14)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #53363B

#53363B
(83,54,59)
#62484C
(98,72,76)
#715A5D
(113,90,93)
#806C6E
(128,108,110)
#8F7E7F
(143,126,127)
#9E9090
(158,144,144)
#ADA2A1
(173,162,161)
#BCB4B2
(188,180,178)
#CBC6C3
(203,198,195)
#DAD8D4
(218,216,212)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53363B color. Also use rgb(83,54,59) instead hex code.

Text Font Color

.myTextColor { color: #53363B; }

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

This text font color is #53363B.


Background Color

.myBgColor { background-color: #53363B; }

<div style="background-color:#53363B">Inner text</div>

This div background color is #53363B.


Border color

.myBorderColor { border: 1px solid #53363B; }

<div style="border:3px solid #53363B">Div</div>

This div border color is #53363B.


Opacity

.myOpacity80 { color: #53363B; opacity: 0.8; }

<p style="color:#53363B;opacity:0.8;">80%</p>

Text with #53363B 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 #53363B;}

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

This text has shadow with #53363B color.

.textShadow {text-shadow: 3px 3px 1px #53363B, 3px 3px 1px red;}

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

This text has shadow with #53363B primary color and red secondary color.


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

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

This text has shadow with #53363B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53363B on black background.


Color preview on white background

This text has color #53363B on white background.



Black color preview on #53363B background

This text has black color on #53363B background.


White color preview on #53363B background

This text has white color on #53363B background.