COLOR #0D0429

HEX: #0D0429 RGB: (13,4,41)

Color info

#0D0429 contains red, green and blue colors in about the same proportion. Web safe color of #0D0429 is #000033 (or #003).

RGB color model

#0D0429 color RGB value is (13,4,41).

RGB: (13,4,41) (5%, 2%, 16%)

RGB channels and saturation

R 13 of 255 = 5%
G 4 of 255 = 2%
B 41 of 255 = 16%

13
4
41

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

Portions of RGB colors in percentages

R + G + B = 13 + 4 + 41 = 58 (100%)
R 13 of 58 ~ 22.41%
G 4 of 58 ~ 6.9%
B 41 of 58 ~ 70.69'%

%22.41
%70.69

CMYK color model

#0D0429 color CMYK value is (68,90,0,84).

  • cyan value is 68.29%
  • magenta value is 90.24%
  • yellow value is 0.00%
  • key color value is 83.92%

CMYK: (68,90,0,84)
C68M90Y0K84 (68%, 90%, 0%, 84%)
(0.68 / 0.90 / 0.00 / 0.84)

CMYK percentages

%68.29
%90.24
%0
%83.92

Codes

Color #0D0429 in popluar color models

0D 04 29
RGB 13 4 41
HSL 255° 82.22% 8.82%
HSB/HSV 255° 90.24% 16.08%
CMYK 68.29% 90.24% 0.00%
83.92%

Color #0D0429 in popluar number systems.

HEX 0D 04 29
Decimal 13 4 41
Binary 1101 100 101001
Octal 15 4 51

Shades and tints

Shades of #0D0429

#0D0429
(13,4,41)
#0C0426
(12,4,38)
#0B0423
(11,4,35)
#0A0420
(10,4,32)
#09041D
(9,4,29)
#08041A
(8,4,26)
#070417
(7,4,23)
#060414
(6,4,20)
#050411
(5,4,17)
#04040E
(4,4,14)
#03040B
(3,4,11)
#000000
(0,0,0)

Tints of #0D0429

#0D0429
(13,4,41)
#231A3C
(35,26,60)
#39304F
(57,48,79)
#4F4662
(79,70,98)
#655C75
(101,92,117)
#7B7288
(123,114,136)
#91889B
(145,136,155)
#A79EAE
(167,158,174)
#BDB4C1
(189,180,193)
#D3CAD4
(211,202,212)
#E9E0E7
(233,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0429; }

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

This text font color is #0D0429.

Background Color

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

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

This div background color is #0D0429.

Border color

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

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

This div border color is #0D0429.

Opacity

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

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

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

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

This text has shadow with #0D0429 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0429.

Preview

Color preview on black background

This text has color #0D0429 on black background.


Color preview on white background

This text has color #0D0429 on white background.


Black color preview on #0D0429 background

This text has black color on #0D0429 background.


White color preview on #0D0429 background

This text has white color on #0D0429 background.


Related colors

Complementary color

Complementary color for #hex is #F2FBD6.


I love getcolorcode.com

Triadic colors

1 #290D04 and #04290D with #0D0429 are triadic colors.

2 #29040D and #040D29 with #0D0429 are triadic colors.