COLOR #521E27

HEX: #521E27 RGB: (82,30,39)

Color info

#521E27 contains red, green and blue colors in about the same proportion. Web safe color of #521E27 is #663333 (or #633).

RGB color model

#521E27 color RGB value is (82,30,39).

RGB: (82,30,39) (32%, 12%, 15%)

RGB channels and saturation

R 82 of 255 = 32%
G 30 of 255 = 12%
B 39 of 255 = 15%

82
30
39

R + G + B ~ 20%. #521E27 is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 30 + 39 = 151 (100%)
R 82 of 151 ~ 54.3%
G 30 of 151 ~ 19.87%
B 39 of 151 ~ 25.83'%

%54.3
%19.87
%25.83

CMYK color model

#521E27 color CMYK value is (0,63,52,68).

  • cyan value is 0.00%
  • magenta value is 63.41%
  • yellow value is 52.44%
  • key color value is 67.84%

CMYK: (0,63,52,68)
C0M63Y52K68 (0%, 63%, 52%, 68%)
(0.00 / 0.63 / 0.52 / 0.68)

CMYK percentages

%0
%63.41
%52.44
%67.84

Codes

Color #521E27 in popluar color models

52 1E 27
RGB 82 30 39
HSL 350° 46.43% 21.96%
HSB/HSV 350° 63.41% 32.16%
CMYK 0.00% 63.41% 52.44%
67.84%

Color #521E27 in popluar number systems.

HEX 52 1E 27
Decimal 82 30 39
Binary 1010010 11110 100111
Octal 122 36 47

Shades and tints

Shades of #521E27

#521E27
(82,30,39)
#4B1C24
(75,28,36)
#441A21
(68,26,33)
#3D181E
(61,24,30)
#36161B
(54,22,27)
#2F1418
(47,20,24)
#281215
(40,18,21)
#211012
(33,16,18)
#1A0E0F
(26,14,15)
#130C0C
(19,12,12)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #521E27

#521E27
(82,30,39)
#61323A
(97,50,58)
#70464D
(112,70,77)
#7F5A60
(127,90,96)
#8E6E73
(142,110,115)
#9D8286
(157,130,134)
#AC9699
(172,150,153)
#BBAAAC
(187,170,172)
#CABEBF
(202,190,191)
#D9D2D2
(217,210,210)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521E27 color. Also use rgb(82,30,39) instead hex code.

Text Font Color

.myTextColor { color: #521E27; }

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

This text font color is #521E27.

Background Color

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

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

This div background color is #521E27.

Border color

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

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

This div border color is #521E27.

Opacity

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

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

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

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

This text has shadow with #521E27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #521E27.

Preview

Color preview on black background

This text has color #521E27 on black background.


Color preview on white background

This text has color #521E27 on white background.


Black color preview on #521E27 background

This text has black color on #521E27 background.


White color preview on #521E27 background

This text has white color on #521E27 background.


Related colors

Complementary color

Complementary color for #hex is #ADE1D8.


I love getcolorcode.com

Triadic colors

1 #27521E and #1E2752 with #521E27 are triadic colors.

2 #271E52 and #1E5227 with #521E27 are triadic colors.