COLOR #0D360E

HEX: #0D360E
RGB: (13,54,14)

Color info

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

RGB color model

#0D360E color RGB value is (13,54,14).

  • red value is 13;
  • green value is 54;
  • blue value is 14.
RGB:
(13,54,14)
(5%,21%,5%)

RGB channels and saturation

R 13 of 255 = 5%
G 54 of 255 = 21%
B 14 of 255 = 5%

13
54
14

R + G + B ~ 10%. #0D360E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 54 + 14 = 81 (100%)
R 13 of 81 ~ 16.05%
G 54 of 81 ~ 66.67%
B 14 of 81 ~ 17.28%

%16.05
%66.67
%17.28

CMYK color model

#0D360E color CMYK value is (76,0,74,79).

  • cyan value is 75.93%
  • magenta value is 0.00%
  • yellow value is 74.07%
  • key color value is 78.82%
CMYK:
(76,0,74,79)
C76M0Y74K79 
(76%,0%,74%,79%)
(0.76/0.00/0.74/0.79)	

CMYK percentages

%75.93
%0
%74.07
%78.82

Codes

Color #0D360E in popluar color models

0D360E
RGB135414
HSL121°61.19%13.14%
HSB/HSV121°75.93%21.18%
CMYK75.93%0.00%74.07%
78.82%

Color #0D360E in popluar number systems.

HEX0D360E
Decimal135414
Binary11011101101110
Octal156616

Shades and tints

Shades of #0D360E

#0D360E
(13,54,14)
#0C320D
(12,50,13)
#0B2E0C
(11,46,12)
#0A2A0B
(10,42,11)
#09260A
(9,38,10)
#082209
(8,34,9)
#071E08
(7,30,8)
#061A07
(6,26,7)
#051606
(5,22,6)
#041205
(4,18,5)
#030E04
(3,14,4)
#000000
(0,0,0)

Tints of #0D360E

#0D360E
(13,54,14)
#234823
(35,72,35)
#395A38
(57,90,56)
#4F6C4D
(79,108,77)
#657E62
(101,126,98)
#7B9077
(123,144,119)
#91A28C
(145,162,140)
#A7B4A1
(167,180,161)
#BDC6B6
(189,198,182)
#D3D8CB
(211,216,203)
#E9EAE0
(233,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D360E; }

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

This text font color is #0D360E.


Background Color

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

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

This div background color is #0D360E.


Border color

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

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

This div border color is #0D360E.


Opacity

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

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

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

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

This text has shadow with #0D360E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D360E on black background.


Color preview on white background

This text has color #0D360E on white background.



Black color preview on #0D360E background

This text has black color on #0D360E background.


White color preview on #0D360E background

This text has white color on #0D360E background.