COLOR #521A35

HEX: #521A35 RGB: (82,26,53)

Color info

#521A35 contains red, green and blue colors in about the same proportion. Web safe color of #521A35 is #660033 (or #603).

RGB color model

#521A35 color RGB value is (82,26,53).

RGB: (82,26,53) (32%, 10%, 21%)

RGB channels and saturation

R 82 of 255 = 32%
G 26 of 255 = 10%
B 53 of 255 = 21%

82
26
53

R + G + B ~ 21%. #521A35 is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 26 + 53 = 161 (100%)
R 82 of 161 ~ 50.93%
G 26 of 161 ~ 16.15%
B 53 of 161 ~ 32.92'%

%50.93
%16.15
%32.92

CMYK color model

#521A35 color CMYK value is (0,68,35,68).

  • cyan value is 0.00%
  • magenta value is 68.29%
  • yellow value is 35.37%
  • key color value is 67.84%

CMYK: (0,68,35,68)
C0M68Y35K68 (0%, 68%, 35%, 68%)
(0.00 / 0.68 / 0.35 / 0.68)

CMYK percentages

%0
%68.29
%35.37
%67.84

Codes

Color #521A35 in popluar color models

52 1A 35
RGB 82 26 53
HSL 331° 51.85% 21.18%
HSB/HSV 331° 68.29% 32.16%
CMYK 0.00% 68.29% 35.37%
67.84%

Color #521A35 in popluar number systems.

HEX 52 1A 35
Decimal 82 26 53
Binary 1010010 11010 110101
Octal 122 32 65

Shades and tints

Shades of #521A35

#521A35
(82,26,53)
#4B1831
(75,24,49)
#44162D
(68,22,45)
#3D1429
(61,20,41)
#361225
(54,18,37)
#2F1021
(47,16,33)
#280E1D
(40,14,29)
#210C19
(33,12,25)
#1A0A15
(26,10,21)
#130811
(19,8,17)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #521A35

#521A35
(82,26,53)
#612E47
(97,46,71)
#704259
(112,66,89)
#7F566B
(127,86,107)
#8E6A7D
(142,106,125)
#9D7E8F
(157,126,143)
#AC92A1
(172,146,161)
#BBA6B3
(187,166,179)
#CABAC5
(202,186,197)
#D9CED7
(217,206,215)
#E8E2E9
(232,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521A35 color. Also use rgb(82,26,53) instead hex code.

Text Font Color

.myTextColor { color: #521A35; }

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

This text font color is #521A35.

Background Color

.myBgColor { background-color: #521A35; }

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

This div background color is #521A35.

Border color

.myBorderColor { border: 1px solid #521A35; }

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

This div border color is #521A35.

Opacity

.myOpacity80 { color: #521A35; opacity: 0.8; }

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

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

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

This text has shadow with #521A35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #521A35.

Preview

Color preview on black background

This text has color #521A35 on black background.


Color preview on white background

This text has color #521A35 on white background.


Black color preview on #521A35 background

This text has black color on #521A35 background.


White color preview on #521A35 background

This text has white color on #521A35 background.


Related colors

Complementary color

Complementary color for #hex is #ADE5CA.


I love getcolorcode.com

Triadic colors

1 #35521A and #1A3552 with #521A35 are triadic colors.

2 #351A52 and #1A5235 with #521A35 are triadic colors.