COLOR #0D2213

HEX: #0D2213 RGB: (13,34,19)

Color info

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

RGB color model

#0D2213 color RGB value is (13,34,19).

RGB: (13,34,19) (5%, 13%, 7%)

RGB channels and saturation

R 13 of 255 = 5%
G 34 of 255 = 13%
B 19 of 255 = 7%

13
34
19

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

Portions of RGB colors in percentages

R + G + B = 13 + 34 + 19 = 66 (100%)
R 13 of 66 ~ 19.7%
G 34 of 66 ~ 51.52%
B 19 of 66 ~ 28.79'%

%19.7
%51.52
%28.79

CMYK color model

#0D2213 color CMYK value is (62,0,44,87).

  • cyan value is 61.76%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 86.67%

CMYK: (62,0,44,87)
C62M0Y44K87 (62%, 0%, 44%, 87%)
(0.62 / 0.00 / 0.44 / 0.87)

CMYK percentages

%61.76
%0
%44.12
%86.67

Codes

Color #0D2213 in popluar color models

0D 22 13
RGB 13 34 19
HSL 137° 44.68% 9.22%
HSB/HSV 137° 61.76% 13.33%
CMYK 61.76% 0.00% 44.12%
86.67%

Color #0D2213 in popluar number systems.

HEX 0D 22 13
Decimal 13 34 19
Binary 1101 100010 10011
Octal 15 42 23

Shades and tints

Shades of #0D2213

#0D2213
(13,34,19)
#0C1F12
(12,31,18)
#0B1C11
(11,28,17)
#0A1910
(10,25,16)
#09160F
(9,22,15)
#08130E
(8,19,14)
#07100D
(7,16,13)
#060D0C
(6,13,12)
#050A0B
(5,10,11)
#04070A
(4,7,10)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #0D2213

#0D2213
(13,34,19)
#233628
(35,54,40)
#394A3D
(57,74,61)
#4F5E52
(79,94,82)
#657267
(101,114,103)
#7B867C
(123,134,124)
#919A91
(145,154,145)
#A7AEA6
(167,174,166)
#BDC2BB
(189,194,187)
#D3D6D0
(211,214,208)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2213 color. Also use rgb(13,34,19) instead hex code.

Text Font Color

.myTextColor { color: #0D2213; }

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

This text font color is #0D2213.

Background Color

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

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

This div background color is #0D2213.

Border color

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

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

This div border color is #0D2213.

Opacity

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

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

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

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

This text has shadow with #0D2213 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2213.

Preview

Color preview on black background

This text has color #0D2213 on black background.


Color preview on white background

This text has color #0D2213 on white background.


Black color preview on #0D2213 background

This text has black color on #0D2213 background.


White color preview on #0D2213 background

This text has white color on #0D2213 background.


Related colors

Complementary color

Complementary color for #hex is #F2DDEC.


I love getcolorcode.com

Triadic colors

1 #130D22 and #22130D with #0D2213 are triadic colors.

2 #13220D and #220D13 with #0D2213 are triadic colors.