COLOR #0D3B0A

HEX: #0D3B0A
RGB: (13,59,10)

Color info

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

RGB color model

#0D3B0A color RGB value is (13,59,10).

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

RGB channels and saturation

R 13 of 255 = 5%
G 59 of 255 = 23%
B 10 of 255 = 4%

13
59
10

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

Portions of RGB colors in percentages

R + G + B =
13 + 59 + 10 = 82 (100%)
R 13 of 82 ~ 15.85%
G 59 of 82 ~ 71.95%
B 10 of 82 ~ 12.2%

%15.85
%71.95
%12.2

CMYK color model

#0D3B0A color CMYK value is (78,0,83,77).

  • cyan value is 77.97%
  • magenta value is 0.00%
  • yellow value is 83.05%
  • key color value is 76.86%
CMYK:
(78,0,83,77)
C78M0Y83K77 
(78%,0%,83%,77%)
(0.78/0.00/0.83/0.77)	

CMYK percentages

%77.97
%0
%83.05
%76.86

Codes

Color #0D3B0A in popluar color models

0D3B0A
RGB135910
HSL116°71.01%13.53%
HSB/HSV116°83.05%23.14%
CMYK77.97%0.00%83.05%
76.86%

Color #0D3B0A in popluar number systems.

HEX0D3B0A
Decimal135910
Binary11011110111010
Octal157312

Shades and tints

Shades of #0D3B0A

#0D3B0A
(13,59,10)
#0C360A
(12,54,10)
#0B310A
(11,49,10)
#0A2C0A
(10,44,10)
#09270A
(9,39,10)
#08220A
(8,34,10)
#071D0A
(7,29,10)
#06180A
(6,24,10)
#05130A
(5,19,10)
#040E0A
(4,14,10)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #0D3B0A

#0D3B0A
(13,59,10)
#234C20
(35,76,32)
#395D36
(57,93,54)
#4F6E4C
(79,110,76)
#657F62
(101,127,98)
#7B9078
(123,144,120)
#91A18E
(145,161,142)
#A7B2A4
(167,178,164)
#BDC3BA
(189,195,186)
#D3D4D0
(211,212,208)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3B0A; }

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

This text font color is #0D3B0A.


Background Color

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

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

This div background color is #0D3B0A.


Border color

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

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

This div border color is #0D3B0A.


Opacity

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

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

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

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

This text has shadow with #0D3B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3B0A on black background.


Color preview on white background

This text has color #0D3B0A on white background.



Black color preview on #0D3B0A background

This text has black color on #0D3B0A background.


White color preview on #0D3B0A background

This text has white color on #0D3B0A background.