COLOR #0D662F

HEX: #0D662F RGB: (13,102,47)

Color info

#0D662F contains mainly green and blue colors. Web safe color of #0D662F is #006633 (or #063).

RGB color model

#0D662F color RGB value is (13,102,47).

RGB: (13,102,47) (5%, 40%, 18%)

RGB channels and saturation

R 13 of 255 = 5%
G 102 of 255 = 40%
B 47 of 255 = 18%

13
102
47

R + G + B ~ 21%. #0D662F is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 102 + 47 = 162 (100%)
R 13 of 162 ~ 8.02%
G 102 of 162 ~ 62.96%
B 47 of 162 ~ 29.01'%

%62.96
%29.01

CMYK color model

#0D662F color CMYK value is (87,0,54,60).

  • cyan value is 87.25%
  • magenta value is 0.00%
  • yellow value is 53.92%
  • key color value is 60.00%

CMYK: (87,0,54,60)
C87M0Y54K60 (87%, 0%, 54%, 60%)
(0.87 / 0.00 / 0.54 / 0.60)

CMYK percentages

%87.25
%0
%53.92
%60

Codes

Color #0D662F in popluar color models

0D 66 2F
RGB 13 102 47
HSL 143° 77.39% 22.55%
HSB/HSV 143° 87.25% 40.00%
CMYK 87.25% 0.00% 53.92%
60.00%

Color #0D662F in popluar number systems.

HEX 0D 66 2F
Decimal 13 102 47
Binary 1101 1100110 101111
Octal 15 146 57

Shades and tints

Shades of #0D662F

#0D662F
(13,102,47)
#0C5D2B
(12,93,43)
#0B5427
(11,84,39)
#0A4B23
(10,75,35)
#09421F
(9,66,31)
#08391B
(8,57,27)
#073017
(7,48,23)
#062713
(6,39,19)
#051E0F
(5,30,15)
#04150B
(4,21,11)
#030C07
(3,12,7)
#000000
(0,0,0)

Tints of #0D662F

#0D662F
(13,102,47)
#237341
(35,115,65)
#398053
(57,128,83)
#4F8D65
(79,141,101)
#659A77
(101,154,119)
#7BA789
(123,167,137)
#91B49B
(145,180,155)
#A7C1AD
(167,193,173)
#BDCEBF
(189,206,191)
#D3DBD1
(211,219,209)
#E9E8E3
(233,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D662F; }

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

This text font color is #0D662F.

Background Color

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

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

This div background color is #0D662F.

Border color

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

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

This div border color is #0D662F.

Opacity

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

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

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

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

This text has shadow with #0D662F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D662F.

Preview

Color preview on black background

This text has color #0D662F on black background.


Color preview on white background

This text has color #0D662F on white background.


Black color preview on #0D662F background

This text has black color on #0D662F background.


White color preview on #0D662F background

This text has white color on #0D662F background.


Related colors

Complementary color

Complementary color for #0D662F is #F299D0.


I love getcolorcode.com

Triadic colors

1 #2F0D66 and #662F0D with #0D662F are triadic colors.

2 #2F660D and #660D2F with #0D662F are triadic colors.