COLOR #0D6345

HEX: #0D6345 RGB: (13,99,69)

Color info

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

RGB color model

#0D6345 color RGB value is (13,99,69).

RGB: (13,99,69) (5%, 39%, 27%)

RGB channels and saturation

R 13 of 255 = 5%
G 99 of 255 = 39%
B 69 of 255 = 27%

13
99
69

R + G + B ~ 24%. #0D6345 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 99 + 69 = 181 (100%)
R 13 of 181 ~ 7.18%
G 99 of 181 ~ 54.7%
B 69 of 181 ~ 38.12'%

%54.7
%38.12

CMYK color model

#0D6345 color CMYK value is (87,0,30,61).

  • cyan value is 86.87%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 61.18%

CMYK: (87,0,30,61)
C87M0Y30K61 (87%, 0%, 30%, 61%)
(0.87 / 0.00 / 0.30 / 0.61)

CMYK percentages

%86.87
%0
%30.3
%61.18

Codes

Color #0D6345 in popluar color models

0D 63 45
RGB 13 99 69
HSL 159° 76.79% 21.96%
HSB/HSV 159° 86.87% 38.82%
CMYK 86.87% 0.00% 30.30%
61.18%

Color #0D6345 in popluar number systems.

HEX 0D 63 45
Decimal 13 99 69
Binary 1101 1100011 1000101
Octal 15 143 105

Shades and tints

Shades of #0D6345

#0D6345
(13,99,69)
#0C5A3F
(12,90,63)
#0B5139
(11,81,57)
#0A4833
(10,72,51)
#093F2D
(9,63,45)
#083627
(8,54,39)
#072D21
(7,45,33)
#06241B
(6,36,27)
#051B15
(5,27,21)
#04120F
(4,18,15)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #0D6345

#0D6345
(13,99,69)
#237155
(35,113,85)
#397F65
(57,127,101)
#4F8D75
(79,141,117)
#659B85
(101,155,133)
#7BA995
(123,169,149)
#91B7A5
(145,183,165)
#A7C5B5
(167,197,181)
#BDD3C5
(189,211,197)
#D3E1D5
(211,225,213)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D6345 color. Also use rgb(13,99,69) instead hex code.

Text Font Color

.myTextColor { color: #0D6345; }

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

This text font color is #0D6345.

Background Color

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

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

This div background color is #0D6345.

Border color

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

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

This div border color is #0D6345.

Opacity

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

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

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

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

This text has shadow with #0D6345 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D6345.

Preview

Color preview on black background

This text has color #0D6345 on black background.


Color preview on white background

This text has color #0D6345 on white background.


Black color preview on #0D6345 background

This text has black color on #0D6345 background.


White color preview on #0D6345 background

This text has white color on #0D6345 background.


Related colors

Complementary color

Complementary color for #hex is #F29CBA.


I love getcolorcode.com

Triadic colors

1 #450D63 and #63450D with #0D6345 are triadic colors.

2 #45630D and #630D45 with #0D6345 are triadic colors.