COLOR #210D17

HEX: #210D17
RGB: (33,13,23)

Color info

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

RGB color model

#210D17 color RGB value is (33,13,23).

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

RGB channels and saturation

R 33 of 255 = 13%
G 13 of 255 = 5%
B 23 of 255 = 9%

33
13
23

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

Portions of RGB colors in percentages

R + G + B =
33 + 13 + 23 = 69 (100%)
R 33 of 69 ~ 47.83%
G 13 of 69 ~ 18.84%
B 23 of 69 ~ 33.33%

%47.83
%18.84
%33.33

CMYK color model

#210D17 color CMYK value is (0,61,30,87).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 30.30%
  • key color value is 87.06%
CMYK:
(0,61,30,87)
C0M61Y30K87 
(0%,61%,30%,87%)
(0.00/0.61/0.30/0.87)	

CMYK percentages

%0
%60.61
%30.3
%87.06

Codes

Color #210D17 in popluar color models

210D17
RGB331323
HSL330°43.48%9.02%
HSB/HSV330°60.61%12.94%
CMYK0.00%60.61%30.30%
87.06%

Color #210D17 in popluar number systems.

HEX210D17
Decimal331323
Binary100001110110111
Octal411527

Shades and tints

Shades of #210D17

#210D17
(33,13,23)
#1E0C15
(30,12,21)
#1B0B13
(27,11,19)
#180A11
(24,10,17)
#15090F
(21,9,15)
#12080D
(18,8,13)
#0F070B
(15,7,11)
#0C0609
(12,6,9)
#090507
(9,5,7)
#060405
(6,4,5)
#030303
(3,3,3)
#000000
(0,0,0)

Tints of #210D17

#210D17
(33,13,23)
#35232C
(53,35,44)
#493941
(73,57,65)
#5D4F56
(93,79,86)
#71656B
(113,101,107)
#857B80
(133,123,128)
#999195
(153,145,149)
#ADA7AA
(173,167,170)
#C1BDBF
(193,189,191)
#D5D3D4
(213,211,212)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #210D17 color. Also use rgb(33,13,23) instead hex code.

Text Font Color

.myTextColor { color: #210D17; }

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

This text font color is #210D17.


Background Color

.myBgColor { background-color: #210D17; }

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

This div background color is #210D17.


Border color

.myBorderColor { border: 1px solid #210D17; }

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

This div border color is #210D17.


Opacity

.myOpacity80 { color: #210D17; opacity: 0.8; }

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

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

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

This text has shadow with #210D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #210D17 on black background.


Color preview on white background

This text has color #210D17 on white background.



Black color preview on #210D17 background

This text has black color on #210D17 background.


White color preview on #210D17 background

This text has white color on #210D17 background.