COLOR #0D2E1D

HEX: #0D2E1D
RGB: (13,46,29)

Color info

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

RGB color model

#0D2E1D color RGB value is (13,46,29).

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

RGB channels and saturation

R 13 of 255 = 5%
G 46 of 255 = 18%
B 29 of 255 = 11%

13
46
29

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

Portions of RGB colors in percentages

R + G + B =
13 + 46 + 29 = 88 (100%)
R 13 of 88 ~ 14.77%
G 46 of 88 ~ 52.27%
B 29 of 88 ~ 32.95%

%14.77
%52.27
%32.95

CMYK color model

#0D2E1D color CMYK value is (72,0,37,82).

  • cyan value is 71.74%
  • magenta value is 0.00%
  • yellow value is 36.96%
  • key color value is 81.96%
CMYK:
(72,0,37,82)
C72M0Y37K82 
(72%,0%,37%,82%)
(0.72/0.00/0.37/0.82)	

CMYK percentages

%71.74
%0
%36.96
%81.96

Codes

Color #0D2E1D in popluar color models

0D2E1D
RGB134629
HSL149°55.93%11.57%
HSB/HSV149°71.74%18.04%
CMYK71.74%0.00%36.96%
81.96%

Color #0D2E1D in popluar number systems.

HEX0D2E1D
Decimal134629
Binary110110111011101
Octal155635

Shades and tints

Shades of #0D2E1D

#0D2E1D
(13,46,29)
#0C2A1B
(12,42,27)
#0B2619
(11,38,25)
#0A2217
(10,34,23)
#091E15
(9,30,21)
#081A13
(8,26,19)
#071611
(7,22,17)
#06120F
(6,18,15)
#050E0D
(5,14,13)
#040A0B
(4,10,11)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #0D2E1D

#0D2E1D
(13,46,29)
#234131
(35,65,49)
#395445
(57,84,69)
#4F6759
(79,103,89)
#657A6D
(101,122,109)
#7B8D81
(123,141,129)
#91A095
(145,160,149)
#A7B3A9
(167,179,169)
#BDC6BD
(189,198,189)
#D3D9D1
(211,217,209)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2E1D; }

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

This text font color is #0D2E1D.


Background Color

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

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

This div background color is #0D2E1D.


Border color

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

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

This div border color is #0D2E1D.


Opacity

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

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

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

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

This text has shadow with #0D2E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2E1D on black background.


Color preview on white background

This text has color #0D2E1D on white background.



Black color preview on #0D2E1D background

This text has black color on #0D2E1D background.


White color preview on #0D2E1D background

This text has white color on #0D2E1D background.