COLOR #53140D

HEX: #53140D RGB: (83,20,13)

Color info

#53140D contains mainly red color. Web safe color of #53140D is #660000 (or #600).

RGB color model

#53140D color RGB value is (83,20,13).

RGB: (83,20,13) (33%, 8%, 5%)

RGB channels and saturation

R 83 of 255 = 33%
G 20 of 255 = 8%
B 13 of 255 = 5%

83
20
13

R + G + B ~ 15%. #53140D is dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 20 + 13 = 116 (100%)
R 83 of 116 ~ 71.55%
G 20 of 116 ~ 17.24%
B 13 of 116 ~ 11.21'%

%71.55
%17.24
%11.21

CMYK color model

#53140D color CMYK value is (0,76,84,67).

  • cyan value is 0.00%
  • magenta value is 75.90%
  • yellow value is 84.34%
  • key color value is 67.45%

CMYK: (0,76,84,67)
C0M76Y84K67 (0%, 76%, 84%, 67%)
(0.00 / 0.76 / 0.84 / 0.67)

CMYK percentages

%0
%75.9
%84.34
%67.45

Codes

Color #53140D in popluar color models

53 14 0D
RGB 83 20 13
HSL 72.92% 18.82%
HSB/HSV 84.34% 32.55%
CMYK 0.00% 75.90% 84.34%
67.45%

Color #53140D in popluar number systems.

HEX 53 14 0D
Decimal 83 20 13
Binary 1010011 10100 1101
Octal 123 24 15

Shades and tints

Shades of #53140D

#53140D
(83,20,13)
#4C130C
(76,19,12)
#45120B
(69,18,11)
#3E110A
(62,17,10)
#371009
(55,16,9)
#300F08
(48,15,8)
#290E07
(41,14,7)
#220D06
(34,13,6)
#1B0C05
(27,12,5)
#140B04
(20,11,4)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #53140D

#53140D
(83,20,13)
#622923
(98,41,35)
#713E39
(113,62,57)
#80534F
(128,83,79)
#8F6865
(143,104,101)
#9E7D7B
(158,125,123)
#AD9291
(173,146,145)
#BCA7A7
(188,167,167)
#CBBCBD
(203,188,189)
#DAD1D3
(218,209,211)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53140D; }

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

This text font color is #53140D.

Background Color

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

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

This div background color is #53140D.

Border color

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

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

This div border color is #53140D.

Opacity

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

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

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

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

This text has shadow with #53140D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53140D.

Preview

Color preview on black background

This text has color #53140D on black background.


Color preview on white background

This text has color #53140D on white background.


Black color preview on #53140D background

This text has black color on #53140D background.


White color preview on #53140D background

This text has white color on #53140D background.


Related colors

Complementary color

Complementary color for #hex is #ACEBF2.


I love getcolorcode.com

Triadic colors

1 #0D5314 and #140D53 with #53140D are triadic colors.

2 #0D1453 and #14530D with #53140D are triadic colors.