COLOR #53111B

HEX: #53111B
RGB: (83,17,27)

Color info

#53111B contains mainly red and blue colors. Web safe color of #53111B is #660033 (or #603).

RGB color model

#53111B color RGB value is (83,17,27).

  • red value is 83;
  • green value is 17;
  • blue value is 27.
RGB:
(83,17,27)
(33%,7%,11%)

RGB channels and saturation

R 83 of 255 = 33%
G 17 of 255 = 7%
B 27 of 255 = 11%

83
17
27

R + G + B ~ 17%. #53111B is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 17 + 27 = 127 (100%)
R 83 of 127 ~ 65.35%
G 17 of 127 ~ 13.39%
B 27 of 127 ~ 21.26%

%65.35
%13.39
%21.26

CMYK color model

#53111B color CMYK value is (0,80,67,67).

  • cyan value is 0.00%
  • magenta value is 79.52%
  • yellow value is 67.47%
  • key color value is 67.45%
CMYK:
(0,80,67,67)
C0M80Y67K67 
(0%,80%,67%,67%)
(0.00/0.80/0.67/0.67)	

CMYK percentages

%0
%79.52
%67.47
%67.45

Codes

Color #53111B in popluar color models

53111B
RGB831727
HSL351°66.00%19.61%
HSB/HSV351°79.52%32.55%
CMYK0.00%79.52%67.47%
67.45%

Color #53111B in popluar number systems.

HEX53111B
Decimal831727
Binary10100111000111011
Octal1232133

Shades and tints

Shades of #53111B

#53111B
(83,17,27)
#4C1019
(76,16,25)
#450F17
(69,15,23)
#3E0E15
(62,14,21)
#370D13
(55,13,19)
#300C11
(48,12,17)
#290B0F
(41,11,15)
#220A0D
(34,10,13)
#1B090B
(27,9,11)
#140809
(20,8,9)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #53111B

#53111B
(83,17,27)
#62262F
(98,38,47)
#713B43
(113,59,67)
#805057
(128,80,87)
#8F656B
(143,101,107)
#9E7A7F
(158,122,127)
#AD8F93
(173,143,147)
#BCA4A7
(188,164,167)
#CBB9BB
(203,185,187)
#DACECF
(218,206,207)
#E9E3E3
(233,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53111B color. Also use rgb(83,17,27) instead hex code.

Text Font Color

.myTextColor { color: #53111B; }

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

This text font color is #53111B.


Background Color

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

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

This div background color is #53111B.


Border color

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

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

This div border color is #53111B.


Opacity

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

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

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

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

This text has shadow with #53111B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53111B on black background.


Color preview on white background

This text has color #53111B on white background.



Black color preview on #53111B background

This text has black color on #53111B background.


White color preview on #53111B background

This text has white color on #53111B background.