COLOR #0D401F

HEX: #0D401F RGB: (13,64,31)

Color info

#0D401F contains red, green and blue colors in about the same proportion. Web safe color of #0D401F is #003333 (or #033).

RGB color model

#0D401F color RGB value is (13,64,31).

RGB: (13,64,31) (5%, 25%, 12%)

RGB channels and saturation

R 13 of 255 = 5%
G 64 of 255 = 25%
B 31 of 255 = 12%

13
64
31

R + G + B ~ 14%. #0D401F is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 64 + 31 = 108 (100%)
R 13 of 108 ~ 12.04%
G 64 of 108 ~ 59.26%
B 31 of 108 ~ 28.7'%

%12.04
%59.26
%28.7

CMYK color model

#0D401F color CMYK value is (80,0,52,75).

  • cyan value is 79.69%
  • magenta value is 0.00%
  • yellow value is 51.56%
  • key color value is 74.90%

CMYK: (80,0,52,75)
C80M0Y52K75 (80%, 0%, 52%, 75%)
(0.80 / 0.00 / 0.52 / 0.75)

CMYK percentages

%79.69
%0
%51.56
%74.9

Codes

Color #0D401F in popluar color models

0D 40 1F
RGB 13 64 31
HSL 141° 66.23% 15.10%
HSB/HSV 141° 79.69% 25.10%
CMYK 79.69% 0.00% 51.56%
74.90%

Color #0D401F in popluar number systems.

HEX 0D 40 1F
Decimal 13 64 31
Binary 1101 1000000 11111
Octal 15 100 37

Shades and tints

Shades of #0D401F

#0D401F
(13,64,31)
#0C3B1D
(12,59,29)
#0B361B
(11,54,27)
#0A3119
(10,49,25)
#092C17
(9,44,23)
#082715
(8,39,21)
#072213
(7,34,19)
#061D11
(6,29,17)
#05180F
(5,24,15)
#04130D
(4,19,13)
#030E0B
(3,14,11)
#000000
(0,0,0)

Tints of #0D401F

#0D401F
(13,64,31)
#235133
(35,81,51)
#396247
(57,98,71)
#4F735B
(79,115,91)
#65846F
(101,132,111)
#7B9583
(123,149,131)
#91A697
(145,166,151)
#A7B7AB
(167,183,171)
#BDC8BF
(189,200,191)
#D3D9D3
(211,217,211)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D401F color. Also use rgb(13,64,31) instead hex code.

Text Font Color

.myTextColor { color: #0D401F; }

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

This text font color is #0D401F.

Background Color

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

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

This div background color is #0D401F.

Border color

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

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

This div border color is #0D401F.

Opacity

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

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

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

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

This text has shadow with #0D401F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D401F.

Preview

Color preview on black background

This text has color #0D401F on black background.


Color preview on white background

This text has color #0D401F on white background.


Black color preview on #0D401F background

This text has black color on #0D401F background.


White color preview on #0D401F background

This text has white color on #0D401F background.


Related colors

Complementary color

Complementary color for #hex is #F2BFE0.


I love getcolorcode.com

Triadic colors

1 #1F0D40 and #401F0D with #0D401F are triadic colors.

2 #1F400D and #400D1F with #0D401F are triadic colors.