COLOR #53143D

HEX: #53143D
RGB: (83,20,61)

Color info

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

RGB color model

#53143D color RGB value is (83,20,61).

  • red value is 83;
  • green value is 20;
  • blue value is 61.
RGB:
(83,20,61)
(33%,8%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 20 of 255 = 8%
B 61 of 255 = 24%

83
20
61

R + G + B ~ 22%. #53143D is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 20 + 61 = 164 (100%)
R 83 of 164 ~ 50.61%
G 20 of 164 ~ 12.2%
B 61 of 164 ~ 37.2%

%50.61
%12.2
%37.2

CMYK color model

#53143D color CMYK value is (0,76,27,67).

  • cyan value is 0.00%
  • magenta value is 75.90%
  • yellow value is 26.51%
  • key color value is 67.45%
CMYK:
(0,76,27,67)
C0M76Y27K67 
(0%,76%,27%,67%)
(0.00/0.76/0.27/0.67)	

CMYK percentages

%0
%75.9
%26.51
%67.45

Codes

Color #53143D in popluar color models

53143D
RGB832061
HSL321°61.17%20.20%
HSB/HSV321°75.90%32.55%
CMYK0.00%75.90%26.51%
67.45%

Color #53143D in popluar number systems.

HEX53143D
Decimal832061
Binary101001110100111101
Octal1232475

Shades and tints

Shades of #53143D

#53143D
(83,20,61)
#4C1338
(76,19,56)
#451233
(69,18,51)
#3E112E
(62,17,46)
#371029
(55,16,41)
#300F24
(48,15,36)
#290E1F
(41,14,31)
#220D1A
(34,13,26)
#1B0C15
(27,12,21)
#140B10
(20,11,16)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #53143D

#53143D
(83,20,61)
#62294E
(98,41,78)
#713E5F
(113,62,95)
#805370
(128,83,112)
#8F6881
(143,104,129)
#9E7D92
(158,125,146)
#AD92A3
(173,146,163)
#BCA7B4
(188,167,180)
#CBBCC5
(203,188,197)
#DAD1D6
(218,209,214)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53143D color. Also use rgb(83,20,61) instead hex code.

Text Font Color

.myTextColor { color: #53143D; }

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

This text font color is #53143D.


Background Color

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

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

This div background color is #53143D.


Border color

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

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

This div border color is #53143D.


Opacity

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

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

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

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

This text has shadow with #53143D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53143D on black background.


Color preview on white background

This text has color #53143D on white background.



Black color preview on #53143D background

This text has black color on #53143D background.


White color preview on #53143D background

This text has white color on #53143D background.