COLOR #0D412D

HEX: #0D412D
RGB: (13,65,45)

Color info

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

RGB color model

#0D412D color RGB value is (13,65,45).

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

RGB channels and saturation

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

13
65
45

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

Portions of RGB colors in percentages

R + G + B =
13 + 65 + 45 = 123 (100%)
R 13 of 123 ~ 10.57%
G 65 of 123 ~ 52.85%
B 45 of 123 ~ 36.59%

%10.57
%52.85
%36.59

CMYK color model

#0D412D color CMYK value is (80,0,31,75).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 74.51%
CMYK:
(80,0,31,75)
C80M0Y31K75 
(80%,0%,31%,75%)
(0.80/0.00/0.31/0.75)	

CMYK percentages

%80
%0
%30.77
%74.51

Codes

Color #0D412D in popluar color models

0D412D
RGB136545
HSL157°66.67%15.29%
HSB/HSV157°80.00%25.49%
CMYK80.00%0.00%30.77%
74.51%

Color #0D412D in popluar number systems.

HEX0D412D
Decimal136545
Binary11011000001101101
Octal1510155

Shades and tints

Shades of #0D412D

#0D412D
(13,65,45)
#0C3C29
(12,60,41)
#0B3725
(11,55,37)
#0A3221
(10,50,33)
#092D1D
(9,45,29)
#082819
(8,40,25)
#072315
(7,35,21)
#061E11
(6,30,17)
#05190D
(5,25,13)
#041409
(4,20,9)
#030F05
(3,15,5)
#000000
(0,0,0)

Tints of #0D412D

#0D412D
(13,65,45)
#235240
(35,82,64)
#396353
(57,99,83)
#4F7466
(79,116,102)
#658579
(101,133,121)
#7B968C
(123,150,140)
#91A79F
(145,167,159)
#A7B8B2
(167,184,178)
#BDC9C5
(189,201,197)
#D3DAD8
(211,218,216)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D412D; }

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

This text font color is #0D412D.


Background Color

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

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

This div background color is #0D412D.


Border color

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

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

This div border color is #0D412D.


Opacity

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

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

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

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

This text has shadow with #0D412D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D412D on black background.


Color preview on white background

This text has color #0D412D on white background.



Black color preview on #0D412D background

This text has black color on #0D412D background.


White color preview on #0D412D background

This text has white color on #0D412D background.