COLOR #0D3B1E

HEX: #0D3B1E
RGB: (13,59,30)

Color info

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

RGB color model

#0D3B1E color RGB value is (13,59,30).

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

RGB channels and saturation

R 13 of 255 = 5%
G 59 of 255 = 23%
B 30 of 255 = 12%

13
59
30

R + G + B ~ 13%. #0D3B1E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 59 + 30 = 102 (100%)
R 13 of 102 ~ 12.75%
G 59 of 102 ~ 57.84%
B 30 of 102 ~ 29.41%

%12.75
%57.84
%29.41

CMYK color model

#0D3B1E color CMYK value is (78,0,49,77).

  • cyan value is 77.97%
  • magenta value is 0.00%
  • yellow value is 49.15%
  • key color value is 76.86%
CMYK:
(78,0,49,77)
C78M0Y49K77 
(78%,0%,49%,77%)
(0.78/0.00/0.49/0.77)	

CMYK percentages

%77.97
%0
%49.15
%76.86

Codes

Color #0D3B1E in popluar color models

0D3B1E
RGB135930
HSL142°63.89%14.12%
HSB/HSV142°77.97%23.14%
CMYK77.97%0.00%49.15%
76.86%

Color #0D3B1E in popluar number systems.

HEX0D3B1E
Decimal135930
Binary110111101111110
Octal157336

Shades and tints

Shades of #0D3B1E

#0D3B1E
(13,59,30)
#0C361C
(12,54,28)
#0B311A
(11,49,26)
#0A2C18
(10,44,24)
#092716
(9,39,22)
#082214
(8,34,20)
#071D12
(7,29,18)
#061810
(6,24,16)
#05130E
(5,19,14)
#040E0C
(4,14,12)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #0D3B1E

#0D3B1E
(13,59,30)
#234C32
(35,76,50)
#395D46
(57,93,70)
#4F6E5A
(79,110,90)
#657F6E
(101,127,110)
#7B9082
(123,144,130)
#91A196
(145,161,150)
#A7B2AA
(167,178,170)
#BDC3BE
(189,195,190)
#D3D4D2
(211,212,210)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3B1E; }

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

This text font color is #0D3B1E.


Background Color

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

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

This div background color is #0D3B1E.


Border color

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

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

This div border color is #0D3B1E.


Opacity

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

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

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

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

This text has shadow with #0D3B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3B1E on black background.


Color preview on white background

This text has color #0D3B1E on white background.



Black color preview on #0D3B1E background

This text has black color on #0D3B1E background.


White color preview on #0D3B1E background

This text has white color on #0D3B1E background.