COLOR #210520

HEX: #210520
RGB: (33,5,32)

Color info

#210520 contains red, green and blue colors in about the same proportion. Web safe color of #210520 is #330033 (or #303).

RGB color model

#210520 color RGB value is (33,5,32).

  • red value is 33;
  • green value is 5;
  • blue value is 32.
RGB:
(33,5,32)
(13%,2%,13%)

RGB channels and saturation

R 33 of 255 = 13%
G 5 of 255 = 2%
B 32 of 255 = 13%

33
5
32

R + G + B ~ 9%. #210520 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 5 + 32 = 70 (100%)
R 33 of 70 ~ 47.14%
G 5 of 70 ~ 7.14%
B 32 of 70 ~ 45.71%

%47.14
%45.71

CMYK color model

#210520 color CMYK value is (0,85,3,87).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 3.03%
  • key color value is 87.06%
CMYK:
(0,85,3,87)
C0M85Y3K87 
(0%,85%,3%,87%)
(0.00/0.85/0.03/0.87)	

CMYK percentages

%0
%84.85
%3.03
%87.06

Codes

Color #210520 in popluar color models

210520
RGB33532
HSL302°73.68%7.45%
HSB/HSV302°84.85%12.94%
CMYK0.00%84.85%3.03%
87.06%

Color #210520 in popluar number systems.

HEX210520
Decimal33532
Binary100001101100000
Octal41540

Shades and tints

Shades of #210520

#210520
(33,5,32)
#1E051E
(30,5,30)
#1B051C
(27,5,28)
#18051A
(24,5,26)
#150518
(21,5,24)
#120516
(18,5,22)
#0F0514
(15,5,20)
#0C0512
(12,5,18)
#090510
(9,5,16)
#06050E
(6,5,14)
#03050C
(3,5,12)
#000000
(0,0,0)

Tints of #210520

#210520
(33,5,32)
#351B34
(53,27,52)
#493148
(73,49,72)
#5D475C
(93,71,92)
#715D70
(113,93,112)
#857384
(133,115,132)
#998998
(153,137,152)
#AD9FAC
(173,159,172)
#C1B5C0
(193,181,192)
#D5CBD4
(213,203,212)
#E9E1E8
(233,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #210520 color. Also use rgb(33,5,32) instead hex code.

Text Font Color

.myTextColor { color: #210520; }

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

This text font color is #210520.


Background Color

.myBgColor { background-color: #210520; }

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

This div background color is #210520.


Border color

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

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

This div border color is #210520.


Opacity

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

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

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

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

This text has shadow with #210520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #210520 on black background.


Color preview on white background

This text has color #210520 on white background.



Black color preview on #210520 background

This text has black color on #210520 background.


White color preview on #210520 background

This text has white color on #210520 background.