COLOR #0D041A

HEX: #0D041A
RGB: (13,4,26)

Color info

#0D041A contains red, green and blue colors in about the same proportion. Web safe color of #0D041A is #000000 (or #000).

RGB color model

#0D041A color RGB value is (13,4,26).

  • red value is 13;
  • green value is 4;
  • blue value is 26.
RGB:
(13,4,26)
(5%,2%,10%)

RGB channels and saturation

R 13 of 255 = 5%
G 4 of 255 = 2%
B 26 of 255 = 10%

13
4
26

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

Portions of RGB colors in percentages

R + G + B =
13 + 4 + 26 = 43 (100%)
R 13 of 43 ~ 30.23%
G 4 of 43 ~ 9.3%
B 26 of 43 ~ 60.47%

%30.23
%60.47

CMYK color model

#0D041A color CMYK value is (50,85,0,90).

  • cyan value is 50.00%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(50,85,0,90)
C50M85Y0K90 
(50%,85%,0%,90%)
(0.50/0.85/0.00/0.90)	

CMYK percentages

%50
%84.62
%0
%89.8

Codes

Color #0D041A in popluar color models

0D041A
RGB13426
HSL265°73.33%5.88%
HSB/HSV265°84.62%10.20%
CMYK50.00%84.62%0.00%
89.80%

Color #0D041A in popluar number systems.

HEX0D041A
Decimal13426
Binary110110011010
Octal15432

Shades and tints

Shades of #0D041A

#0D041A
(13,4,26)
#0C0418
(12,4,24)
#0B0416
(11,4,22)
#0A0414
(10,4,20)
#090412
(9,4,18)
#080410
(8,4,16)
#07040E
(7,4,14)
#06040C
(6,4,12)
#05040A
(5,4,10)
#040408
(4,4,8)
#030406
(3,4,6)
#000000
(0,0,0)

Tints of #0D041A

#0D041A
(13,4,26)
#231A2E
(35,26,46)
#393042
(57,48,66)
#4F4656
(79,70,86)
#655C6A
(101,92,106)
#7B727E
(123,114,126)
#918892
(145,136,146)
#A79EA6
(167,158,166)
#BDB4BA
(189,180,186)
#D3CACE
(211,202,206)
#E9E0E2
(233,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D041A color. Also use rgb(13,4,26) instead hex code.

Text Font Color

.myTextColor { color: #0D041A; }

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

This text font color is #0D041A.


Background Color

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

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

This div background color is #0D041A.


Border color

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

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

This div border color is #0D041A.


Opacity

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

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

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

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

This text has shadow with #0D041A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D041A on black background.


Color preview on white background

This text has color #0D041A on white background.



Black color preview on #0D041A background

This text has black color on #0D041A background.


White color preview on #0D041A background

This text has white color on #0D041A background.