COLOR #0D2E08

HEX: #0D2E08
RGB: (13,46,8)

Color info

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

RGB color model

#0D2E08 color RGB value is (13,46,8).

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

RGB channels and saturation

R 13 of 255 = 5%
G 46 of 255 = 18%
B 8 of 255 = 3%

13
46
8

R + G + B ~ 9%. #0D2E08 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 46 + 8 = 67 (100%)
R 13 of 67 ~ 19.4%
G 46 of 67 ~ 68.66%
B 8 of 67 ~ 11.94%

%19.4
%68.66
%11.94

CMYK color model

#0D2E08 color CMYK value is (72,0,83,82).

  • cyan value is 71.74%
  • magenta value is 0.00%
  • yellow value is 82.61%
  • key color value is 81.96%
CMYK:
(72,0,83,82)
C72M0Y83K82 
(72%,0%,83%,82%)
(0.72/0.00/0.83/0.82)	

CMYK percentages

%71.74
%0
%82.61
%81.96

Codes

Color #0D2E08 in popluar color models

0D2E08
RGB13468
HSL112°70.37%10.59%
HSB/HSV112°82.61%18.04%
CMYK71.74%0.00%82.61%
81.96%

Color #0D2E08 in popluar number systems.

HEX0D2E08
Decimal13468
Binary11011011101000
Octal155610

Shades and tints

Shades of #0D2E08

#0D2E08
(13,46,8)
#0C2A08
(12,42,8)
#0B2608
(11,38,8)
#0A2208
(10,34,8)
#091E08
(9,30,8)
#081A08
(8,26,8)
#071608
(7,22,8)
#061208
(6,18,8)
#050E08
(5,14,8)
#040A08
(4,10,8)
#030608
(3,6,8)
#000000
(0,0,0)

Tints of #0D2E08

#0D2E08
(13,46,8)
#23411E
(35,65,30)
#395434
(57,84,52)
#4F674A
(79,103,74)
#657A60
(101,122,96)
#7B8D76
(123,141,118)
#91A08C
(145,160,140)
#A7B3A2
(167,179,162)
#BDC6B8
(189,198,184)
#D3D9CE
(211,217,206)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2E08; }

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

This text font color is #0D2E08.


Background Color

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

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

This div background color is #0D2E08.


Border color

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

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

This div border color is #0D2E08.


Opacity

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

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

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

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

This text has shadow with #0D2E08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2E08 on black background.


Color preview on white background

This text has color #0D2E08 on white background.



Black color preview on #0D2E08 background

This text has black color on #0D2E08 background.


White color preview on #0D2E08 background

This text has white color on #0D2E08 background.