COLOR #0D3616

HEX: #0D3616
RGB: (13,54,22)

Color info

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

RGB color model

#0D3616 color RGB value is (13,54,22).

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

RGB channels and saturation

R 13 of 255 = 5%
G 54 of 255 = 21%
B 22 of 255 = 9%

13
54
22

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

Portions of RGB colors in percentages

R + G + B =
13 + 54 + 22 = 89 (100%)
R 13 of 89 ~ 14.61%
G 54 of 89 ~ 60.67%
B 22 of 89 ~ 24.72%

%14.61
%60.67
%24.72

CMYK color model

#0D3616 color CMYK value is (76,0,59,79).

  • cyan value is 75.93%
  • magenta value is 0.00%
  • yellow value is 59.26%
  • key color value is 78.82%
CMYK:
(76,0,59,79)
C76M0Y59K79 
(76%,0%,59%,79%)
(0.76/0.00/0.59/0.79)	

CMYK percentages

%75.93
%0
%59.26
%78.82

Codes

Color #0D3616 in popluar color models

0D3616
RGB135422
HSL133°61.19%13.14%
HSB/HSV133°75.93%21.18%
CMYK75.93%0.00%59.26%
78.82%

Color #0D3616 in popluar number systems.

HEX0D3616
Decimal135422
Binary110111011010110
Octal156626

Shades and tints

Shades of #0D3616

#0D3616
(13,54,22)
#0C3214
(12,50,20)
#0B2E12
(11,46,18)
#0A2A10
(10,42,16)
#09260E
(9,38,14)
#08220C
(8,34,12)
#071E0A
(7,30,10)
#061A08
(6,26,8)
#051606
(5,22,6)
#041204
(4,18,4)
#030E02
(3,14,2)
#000000
(0,0,0)

Tints of #0D3616

#0D3616
(13,54,22)
#23482B
(35,72,43)
#395A40
(57,90,64)
#4F6C55
(79,108,85)
#657E6A
(101,126,106)
#7B907F
(123,144,127)
#91A294
(145,162,148)
#A7B4A9
(167,180,169)
#BDC6BE
(189,198,190)
#D3D8D3
(211,216,211)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3616; }

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

This text font color is #0D3616.


Background Color

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

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

This div background color is #0D3616.


Border color

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

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

This div border color is #0D3616.


Opacity

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

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

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

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

This text has shadow with #0D3616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3616 on black background.


Color preview on white background

This text has color #0D3616 on white background.



Black color preview on #0D3616 background

This text has black color on #0D3616 background.


White color preview on #0D3616 background

This text has white color on #0D3616 background.