COLOR #52131A

HEX: #52131A
RGB: (82,19,26)

Color info

#52131A contains mainly red and blue colors. Web safe color of #52131A is #660000 (or #600).

RGB color model

#52131A color RGB value is (82,19,26).

  • red value is 82;
  • green value is 19;
  • blue value is 26.
RGB:
(82,19,26)
(32%,7%,10%)

RGB channels and saturation

R 82 of 255 = 32%
G 19 of 255 = 7%
B 26 of 255 = 10%

82
19
26

R + G + B ~ 16%. #52131A is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 19 + 26 = 127 (100%)
R 82 of 127 ~ 64.57%
G 19 of 127 ~ 14.96%
B 26 of 127 ~ 20.47%

%64.57
%14.96
%20.47

CMYK color model

#52131A color CMYK value is (0,77,68,68).

  • cyan value is 0.00%
  • magenta value is 76.83%
  • yellow value is 68.29%
  • key color value is 67.84%
CMYK:
(0,77,68,68)
C0M77Y68K68 
(0%,77%,68%,68%)
(0.00/0.77/0.68/0.68)	

CMYK percentages

%0
%76.83
%68.29
%67.84

Codes

Color #52131A in popluar color models

52131A
RGB821926
HSL353°62.38%19.80%
HSB/HSV353°76.83%32.16%
CMYK0.00%76.83%68.29%
67.84%

Color #52131A in popluar number systems.

HEX52131A
Decimal821926
Binary10100101001111010
Octal1222332

Shades and tints

Shades of #52131A

#52131A
(82,19,26)
#4B1218
(75,18,24)
#441116
(68,17,22)
#3D1014
(61,16,20)
#360F12
(54,15,18)
#2F0E10
(47,14,16)
#280D0E
(40,13,14)
#210C0C
(33,12,12)
#1A0B0A
(26,11,10)
#130A08
(19,10,8)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #52131A

#52131A
(82,19,26)
#61282E
(97,40,46)
#703D42
(112,61,66)
#7F5256
(127,82,86)
#8E676A
(142,103,106)
#9D7C7E
(157,124,126)
#AC9192
(172,145,146)
#BBA6A6
(187,166,166)
#CABBBA
(202,187,186)
#D9D0CE
(217,208,206)
#E8E5E2
(232,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52131A color. Also use rgb(82,19,26) instead hex code.

Text Font Color

.myTextColor { color: #52131A; }

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

This text font color is #52131A.


Background Color

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

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

This div background color is #52131A.


Border color

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

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

This div border color is #52131A.


Opacity

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

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

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

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

This text has shadow with #52131A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52131A on black background.


Color preview on white background

This text has color #52131A on white background.



Black color preview on #52131A background

This text has black color on #52131A background.


White color preview on #52131A background

This text has white color on #52131A background.