COLOR #210313

HEX: #210313 RGB: (33,3,19)

Color info

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

RGB color model

#210313 color RGB value is (33,3,19).

RGB: (33,3,19) (13%, 1%, 7%)

RGB channels and saturation

R 33 of 255 = 13%
G 3 of 255 = 1%
B 19 of 255 = 7%

33
3
19

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

Portions of RGB colors in percentages

R + G + B = 33 + 3 + 19 = 55 (100%)
R 33 of 55 ~ 60%
G 3 of 55 ~ 5.45%
B 19 of 55 ~ 34.55'%

%60
%34.55

CMYK color model

#210313 color CMYK value is (0,91,42,87).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 42.42%
  • key color value is 87.06%
CMYK: (0,91,42,87) C0M91Y42K87 (0%,91%,42%,87%) (0.00/0.91/0.42/0.87) 

CMYK percentages

%0
%90.91
%42.42
%87.06

Codes

Color #210313 in popluar color models

21 03 13
RGB 33 3 19
HSL 328° 83.33% 7.06%
HSB/HSV 328° 90.91% 12.94%
CMYK 0.00% 90.91% 42.42%
87.06%

Color #210313 in popluar number systems.

HEX 21 03 13
Decimal 33 3 19
Binary 100001 11 10011
Octal 41 3 23

Shades and tints

Shades of #210313

#210313
(33,3,19)
#1E0312
(30,3,18)
#1B0311
(27,3,17)
#180310
(24,3,16)
#15030F
(21,3,15)
#12030E
(18,3,14)
#0F030D
(15,3,13)
#0C030C
(12,3,12)
#09030B
(9,3,11)
#06030A
(6,3,10)
#030309
(3,3,9)
#000000
(0,0,0)

Tints of #210313

#210313
(33,3,19)
#351928
(53,25,40)
#492F3D
(73,47,61)
#5D4552
(93,69,82)
#715B67
(113,91,103)
#85717C
(133,113,124)
#998791
(153,135,145)
#AD9DA6
(173,157,166)
#C1B3BB
(193,179,187)
#D5C9D0
(213,201,208)
#E9DFE5
(233,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #210313; }

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

This text font color is #210313.

Background Color

.myBgColor { background-color: #210313; }

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

This div background color is #210313.

Border color

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

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

This div border color is #210313.

Opacity

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

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

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

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

This text has shadow with #210313 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #210313.

Preview

Color preview on black background

This text has color #210313 on black background.


Color preview on white background

This text has color #210313 on white background.


Black color preview on #210313 background

This text has black color on #210313 background.


White color preview on #210313 background

This text has white color on #210313 background.


Related colors

Complementary color

Complementary color for #hex is #DEFCEC.


I love getcolorcode.com

Triadic colors

1 #132103 and #031321 with #210313 are triadic colors.

2 #130321 and #032113 with #210313 are triadic colors.