COLOR #521B40

HEX: #521B40
RGB: (82,27,64)

Color info

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

RGB color model

#521B40 color RGB value is (82,27,64).

  • red value is 82;
  • green value is 27;
  • blue value is 64.
RGB:
(82,27,64)
(32%,11%,25%)

RGB channels and saturation

R 82 of 255 = 32%
G 27 of 255 = 11%
B 64 of 255 = 25%

82
27
64

R + G + B ~ 23%. #521B40 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 27 + 64 = 173 (100%)
R 82 of 173 ~ 47.4%
G 27 of 173 ~ 15.61%
B 64 of 173 ~ 36.99%

%47.4
%15.61
%36.99

CMYK color model

#521B40 color CMYK value is (0,67,22,68).

  • cyan value is 0.00%
  • magenta value is 67.07%
  • yellow value is 21.95%
  • key color value is 67.84%
CMYK:
(0,67,22,68)
C0M67Y22K68 
(0%,67%,22%,68%)
(0.00/0.67/0.22/0.68)	

CMYK percentages

%0
%67.07
%21.95
%67.84

Codes

Color #521B40 in popluar color models

521B40
RGB822764
HSL320°50.46%21.37%
HSB/HSV320°67.07%32.16%
CMYK0.00%67.07%21.95%
67.84%

Color #521B40 in popluar number systems.

HEX521B40
Decimal822764
Binary1010010110111000000
Octal12233100

Shades and tints

Shades of #521B40

#521B40
(82,27,64)
#4B193B
(75,25,59)
#441736
(68,23,54)
#3D1531
(61,21,49)
#36132C
(54,19,44)
#2F1127
(47,17,39)
#280F22
(40,15,34)
#210D1D
(33,13,29)
#1A0B18
(26,11,24)
#130913
(19,9,19)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #521B40

#521B40
(82,27,64)
#612F51
(97,47,81)
#704362
(112,67,98)
#7F5773
(127,87,115)
#8E6B84
(142,107,132)
#9D7F95
(157,127,149)
#AC93A6
(172,147,166)
#BBA7B7
(187,167,183)
#CABBC8
(202,187,200)
#D9CFD9
(217,207,217)
#E8E3EA
(232,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521B40 color. Also use rgb(82,27,64) instead hex code.

Text Font Color

.myTextColor { color: #521B40; }

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

This text font color is #521B40.


Background Color

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

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

This div background color is #521B40.


Border color

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

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

This div border color is #521B40.


Opacity

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

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

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

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

This text has shadow with #521B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521B40 on black background.


Color preview on white background

This text has color #521B40 on white background.



Black color preview on #521B40 background

This text has black color on #521B40 background.


White color preview on #521B40 background

This text has white color on #521B40 background.