COLOR #0D412F

HEX: #0D412F
RGB: (13,65,47)

Color info

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

RGB color model

#0D412F color RGB value is (13,65,47).

  • red value is 13;
  • green value is 65;
  • blue value is 47.
RGB:
(13,65,47)
(5%,25%,18%)

RGB channels and saturation

R 13 of 255 = 5%
G 65 of 255 = 25%
B 47 of 255 = 18%

13
65
47

R + G + B ~ 16%. #0D412F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 65 + 47 = 125 (100%)
R 13 of 125 ~ 10.4%
G 65 of 125 ~ 52%
B 47 of 125 ~ 37.6%

%10.4
%52
%37.6

CMYK color model

#0D412F color CMYK value is (80,0,28,75).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 74.51%
CMYK:
(80,0,28,75)
C80M0Y28K75 
(80%,0%,28%,75%)
(0.80/0.00/0.28/0.75)	

CMYK percentages

%80
%0
%27.69
%74.51

Codes

Color #0D412F in popluar color models

0D412F
RGB136547
HSL159°66.67%15.29%
HSB/HSV159°80.00%25.49%
CMYK80.00%0.00%27.69%
74.51%

Color #0D412F in popluar number systems.

HEX0D412F
Decimal136547
Binary11011000001101111
Octal1510157

Shades and tints

Shades of #0D412F

#0D412F
(13,65,47)
#0C3C2B
(12,60,43)
#0B3727
(11,55,39)
#0A3223
(10,50,35)
#092D1F
(9,45,31)
#08281B
(8,40,27)
#072317
(7,35,23)
#061E13
(6,30,19)
#05190F
(5,25,15)
#04140B
(4,20,11)
#030F07
(3,15,7)
#000000
(0,0,0)

Tints of #0D412F

#0D412F
(13,65,47)
#235241
(35,82,65)
#396353
(57,99,83)
#4F7465
(79,116,101)
#658577
(101,133,119)
#7B9689
(123,150,137)
#91A79B
(145,167,155)
#A7B8AD
(167,184,173)
#BDC9BF
(189,201,191)
#D3DAD1
(211,218,209)
#E9EBE3
(233,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D412F; }

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

This text font color is #0D412F.


Background Color

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

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

This div background color is #0D412F.


Border color

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

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

This div border color is #0D412F.


Opacity

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

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

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

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

This text has shadow with #0D412F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D412F on black background.


Color preview on white background

This text has color #0D412F on white background.



Black color preview on #0D412F background

This text has black color on #0D412F background.


White color preview on #0D412F background

This text has white color on #0D412F background.