COLOR #0D643F

HEX: #0D643F RGB: (13,100,63)

Color info

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

RGB color model

#0D643F color RGB value is (13,100,63).

RGB: (13,100,63) (5%, 39%, 25%)

RGB channels and saturation

R 13 of 255 = 5%
G 100 of 255 = 39%
B 63 of 255 = 25%

13
100
63

R + G + B ~ 23%. #0D643F is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 100 + 63 = 176 (100%)
R 13 of 176 ~ 7.39%
G 100 of 176 ~ 56.82%
B 63 of 176 ~ 35.8'%

%56.82
%35.8

CMYK color model

#0D643F color CMYK value is (87,0,37,61).

  • cyan value is 87.00%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 60.78%

CMYK: (87,0,37,61)
C87M0Y37K61 (87%, 0%, 37%, 61%)
(0.87 / 0.00 / 0.37 / 0.61)

CMYK percentages

%87
%0
%37
%60.78

Codes

Color #0D643F in popluar color models

0D 64 3F
RGB 13 100 63
HSL 154° 76.99% 22.16%
HSB/HSV 154° 87.00% 39.22%
CMYK 87.00% 0.00% 37.00%
60.78%

Color #0D643F in popluar number systems.

HEX 0D 64 3F
Decimal 13 100 63
Binary 1101 1100100 111111
Octal 15 144 77

Shades and tints

Shades of #0D643F

#0D643F
(13,100,63)
#0C5B3A
(12,91,58)
#0B5235
(11,82,53)
#0A4930
(10,73,48)
#09402B
(9,64,43)
#083726
(8,55,38)
#072E21
(7,46,33)
#06251C
(6,37,28)
#051C17
(5,28,23)
#041312
(4,19,18)
#030A0D
(3,10,13)
#000000
(0,0,0)

Tints of #0D643F

#0D643F
(13,100,63)
#237250
(35,114,80)
#398061
(57,128,97)
#4F8E72
(79,142,114)
#659C83
(101,156,131)
#7BAA94
(123,170,148)
#91B8A5
(145,184,165)
#A7C6B6
(167,198,182)
#BDD4C7
(189,212,199)
#D3E2D8
(211,226,216)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D643F color. Also use rgb(13,100,63) instead hex code.

Text Font Color

.myTextColor { color: #0D643F; }

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

This text font color is #0D643F.

Background Color

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

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

This div background color is #0D643F.

Border color

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

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

This div border color is #0D643F.

Opacity

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

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

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

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

This text has shadow with #0D643F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D643F.

Preview

Color preview on black background

This text has color #0D643F on black background.


Color preview on white background

This text has color #0D643F on white background.


Black color preview on #0D643F background

This text has black color on #0D643F background.


White color preview on #0D643F background

This text has white color on #0D643F background.


Related colors

Complementary color

Complementary color for #hex is #F29BC0.


I love getcolorcode.com

Triadic colors

1 #3F0D64 and #643F0D with #0D643F are triadic colors.

2 #3F640D and #640D3F with #0D643F are triadic colors.