COLOR #0D221B

HEX: #0D221B
RGB: (13,34,27)

Color info

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

RGB color model

#0D221B color RGB value is (13,34,27).

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

RGB channels and saturation

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

13
34
27

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

Portions of RGB colors in percentages

R + G + B =
13 + 34 + 27 = 74 (100%)
R 13 of 74 ~ 17.57%
G 34 of 74 ~ 45.95%
B 27 of 74 ~ 36.49%

%17.57
%45.95
%36.49

CMYK color model

#0D221B color CMYK value is (62,0,21,87).

  • cyan value is 61.76%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 86.67%
CMYK:
(62,0,21,87)
C62M0Y21K87 
(62%,0%,21%,87%)
(0.62/0.00/0.21/0.87)	

CMYK percentages

%61.76
%0
%20.59
%86.67

Codes

Color #0D221B in popluar color models

0D221B
RGB133427
HSL160°44.68%9.22%
HSB/HSV160°61.76%13.33%
CMYK61.76%0.00%20.59%
86.67%

Color #0D221B in popluar number systems.

HEX0D221B
Decimal133427
Binary110110001011011
Octal154233

Shades and tints

Shades of #0D221B

#0D221B
(13,34,27)
#0C1F19
(12,31,25)
#0B1C17
(11,28,23)
#0A1915
(10,25,21)
#091613
(9,22,19)
#081311
(8,19,17)
#07100F
(7,16,15)
#060D0D
(6,13,13)
#050A0B
(5,10,11)
#040709
(4,7,9)
#030407
(3,4,7)
#000000
(0,0,0)

Tints of #0D221B

#0D221B
(13,34,27)
#23362F
(35,54,47)
#394A43
(57,74,67)
#4F5E57
(79,94,87)
#65726B
(101,114,107)
#7B867F
(123,134,127)
#919A93
(145,154,147)
#A7AEA7
(167,174,167)
#BDC2BB
(189,194,187)
#D3D6CF
(211,214,207)
#E9EAE3
(233,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D221B; }

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

This text font color is #0D221B.


Background Color

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

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

This div background color is #0D221B.


Border color

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

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

This div border color is #0D221B.


Opacity

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

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

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

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

This text has shadow with #0D221B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D221B on black background.


Color preview on white background

This text has color #0D221B on white background.



Black color preview on #0D221B background

This text has black color on #0D221B background.


White color preview on #0D221B background

This text has white color on #0D221B background.