COLOR #521010

HEX: #521010
RGB: (82,16,16)

Color info

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

RGB color model

#521010 color RGB value is (82,16,16).

  • red value is 82;
  • green value is 16;
  • blue value is 16.
RGB:
(82,16,16)
(32%,6%,6%)

RGB channels and saturation

R 82 of 255 = 32%
G 16 of 255 = 6%
B 16 of 255 = 6%

82
16
16

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

Portions of RGB colors in percentages

R + G + B =
82 + 16 + 16 = 114 (100%)
R 82 of 114 ~ 71.93%
G 16 of 114 ~ 14.04%
B 16 of 114 ~ 14.04%

%71.93
%14.04
%14.04

CMYK color model

#521010 color CMYK value is (0,80,80,68).

  • cyan value is 0.00%
  • magenta value is 80.49%
  • yellow value is 80.49%
  • key color value is 67.84%
CMYK:
(0,80,80,68)
C0M80Y80K68 
(0%,80%,80%,68%)
(0.00/0.80/0.80/0.68)	

CMYK percentages

%0
%80.49
%80.49
%67.84

Codes

Color #521010 in popluar color models

521010
RGB821616
HSL67.35%19.22%
HSB/HSV80.49%32.16%
CMYK0.00%80.49%80.49%
67.84%

Color #521010 in popluar number systems.

HEX521010
Decimal821616
Binary10100101000010000
Octal1222020

Shades and tints

Shades of #521010

#521010
(82,16,16)
#4B0F0F
(75,15,15)
#440E0E
(68,14,14)
#3D0D0D
(61,13,13)
#360C0C
(54,12,12)
#2F0B0B
(47,11,11)
#280A0A
(40,10,10)
#210909
(33,9,9)
#1A0808
(26,8,8)
#130707
(19,7,7)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #521010

#521010
(82,16,16)
#612525
(97,37,37)
#703A3A
(112,58,58)
#7F4F4F
(127,79,79)
#8E6464
(142,100,100)
#9D7979
(157,121,121)
#AC8E8E
(172,142,142)
#BBA3A3
(187,163,163)
#CAB8B8
(202,184,184)
#D9CDCD
(217,205,205)
#E8E2E2
(232,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521010 color. Also use rgb(82,16,16) instead hex code.

Text Font Color

.myTextColor { color: #521010; }

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

This text font color is #521010.


Background Color

.myBgColor { background-color: #521010; }

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

This div background color is #521010.


Border color

.myBorderColor { border: 1px solid #521010; }

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

This div border color is #521010.


Opacity

.myOpacity80 { color: #521010; opacity: 0.8; }

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

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

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

This text has shadow with #521010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521010 on black background.


Color preview on white background

This text has color #521010 on white background.



Black color preview on #521010 background

This text has black color on #521010 background.


White color preview on #521010 background

This text has white color on #521010 background.