COLOR #0D2921

HEX: #0D2921 RGB: (13,41,33)

Color info

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

RGB color model

#0D2921 color RGB value is (13,41,33).

RGB: (13,41,33) (5%, 16%, 13%)

RGB channels and saturation

R 13 of 255 = 5%
G 41 of 255 = 16%
B 33 of 255 = 13%

13
41
33

R + G + B ~ 11%. #0D2921 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 41 + 33 = 87 (100%)
R 13 of 87 ~ 14.94%
G 41 of 87 ~ 47.13%
B 33 of 87 ~ 37.93'%

%14.94
%47.13
%37.93

CMYK color model

#0D2921 color CMYK value is (68,0,20,84).

  • cyan value is 68.29%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 83.92%

CMYK: (68,0,20,84)
C68M0Y20K84 (68%, 0%, 20%, 84%)
(0.68 / 0.00 / 0.20 / 0.84)

CMYK percentages

%68.29
%0
%19.51
%83.92

Codes

Color #0D2921 in popluar color models

0D 29 21
RGB 13 41 33
HSL 163° 51.85% 10.59%
HSB/HSV 163° 68.29% 16.08%
CMYK 68.29% 0.00% 19.51%
83.92%

Color #0D2921 in popluar number systems.

HEX 0D 29 21
Decimal 13 41 33
Binary 1101 101001 100001
Octal 15 51 41

Shades and tints

Shades of #0D2921

#0D2921
(13,41,33)
#0C261E
(12,38,30)
#0B231B
(11,35,27)
#0A2018
(10,32,24)
#091D15
(9,29,21)
#081A12
(8,26,18)
#07170F
(7,23,15)
#06140C
(6,20,12)
#051109
(5,17,9)
#040E06
(4,14,6)
#030B03
(3,11,3)
#000000
(0,0,0)

Tints of #0D2921

#0D2921
(13,41,33)
#233C35
(35,60,53)
#394F49
(57,79,73)
#4F625D
(79,98,93)
#657571
(101,117,113)
#7B8885
(123,136,133)
#919B99
(145,155,153)
#A7AEAD
(167,174,173)
#BDC1C1
(189,193,193)
#D3D4D5
(211,212,213)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2921; }

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

This text font color is #0D2921.

Background Color

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

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

This div background color is #0D2921.

Border color

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

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

This div border color is #0D2921.

Opacity

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

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

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

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

This text has shadow with #0D2921 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2921.

Preview

Color preview on black background

This text has color #0D2921 on black background.


Color preview on white background

This text has color #0D2921 on white background.


Black color preview on #0D2921 background

This text has black color on #0D2921 background.


White color preview on #0D2921 background

This text has white color on #0D2921 background.


Related colors

Complementary color

Complementary color for #hex is #F2D6DE.


I love getcolorcode.com

Triadic colors

1 #210D29 and #29210D with #0D2921 are triadic colors.

2 #21290D and #290D21 with #0D2921 are triadic colors.