COLOR #53142A

HEX: #53142A
RGB: (83,20,42)

Color info

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

RGB color model

#53142A color RGB value is (83,20,42).

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

RGB channels and saturation

R 83 of 255 = 33%
G 20 of 255 = 8%
B 42 of 255 = 16%

83
20
42

R + G + B ~ 19%. #53142A is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 20 + 42 = 145 (100%)
R 83 of 145 ~ 57.24%
G 20 of 145 ~ 13.79%
B 42 of 145 ~ 28.97%

%57.24
%13.79
%28.97

CMYK color model

#53142A color CMYK value is (0,76,49,67).

  • cyan value is 0.00%
  • magenta value is 75.90%
  • yellow value is 49.40%
  • key color value is 67.45%
CMYK:
(0,76,49,67)
C0M76Y49K67 
(0%,76%,49%,67%)
(0.00/0.76/0.49/0.67)	

CMYK percentages

%0
%75.9
%49.4
%67.45

Codes

Color #53142A in popluar color models

53142A
RGB832042
HSL339°61.17%20.20%
HSB/HSV339°75.90%32.55%
CMYK0.00%75.90%49.40%
67.45%

Color #53142A in popluar number systems.

HEX53142A
Decimal832042
Binary101001110100101010
Octal1232452

Shades and tints

Shades of #53142A

#53142A
(83,20,42)
#4C1327
(76,19,39)
#451224
(69,18,36)
#3E1121
(62,17,33)
#37101E
(55,16,30)
#300F1B
(48,15,27)
#290E18
(41,14,24)
#220D15
(34,13,21)
#1B0C12
(27,12,18)
#140B0F
(20,11,15)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #53142A

#53142A
(83,20,42)
#62293D
(98,41,61)
#713E50
(113,62,80)
#805363
(128,83,99)
#8F6876
(143,104,118)
#9E7D89
(158,125,137)
#AD929C
(173,146,156)
#BCA7AF
(188,167,175)
#CBBCC2
(203,188,194)
#DAD1D5
(218,209,213)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53142A color. Also use rgb(83,20,42) instead hex code.

Text Font Color

.myTextColor { color: #53142A; }

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

This text font color is #53142A.


Background Color

.myBgColor { background-color: #53142A; }

<div style="background-color:#53142A">Inner text</div>

This div background color is #53142A.


Border color

.myBorderColor { border: 1px solid #53142A; }

<div style="border:3px solid #53142A">Div</div>

This div border color is #53142A.


Opacity

.myOpacity80 { color: #53142A; opacity: 0.8; }

<p style="color:#53142A;opacity:0.8;">80%</p>

Text with #53142A 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 #53142A;}

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

This text has shadow with #53142A color.

.textShadow {text-shadow: 3px 3px 1px #53142A, 3px 3px 1px red;}

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

This text has shadow with #53142A primary color and red secondary color.


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

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

This text has shadow with #53142A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53142A on black background.


Color preview on white background

This text has color #53142A on white background.



Black color preview on #53142A background

This text has black color on #53142A background.


White color preview on #53142A background

This text has white color on #53142A background.