COLOR #0D2E0F

HEX: #0D2E0F
RGB: (13,46,15)

Color info

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

RGB color model

#0D2E0F color RGB value is (13,46,15).

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

RGB channels and saturation

R 13 of 255 = 5%
G 46 of 255 = 18%
B 15 of 255 = 6%

13
46
15

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

Portions of RGB colors in percentages

R + G + B =
13 + 46 + 15 = 74 (100%)
R 13 of 74 ~ 17.57%
G 46 of 74 ~ 62.16%
B 15 of 74 ~ 20.27%

%17.57
%62.16
%20.27

CMYK color model

#0D2E0F color CMYK value is (72,0,67,82).

  • cyan value is 71.74%
  • magenta value is 0.00%
  • yellow value is 67.39%
  • key color value is 81.96%
CMYK:
(72,0,67,82)
C72M0Y67K82 
(72%,0%,67%,82%)
(0.72/0.00/0.67/0.82)	

CMYK percentages

%71.74
%0
%67.39
%81.96

Codes

Color #0D2E0F in popluar color models

0D2E0F
RGB134615
HSL124°55.93%11.57%
HSB/HSV124°71.74%18.04%
CMYK71.74%0.00%67.39%
81.96%

Color #0D2E0F in popluar number systems.

HEX0D2E0F
Decimal134615
Binary11011011101111
Octal155617

Shades and tints

Shades of #0D2E0F

#0D2E0F
(13,46,15)
#0C2A0E
(12,42,14)
#0B260D
(11,38,13)
#0A220C
(10,34,12)
#091E0B
(9,30,11)
#081A0A
(8,26,10)
#071609
(7,22,9)
#061208
(6,18,8)
#050E07
(5,14,7)
#040A06
(4,10,6)
#030605
(3,6,5)
#000000
(0,0,0)

Tints of #0D2E0F

#0D2E0F
(13,46,15)
#234124
(35,65,36)
#395439
(57,84,57)
#4F674E
(79,103,78)
#657A63
(101,122,99)
#7B8D78
(123,141,120)
#91A08D
(145,160,141)
#A7B3A2
(167,179,162)
#BDC6B7
(189,198,183)
#D3D9CC
(211,217,204)
#E9ECE1
(233,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2E0F; }

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

This text font color is #0D2E0F.


Background Color

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

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

This div background color is #0D2E0F.


Border color

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

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

This div border color is #0D2E0F.


Opacity

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

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

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

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

This text has shadow with #0D2E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2E0F on black background.


Color preview on white background

This text has color #0D2E0F on white background.



Black color preview on #0D2E0F background

This text has black color on #0D2E0F background.


White color preview on #0D2E0F background

This text has white color on #0D2E0F background.