COLOR #0D2A1E

HEX: #0D2A1E
RGB: (13,42,30)

Color info

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

RGB color model

#0D2A1E color RGB value is (13,42,30).

  • red value is 13;
  • green value is 42;
  • blue value is 30.
RGB:
(13,42,30)
(5%,16%,12%)

RGB channels and saturation

R 13 of 255 = 5%
G 42 of 255 = 16%
B 30 of 255 = 12%

13
42
30

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

Portions of RGB colors in percentages

R + G + B =
13 + 42 + 30 = 85 (100%)
R 13 of 85 ~ 15.29%
G 42 of 85 ~ 49.41%
B 30 of 85 ~ 35.29%

%15.29
%49.41
%35.29

CMYK color model

#0D2A1E color CMYK value is (69,0,29,84).

  • cyan value is 69.05%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 83.53%
CMYK:
(69,0,29,84)
C69M0Y29K84 
(69%,0%,29%,84%)
(0.69/0.00/0.29/0.84)	

CMYK percentages

%69.05
%0
%28.57
%83.53

Codes

Color #0D2A1E in popluar color models

0D2A1E
RGB134230
HSL155°52.73%10.78%
HSB/HSV155°69.05%16.47%
CMYK69.05%0.00%28.57%
83.53%

Color #0D2A1E in popluar number systems.

HEX0D2A1E
Decimal134230
Binary110110101011110
Octal155236

Shades and tints

Shades of #0D2A1E

#0D2A1E
(13,42,30)
#0C271C
(12,39,28)
#0B241A
(11,36,26)
#0A2118
(10,33,24)
#091E16
(9,30,22)
#081B14
(8,27,20)
#071812
(7,24,18)
#061510
(6,21,16)
#05120E
(5,18,14)
#040F0C
(4,15,12)
#030C0A
(3,12,10)
#000000
(0,0,0)

Tints of #0D2A1E

#0D2A1E
(13,42,30)
#233D32
(35,61,50)
#395046
(57,80,70)
#4F635A
(79,99,90)
#65766E
(101,118,110)
#7B8982
(123,137,130)
#919C96
(145,156,150)
#A7AFAA
(167,175,170)
#BDC2BE
(189,194,190)
#D3D5D2
(211,213,210)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2A1E color. Also use rgb(13,42,30) instead hex code.

Text Font Color

.myTextColor { color: #0D2A1E; }

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

This text font color is #0D2A1E.


Background Color

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

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

This div background color is #0D2A1E.


Border color

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

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

This div border color is #0D2A1E.


Opacity

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

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

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

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

This text has shadow with #0D2A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2A1E on black background.


Color preview on white background

This text has color #0D2A1E on white background.



Black color preview on #0D2A1E background

This text has black color on #0D2A1E background.


White color preview on #0D2A1E background

This text has white color on #0D2A1E background.