COLOR #0D3001

HEX: #0D3001
RGB: (13,48,1)

Color info

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

RGB color model

#0D3001 color RGB value is (13,48,1).

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

RGB channels and saturation

R 13 of 255 = 5%
G 48 of 255 = 19%
B 1 of 255 = 0%

13
48
1

R + G + B ~ 8%. #0D3001 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 48 + 1 = 62 (100%)
R 13 of 62 ~ 20.97%
G 48 of 62 ~ 77.42%
B 1 of 62 ~ 1.61%

%20.97
%77.42

CMYK color model

#0D3001 color CMYK value is (73,0,98,81).

  • cyan value is 72.92%
  • magenta value is 0.00%
  • yellow value is 97.92%
  • key color value is 81.18%
CMYK:
(73,0,98,81)
C73M0Y98K81 
(73%,0%,98%,81%)
(0.73/0.00/0.98/0.81)	

CMYK percentages

%72.92
%0
%97.92
%81.18

Codes

Color #0D3001 in popluar color models

0D3001
RGB13481
HSL105°95.92%9.61%
HSB/HSV105°97.92%18.82%
CMYK72.92%0.00%97.92%
81.18%

Color #0D3001 in popluar number systems.

HEX0D3001
Decimal13481
Binary11011100001
Octal15601

Shades and tints

Shades of #0D3001

#0D3001
(13,48,1)
#0C2C01
(12,44,1)
#0B2801
(11,40,1)
#0A2401
(10,36,1)
#092001
(9,32,1)
#081C01
(8,28,1)
#071801
(7,24,1)
#061401
(6,20,1)
#051001
(5,16,1)
#040C01
(4,12,1)
#030801
(3,8,1)
#000000
(0,0,0)

Tints of #0D3001

#0D3001
(13,48,1)
#234218
(35,66,24)
#39542F
(57,84,47)
#4F6646
(79,102,70)
#65785D
(101,120,93)
#7B8A74
(123,138,116)
#919C8B
(145,156,139)
#A7AEA2
(167,174,162)
#BDC0B9
(189,192,185)
#D3D2D0
(211,210,208)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3001; }

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

This text font color is #0D3001.


Background Color

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

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

This div background color is #0D3001.


Border color

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

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

This div border color is #0D3001.


Opacity

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

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

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

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

This text has shadow with #0D3001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3001 on black background.


Color preview on white background

This text has color #0D3001 on white background.



Black color preview on #0D3001 background

This text has black color on #0D3001 background.


White color preview on #0D3001 background

This text has white color on #0D3001 background.