COLOR #210613

HEX: #210613
RGB: (33,6,19)

Color info

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

RGB color model

#210613 color RGB value is (33,6,19).

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

RGB channels and saturation

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

33
6
19

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

Portions of RGB colors in percentages

R + G + B =
33 + 6 + 19 = 58 (100%)
R 33 of 58 ~ 56.9%
G 6 of 58 ~ 10.34%
B 19 of 58 ~ 32.76%

%56.9
%10.34
%32.76

CMYK color model

#210613 color CMYK value is (0,82,42,87).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 42.42%
  • key color value is 87.06%
CMYK:
(0,82,42,87)
C0M82Y42K87 
(0%,82%,42%,87%)
(0.00/0.82/0.42/0.87)	

CMYK percentages

%0
%81.82
%42.42
%87.06

Codes

Color #210613 in popluar color models

210613
RGB33619
HSL331°69.23%7.65%
HSB/HSV331°81.82%12.94%
CMYK0.00%81.82%42.42%
87.06%

Color #210613 in popluar number systems.

HEX210613
Decimal33619
Binary10000111010011
Octal41623

Shades and tints

Shades of #210613

#210613
(33,6,19)
#1E0612
(30,6,18)
#1B0611
(27,6,17)
#180610
(24,6,16)
#15060F
(21,6,15)
#12060E
(18,6,14)
#0F060D
(15,6,13)
#0C060C
(12,6,12)
#09060B
(9,6,11)
#06060A
(6,6,10)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #210613

#210613
(33,6,19)
#351C28
(53,28,40)
#49323D
(73,50,61)
#5D4852
(93,72,82)
#715E67
(113,94,103)
#85747C
(133,116,124)
#998A91
(153,138,145)
#ADA0A6
(173,160,166)
#C1B6BB
(193,182,187)
#D5CCD0
(213,204,208)
#E9E2E5
(233,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #210613; }

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

This text font color is #210613.


Background Color

.myBgColor { background-color: #210613; }

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

This div background color is #210613.


Border color

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

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

This div border color is #210613.


Opacity

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

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

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

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

This text has shadow with #210613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #210613 on black background.


Color preview on white background

This text has color #210613 on white background.



Black color preview on #210613 background

This text has black color on #210613 background.


White color preview on #210613 background

This text has white color on #210613 background.