COLOR #0D2401

HEX: #0D2401
RGB: (13,36,1)

Color info

#0D2401 contains red, green and blue colors in about the same proportion. Web safe color of #0D2401 is #003300 (or #030).

RGB color model

#0D2401 color RGB value is (13,36,1).

  • red value is 13;
  • green value is 36;
  • blue value is 1.
RGB:
(13,36,1)
(5%,14%,0%)

RGB channels and saturation

R 13 of 255 = 5%
G 36 of 255 = 14%
B 1 of 255 = 0%

13
36
1

R + G + B ~ 6%. #0D2401 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 36 + 1 = 50 (100%)
R 13 of 50 ~ 26%
G 36 of 50 ~ 72%
B 1 of 50 ~ 2%

%26
%72

CMYK color model

#0D2401 color CMYK value is (64,0,97,86).

  • cyan value is 63.89%
  • magenta value is 0.00%
  • yellow value is 97.22%
  • key color value is 85.88%
CMYK:
(64,0,97,86)
C64M0Y97K86 
(64%,0%,97%,86%)
(0.64/0.00/0.97/0.86)	

CMYK percentages

%63.89
%0
%97.22
%85.88

Codes

Color #0D2401 in popluar color models

0D2401
RGB13361
HSL99°94.59%7.25%
HSB/HSV99°97.22%14.12%
CMYK63.89%0.00%97.22%
85.88%

Color #0D2401 in popluar number systems.

HEX0D2401
Decimal13361
Binary11011001001
Octal15441

Shades and tints

Shades of #0D2401

#0D2401
(13,36,1)
#0C2101
(12,33,1)
#0B1E01
(11,30,1)
#0A1B01
(10,27,1)
#091801
(9,24,1)
#081501
(8,21,1)
#071201
(7,18,1)
#060F01
(6,15,1)
#050C01
(5,12,1)
#040901
(4,9,1)
#030601
(3,6,1)
#000000
(0,0,0)

Tints of #0D2401

#0D2401
(13,36,1)
#233718
(35,55,24)
#394A2F
(57,74,47)
#4F5D46
(79,93,70)
#65705D
(101,112,93)
#7B8374
(123,131,116)
#91968B
(145,150,139)
#A7A9A2
(167,169,162)
#BDBCB9
(189,188,185)
#D3CFD0
(211,207,208)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2401 color. Also use rgb(13,36,1) instead hex code.

Text Font Color

.myTextColor { color: #0D2401; }

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

This text font color is #0D2401.


Background Color

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

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

This div background color is #0D2401.


Border color

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

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

This div border color is #0D2401.


Opacity

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

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

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

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

This text has shadow with #0D2401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2401 on black background.


Color preview on white background

This text has color #0D2401 on white background.



Black color preview on #0D2401 background

This text has black color on #0D2401 background.


White color preview on #0D2401 background

This text has white color on #0D2401 background.