COLOR #0D210F

HEX: #0D210F RGB: (13,33,15)

Color info

#0D210F contains red, green and blue colors in about the same proportion. Web safe color of #0D210F is #003300 (or #030).

RGB color model

#0D210F color RGB value is (13,33,15).

RGB: (13,33,15) (5%, 13%, 6%)

RGB channels and saturation

R 13 of 255 = 5%
G 33 of 255 = 13%
B 15 of 255 = 6%

13
33
15

R + G + B ~ 8%. #0D210F is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 33 + 15 = 61 (100%)
R 13 of 61 ~ 21.31%
G 33 of 61 ~ 54.1%
B 15 of 61 ~ 24.59'%

%21.31
%54.1
%24.59

CMYK color model

#0D210F color CMYK value is (61,0,55,87).

  • cyan value is 60.61%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 87.06%

CMYK: (61,0,55,87)
C61M0Y55K87 (61%, 0%, 55%, 87%)
(0.61 / 0.00 / 0.55 / 0.87)

CMYK percentages

%60.61
%0
%54.55
%87.06

Codes

Color #0D210F in popluar color models

0D 21 0F
RGB 13 33 15
HSL 126° 43.48% 9.02%
HSB/HSV 126° 60.61% 12.94%
CMYK 60.61% 0.00% 54.55%
87.06%

Color #0D210F in popluar number systems.

HEX 0D 21 0F
Decimal 13 33 15
Binary 1101 100001 1111
Octal 15 41 17

Shades and tints

Shades of #0D210F

#0D210F
(13,33,15)
#0C1E0E
(12,30,14)
#0B1B0D
(11,27,13)
#0A180C
(10,24,12)
#09150B
(9,21,11)
#08120A
(8,18,10)
#070F09
(7,15,9)
#060C08
(6,12,8)
#050907
(5,9,7)
#040606
(4,6,6)
#030305
(3,3,5)
#000000
(0,0,0)

Tints of #0D210F

#0D210F
(13,33,15)
#233524
(35,53,36)
#394939
(57,73,57)
#4F5D4E
(79,93,78)
#657163
(101,113,99)
#7B8578
(123,133,120)
#91998D
(145,153,141)
#A7ADA2
(167,173,162)
#BDC1B7
(189,193,183)
#D3D5CC
(211,213,204)
#E9E9E1
(233,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D210F color. Also use rgb(13,33,15) instead hex code.

Text Font Color

.myTextColor { color: #0D210F; }

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

This text font color is #0D210F.

Background Color

.myBgColor { background-color: #0D210F; }

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

This div background color is #0D210F.

Border color

.myBorderColor { border: 1px solid #0D210F; }

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

This div border color is #0D210F.

Opacity

.myOpacity80 { color: #0D210F; opacity: 0.8; }

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

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

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

This text has shadow with #0D210F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D210F.

Preview

Color preview on black background

This text has color #0D210F on black background.


Color preview on white background

This text has color #0D210F on white background.


Black color preview on #0D210F background

This text has black color on #0D210F background.


White color preview on #0D210F background

This text has white color on #0D210F background.


Related colors

Complementary color

Complementary color for #hex is #F2DEF0.


I love getcolorcode.com

Triadic colors

1 #0F0D21 and #210F0D with #0D210F are triadic colors.

2 #0F210D and #210D0F with #0D210F are triadic colors.