COLOR #0D3F0D

HEX: #0D3F0D
RGB: (13,63,13)

Color info

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

RGB color model

#0D3F0D color RGB value is (13,63,13).

  • red value is 13;
  • green value is 63;
  • blue value is 13.
RGB:
(13,63,13)
(5%,25%,5%)

RGB channels and saturation

R 13 of 255 = 5%
G 63 of 255 = 25%
B 13 of 255 = 5%

13
63
13

R + G + B ~ 12%. #0D3F0D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 63 + 13 = 89 (100%)
R 13 of 89 ~ 14.61%
G 63 of 89 ~ 70.79%
B 13 of 89 ~ 14.61%

%14.61
%70.79
%14.61

CMYK color model

#0D3F0D color CMYK value is (79,0,79,75).

  • cyan value is 79.37%
  • magenta value is 0.00%
  • yellow value is 79.37%
  • key color value is 75.29%
CMYK:
(79,0,79,75)
C79M0Y79K75 
(79%,0%,79%,75%)
(0.79/0.00/0.79/0.75)	

CMYK percentages

%79.37
%0
%79.37
%75.29

Codes

Color #0D3F0D in popluar color models

0D3F0D
RGB136313
HSL120°65.79%14.90%
HSB/HSV120°79.37%24.71%
CMYK79.37%0.00%79.37%
75.29%

Color #0D3F0D in popluar number systems.

HEX0D3F0D
Decimal136313
Binary11011111111101
Octal157715

Shades and tints

Shades of #0D3F0D

#0D3F0D
(13,63,13)
#0C3A0C
(12,58,12)
#0B350B
(11,53,11)
#0A300A
(10,48,10)
#092B09
(9,43,9)
#082608
(8,38,8)
#072107
(7,33,7)
#061C06
(6,28,6)
#051705
(5,23,5)
#041204
(4,18,4)
#030D03
(3,13,3)
#000000
(0,0,0)

Tints of #0D3F0D

#0D3F0D
(13,63,13)
#235023
(35,80,35)
#396139
(57,97,57)
#4F724F
(79,114,79)
#658365
(101,131,101)
#7B947B
(123,148,123)
#91A591
(145,165,145)
#A7B6A7
(167,182,167)
#BDC7BD
(189,199,189)
#D3D8D3
(211,216,211)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3F0D; }

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

This text font color is #0D3F0D.


Background Color

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

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

This div background color is #0D3F0D.


Border color

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

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

This div border color is #0D3F0D.


Opacity

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

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

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

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

This text has shadow with #0D3F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3F0D on black background.


Color preview on white background

This text has color #0D3F0D on white background.



Black color preview on #0D3F0D background

This text has black color on #0D3F0D background.


White color preview on #0D3F0D background

This text has white color on #0D3F0D background.