COLOR #0D360C

HEX: #0D360C RGB: (13,54,12)

Color info

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

RGB color model

#0D360C color RGB value is (13,54,12).

RGB: (13,54,12) (5%, 21%, 5%)

RGB channels and saturation

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

13
54
12

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

Portions of RGB colors in percentages

R + G + B = 13 + 54 + 12 = 79 (100%)
R 13 of 79 ~ 16.46%
G 54 of 79 ~ 68.35%
B 12 of 79 ~ 15.19'%

%16.46
%68.35
%15.19

CMYK color model

#0D360C color CMYK value is (76,0,78,79).

  • cyan value is 75.93%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 78.82%

CMYK: (76,0,78,79)
C76M0Y78K79 (76%, 0%, 78%, 79%)
(0.76 / 0.00 / 0.78 / 0.79)

CMYK percentages

%75.93
%0
%77.78
%78.82

Codes

Color #0D360C in popluar color models

0D 36 0C
RGB 13 54 12
HSL 119° 63.64% 12.94%
HSB/HSV 119° 77.78% 21.18%
CMYK 75.93% 0.00% 77.78%
78.82%

Color #0D360C in popluar number systems.

HEX 0D 36 0C
Decimal 13 54 12
Binary 1101 110110 1100
Octal 15 66 14

Shades and tints

Shades of #0D360C

#0D360C
(13,54,12)
#0C320B
(12,50,11)
#0B2E0A
(11,46,10)
#0A2A09
(10,42,9)
#092608
(9,38,8)
#082207
(8,34,7)
#071E06
(7,30,6)
#061A05
(6,26,5)
#051604
(5,22,4)
#041203
(4,18,3)
#030E02
(3,14,2)
#000000
(0,0,0)

Tints of #0D360C

#0D360C
(13,54,12)
#234822
(35,72,34)
#395A38
(57,90,56)
#4F6C4E
(79,108,78)
#657E64
(101,126,100)
#7B907A
(123,144,122)
#91A290
(145,162,144)
#A7B4A6
(167,180,166)
#BDC6BC
(189,198,188)
#D3D8D2
(211,216,210)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D360C; }

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

This text font color is #0D360C.

Background Color

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

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

This div background color is #0D360C.

Border color

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

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

This div border color is #0D360C.

Opacity

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

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

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

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

This text has shadow with #0D360C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D360C.

Preview

Color preview on black background

This text has color #0D360C on black background.


Color preview on white background

This text has color #0D360C on white background.


Black color preview on #0D360C background

This text has black color on #0D360C background.


White color preview on #0D360C background

This text has white color on #0D360C background.


Related colors

Complementary color

Complementary color for #hex is #F2C9F3.


I love getcolorcode.com

Triadic colors

1 #0C0D36 and #360C0D with #0D360C are triadic colors.

2 #0C360D and #360D0C with #0D360C are triadic colors.