COLOR #53150C

HEX: #53150C RGB: (83,21,12)

Color info

#53150C contains mainly red color. Web safe color of #53150C is #660000 (or #600).

RGB color model

#53150C color RGB value is (83,21,12).

RGB: (83,21,12) (33%, 8%, 5%)

RGB channels and saturation

R 83 of 255 = 33%
G 21 of 255 = 8%
B 12 of 255 = 5%

83
21
12

R + G + B ~ 15%. #53150C is dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 21 + 12 = 116 (100%)
R 83 of 116 ~ 71.55%
G 21 of 116 ~ 18.1%
B 12 of 116 ~ 10.34'%

%71.55
%18.1

CMYK color model

#53150C color CMYK value is (0,75,86,67).

  • cyan value is 0.00%
  • magenta value is 74.70%
  • yellow value is 85.54%
  • key color value is 67.45%

CMYK: (0,75,86,67)
C0M75Y86K67 (0%, 75%, 86%, 67%)
(0.00 / 0.75 / 0.86 / 0.67)

CMYK percentages

%0
%74.7
%85.54
%67.45

Codes

Color #53150C in popluar color models

53 15 0C
RGB 83 21 12
HSL 74.74% 18.63%
HSB/HSV 85.54% 32.55%
CMYK 0.00% 74.70% 85.54%
67.45%

Color #53150C in popluar number systems.

HEX 53 15 0C
Decimal 83 21 12
Binary 1010011 10101 1100
Octal 123 25 14

Shades and tints

Shades of #53150C

#53150C
(83,21,12)
#4C140B
(76,20,11)
#45130A
(69,19,10)
#3E1209
(62,18,9)
#371108
(55,17,8)
#301007
(48,16,7)
#290F06
(41,15,6)
#220E05
(34,14,5)
#1B0D04
(27,13,4)
#140C03
(20,12,3)
#0D0B02
(13,11,2)
#000000
(0,0,0)

Tints of #53150C

#53150C
(83,21,12)
#622A22
(98,42,34)
#713F38
(113,63,56)
#80544E
(128,84,78)
#8F6964
(143,105,100)
#9E7E7A
(158,126,122)
#AD9390
(173,147,144)
#BCA8A6
(188,168,166)
#CBBDBC
(203,189,188)
#DAD2D2
(218,210,210)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53150C color. Also use rgb(83,21,12) instead hex code.

Text Font Color

.myTextColor { color: #53150C; }

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

This text font color is #53150C.

Background Color

.myBgColor { background-color: #53150C; }

<div style="background-color:#53150C">Inner text</div>

This div background color is #53150C.

Border color

.myBorderColor { border: 1px solid #53150C; }

<div style="border:3px solid #53150C">Div</div>

This div border color is #53150C.

Opacity

.myOpacity80 { color: #53150C; opacity: 0.8; }

<p style="color:#53150C;opacity:0.8;">80%</p>

Text with #53150C 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 #53150C;}

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

This text has shadow with #53150C color.


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

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

This text has shadow with #53150C primary color and red secondary color.


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

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

This text has shadow with #53150C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53150C.

Preview

Color preview on black background

This text has color #53150C on black background.


Color preview on white background

This text has color #53150C on white background.


Black color preview on #53150C background

This text has black color on #53150C background.


White color preview on #53150C background

This text has white color on #53150C background.


Related colors

Complementary color

Complementary color for #hex is #ACEAF3.


I love getcolorcode.com

Triadic colors

1 #0C5315 and #150C53 with #53150C are triadic colors.

2 #0C1553 and #15530C with #53150C are triadic colors.