COLOR #0D221D

HEX: #0D221D
RGB: (13,34,29)

Color info

#0D221D contains red, green and blue colors in about the same proportion. Web safe color of #0D221D is #003333 (or #033).

RGB color model

#0D221D color RGB value is (13,34,29).

  • red value is 13;
  • green value is 34;
  • blue value is 29.
RGB:
(13,34,29)
(5%,13%,11%)

RGB channels and saturation

R 13 of 255 = 5%
G 34 of 255 = 13%
B 29 of 255 = 11%

13
34
29

R + G + B ~ 10%. #0D221D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 34 + 29 = 76 (100%)
R 13 of 76 ~ 17.11%
G 34 of 76 ~ 44.74%
B 29 of 76 ~ 38.16%

%17.11
%44.74
%38.16

CMYK color model

#0D221D color CMYK value is (62,0,15,87).

  • cyan value is 61.76%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 86.67%
CMYK:
(62,0,15,87)
C62M0Y15K87 
(62%,0%,15%,87%)
(0.62/0.00/0.15/0.87)	

CMYK percentages

%61.76
%0
%14.71
%86.67

Codes

Color #0D221D in popluar color models

0D221D
RGB133429
HSL166°44.68%9.22%
HSB/HSV166°61.76%13.33%
CMYK61.76%0.00%14.71%
86.67%

Color #0D221D in popluar number systems.

HEX0D221D
Decimal133429
Binary110110001011101
Octal154235

Shades and tints

Shades of #0D221D

#0D221D
(13,34,29)
#0C1F1B
(12,31,27)
#0B1C19
(11,28,25)
#0A1917
(10,25,23)
#091615
(9,22,21)
#081313
(8,19,19)
#071011
(7,16,17)
#060D0F
(6,13,15)
#050A0D
(5,10,13)
#04070B
(4,7,11)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #0D221D

#0D221D
(13,34,29)
#233631
(35,54,49)
#394A45
(57,74,69)
#4F5E59
(79,94,89)
#65726D
(101,114,109)
#7B8681
(123,134,129)
#919A95
(145,154,149)
#A7AEA9
(167,174,169)
#BDC2BD
(189,194,189)
#D3D6D1
(211,214,209)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D221D; }

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

This text font color is #0D221D.


Background Color

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

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

This div background color is #0D221D.


Border color

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

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

This div border color is #0D221D.


Opacity

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

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

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

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

This text has shadow with #0D221D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D221D on black background.


Color preview on white background

This text has color #0D221D on white background.



Black color preview on #0D221D background

This text has black color on #0D221D background.


White color preview on #0D221D background

This text has white color on #0D221D background.