COLOR #0D660E

HEX: #0D660E
RGB: (13,102,14)

Color info

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

RGB color model

#0D660E color RGB value is (13,102,14).

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

RGB channels and saturation

R 13 of 255 = 5%
G 102 of 255 = 40%
B 14 of 255 = 5%

13
102
14

R + G + B ~ 17%. #0D660E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 102 + 14 = 129 (100%)
R 13 of 129 ~ 10.08%
G 102 of 129 ~ 79.07%
B 14 of 129 ~ 10.85%

%10.08
%79.07
%10.85

CMYK color model

#0D660E color CMYK value is (87,0,86,60).

  • cyan value is 87.25%
  • magenta value is 0.00%
  • yellow value is 86.27%
  • key color value is 60.00%
CMYK:
(87,0,86,60)
C87M0Y86K60 
(87%,0%,86%,60%)
(0.87/0.00/0.86/0.60)	

CMYK percentages

%87.25
%0
%86.27
%60

Codes

Color #0D660E in popluar color models

0D660E
RGB1310214
HSL121°77.39%22.55%
HSB/HSV121°87.25%40.00%
CMYK87.25%0.00%86.27%
60.00%

Color #0D660E in popluar number systems.

HEX0D660E
Decimal1310214
Binary110111001101110
Octal1514616

Shades and tints

Shades of #0D660E

#0D660E
(13,102,14)
#0C5D0D
(12,93,13)
#0B540C
(11,84,12)
#0A4B0B
(10,75,11)
#09420A
(9,66,10)
#083909
(8,57,9)
#073008
(7,48,8)
#062707
(6,39,7)
#051E06
(5,30,6)
#041505
(4,21,5)
#030C04
(3,12,4)
#000000
(0,0,0)

Tints of #0D660E

#0D660E
(13,102,14)
#237323
(35,115,35)
#398038
(57,128,56)
#4F8D4D
(79,141,77)
#659A62
(101,154,98)
#7BA777
(123,167,119)
#91B48C
(145,180,140)
#A7C1A1
(167,193,161)
#BDCEB6
(189,206,182)
#D3DBCB
(211,219,203)
#E9E8E0
(233,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D660E; }

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

This text font color is #0D660E.


Background Color

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

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

This div background color is #0D660E.


Border color

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

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

This div border color is #0D660E.


Opacity

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

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

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

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

This text has shadow with #0D660E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D660E on black background.


Color preview on white background

This text has color #0D660E on white background.



Black color preview on #0D660E background

This text has black color on #0D660E background.


White color preview on #0D660E background

This text has white color on #0D660E background.