COLOR #210513

HEX: #210513
RGB: (33,5,19)

Color info

#210513 contains red, green and blue colors in about the same proportion. Web safe color of #210513 is #330000 (or #300).

RGB color model

#210513 color RGB value is (33,5,19).

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

RGB channels and saturation

R 33 of 255 = 13%
G 5 of 255 = 2%
B 19 of 255 = 7%

33
5
19

R + G + B ~ 7%. #210513 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 5 + 19 = 57 (100%)
R 33 of 57 ~ 57.89%
G 5 of 57 ~ 8.77%
B 19 of 57 ~ 33.33%

%57.89
%33.33

CMYK color model

#210513 color CMYK value is (0,85,42,87).

  • cyan value is 0.00%
  • magenta value is 84.85%
  • yellow value is 42.42%
  • key color value is 87.06%
CMYK:
(0,85,42,87)
C0M85Y42K87 
(0%,85%,42%,87%)
(0.00/0.85/0.42/0.87)	

CMYK percentages

%0
%84.85
%42.42
%87.06

Codes

Color #210513 in popluar color models

210513
RGB33519
HSL330°73.68%7.45%
HSB/HSV330°84.85%12.94%
CMYK0.00%84.85%42.42%
87.06%

Color #210513 in popluar number systems.

HEX210513
Decimal33519
Binary10000110110011
Octal41523

Shades and tints

Shades of #210513

#210513
(33,5,19)
#1E0512
(30,5,18)
#1B0511
(27,5,17)
#180510
(24,5,16)
#15050F
(21,5,15)
#12050E
(18,5,14)
#0F050D
(15,5,13)
#0C050C
(12,5,12)
#09050B
(9,5,11)
#06050A
(6,5,10)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #210513

#210513
(33,5,19)
#351B28
(53,27,40)
#49313D
(73,49,61)
#5D4752
(93,71,82)
#715D67
(113,93,103)
#85737C
(133,115,124)
#998991
(153,137,145)
#AD9FA6
(173,159,166)
#C1B5BB
(193,181,187)
#D5CBD0
(213,203,208)
#E9E1E5
(233,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #210513; }

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

This text font color is #210513.


Background Color

.myBgColor { background-color: #210513; }

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

This div background color is #210513.


Border color

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

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

This div border color is #210513.


Opacity

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

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

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

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

This text has shadow with #210513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #210513 on black background.


Color preview on white background

This text has color #210513 on white background.



Black color preview on #210513 background

This text has black color on #210513 background.


White color preview on #210513 background

This text has white color on #210513 background.