COLOR #521335

HEX: #521335
RGB: (82,19,53)

Color info

#521335 contains mainly red and blue colors. Web safe color of #521335 is #660033 (or #603).

RGB color model

#521335 color RGB value is (82,19,53).

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

RGB channels and saturation

R 82 of 255 = 32%
G 19 of 255 = 7%
B 53 of 255 = 21%

82
19
53

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

Portions of RGB colors in percentages

R + G + B =
82 + 19 + 53 = 154 (100%)
R 82 of 154 ~ 53.25%
G 19 of 154 ~ 12.34%
B 53 of 154 ~ 34.42%

%53.25
%12.34
%34.42

CMYK color model

#521335 color CMYK value is (0,77,35,68).

  • cyan value is 0.00%
  • magenta value is 76.83%
  • yellow value is 35.37%
  • key color value is 67.84%
CMYK:
(0,77,35,68)
C0M77Y35K68 
(0%,77%,35%,68%)
(0.00/0.77/0.35/0.68)	

CMYK percentages

%0
%76.83
%35.37
%67.84

Codes

Color #521335 in popluar color models

521335
RGB821953
HSL328°62.38%19.80%
HSB/HSV328°76.83%32.16%
CMYK0.00%76.83%35.37%
67.84%

Color #521335 in popluar number systems.

HEX521335
Decimal821953
Binary101001010011110101
Octal1222365

Shades and tints

Shades of #521335

#521335
(82,19,53)
#4B1231
(75,18,49)
#44112D
(68,17,45)
#3D1029
(61,16,41)
#360F25
(54,15,37)
#2F0E21
(47,14,33)
#280D1D
(40,13,29)
#210C19
(33,12,25)
#1A0B15
(26,11,21)
#130A11
(19,10,17)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #521335

#521335
(82,19,53)
#612847
(97,40,71)
#703D59
(112,61,89)
#7F526B
(127,82,107)
#8E677D
(142,103,125)
#9D7C8F
(157,124,143)
#AC91A1
(172,145,161)
#BBA6B3
(187,166,179)
#CABBC5
(202,187,197)
#D9D0D7
(217,208,215)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521335; }

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

This text font color is #521335.


Background Color

.myBgColor { background-color: #521335; }

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

This div background color is #521335.


Border color

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

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

This div border color is #521335.


Opacity

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

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

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

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

This text has shadow with #521335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521335 on black background.


Color preview on white background

This text has color #521335 on white background.



Black color preview on #521335 background

This text has black color on #521335 background.


White color preview on #521335 background

This text has white color on #521335 background.