COLOR #0D5616

HEX: #0D5616
RGB: (13,86,22)

Color info

#0D5616 contains mainly green color. Web safe color of #0D5616 is #006600 (or #060).

RGB color model

#0D5616 color RGB value is (13,86,22).

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

RGB channels and saturation

R 13 of 255 = 5%
G 86 of 255 = 34%
B 22 of 255 = 9%

13
86
22

R + G + B ~ 16%. #0D5616 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 86 + 22 = 121 (100%)
R 13 of 121 ~ 10.74%
G 86 of 121 ~ 71.07%
B 22 of 121 ~ 18.18%

%10.74
%71.07
%18.18

CMYK color model

#0D5616 color CMYK value is (85,0,74,66).

  • cyan value is 84.88%
  • magenta value is 0.00%
  • yellow value is 74.42%
  • key color value is 66.27%
CMYK:
(85,0,74,66)
C85M0Y74K66 
(85%,0%,74%,66%)
(0.85/0.00/0.74/0.66)	

CMYK percentages

%84.88
%0
%74.42
%66.27

Codes

Color #0D5616 in popluar color models

0D5616
RGB138622
HSL127°73.74%19.41%
HSB/HSV127°84.88%33.73%
CMYK84.88%0.00%74.42%
66.27%

Color #0D5616 in popluar number systems.

HEX0D5616
Decimal138622
Binary1101101011010110
Octal1512626

Shades and tints

Shades of #0D5616

#0D5616
(13,86,22)
#0C4F14
(12,79,20)
#0B4812
(11,72,18)
#0A4110
(10,65,16)
#093A0E
(9,58,14)
#08330C
(8,51,12)
#072C0A
(7,44,10)
#062508
(6,37,8)
#051E06
(5,30,6)
#041704
(4,23,4)
#031002
(3,16,2)
#000000
(0,0,0)

Tints of #0D5616

#0D5616
(13,86,22)
#23652B
(35,101,43)
#397440
(57,116,64)
#4F8355
(79,131,85)
#65926A
(101,146,106)
#7BA17F
(123,161,127)
#91B094
(145,176,148)
#A7BFA9
(167,191,169)
#BDCEBE
(189,206,190)
#D3DDD3
(211,221,211)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D5616; }

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

This text font color is #0D5616.


Background Color

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

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

This div background color is #0D5616.


Border color

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

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

This div border color is #0D5616.


Opacity

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

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

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

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

This text has shadow with #0D5616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5616 on black background.


Color preview on white background

This text has color #0D5616 on white background.



Black color preview on #0D5616 background

This text has black color on #0D5616 background.


White color preview on #0D5616 background

This text has white color on #0D5616 background.