COLOR #0D5206

HEX: #0D5206
RGB: (13,82,6)

Color info

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

RGB color model

#0D5206 color RGB value is (13,82,6).

  • red value is 13;
  • green value is 82;
  • blue value is 6.
RGB:
(13,82,6)
(5%,32%,2%)

RGB channels and saturation

R 13 of 255 = 5%
G 82 of 255 = 32%
B 6 of 255 = 2%

13
82
6

R + G + B ~ 13%. #0D5206 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 82 + 6 = 101 (100%)
R 13 of 101 ~ 12.87%
G 82 of 101 ~ 81.19%
B 6 of 101 ~ 5.94%

%12.87
%81.19

CMYK color model

#0D5206 color CMYK value is (84,0,93,68).

  • cyan value is 84.15%
  • magenta value is 0.00%
  • yellow value is 92.68%
  • key color value is 67.84%
CMYK:
(84,0,93,68)
C84M0Y93K68 
(84%,0%,93%,68%)
(0.84/0.00/0.93/0.68)	

CMYK percentages

%84.15
%0
%92.68
%67.84

Codes

Color #0D5206 in popluar color models

0D5206
RGB13826
HSL114°86.36%17.25%
HSB/HSV114°92.68%32.16%
CMYK84.15%0.00%92.68%
67.84%

Color #0D5206 in popluar number systems.

HEX0D5206
Decimal13826
Binary11011010010110
Octal151226

Shades and tints

Shades of #0D5206

#0D5206
(13,82,6)
#0C4B06
(12,75,6)
#0B4406
(11,68,6)
#0A3D06
(10,61,6)
#093606
(9,54,6)
#082F06
(8,47,6)
#072806
(7,40,6)
#062106
(6,33,6)
#051A06
(5,26,6)
#041306
(4,19,6)
#030C06
(3,12,6)
#000000
(0,0,0)

Tints of #0D5206

#0D5206
(13,82,6)
#23611C
(35,97,28)
#397032
(57,112,50)
#4F7F48
(79,127,72)
#658E5E
(101,142,94)
#7B9D74
(123,157,116)
#91AC8A
(145,172,138)
#A7BBA0
(167,187,160)
#BDCAB6
(189,202,182)
#D3D9CC
(211,217,204)
#E9E8E2
(233,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D5206 color. Also use rgb(13,82,6) instead hex code.

Text Font Color

.myTextColor { color: #0D5206; }

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

This text font color is #0D5206.


Background Color

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

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

This div background color is #0D5206.


Border color

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

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

This div border color is #0D5206.


Opacity

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

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

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

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

This text has shadow with #0D5206 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D5206 on black background.


Color preview on white background

This text has color #0D5206 on white background.



Black color preview on #0D5206 background

This text has black color on #0D5206 background.


White color preview on #0D5206 background

This text has white color on #0D5206 background.