COLOR #0D3A29

HEX: #0D3A29 RGB: (13,58,41)

Color info

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

RGB color model

#0D3A29 color RGB value is (13,58,41).

RGB: (13,58,41) (5%, 23%, 16%)

RGB channels and saturation

R 13 of 255 = 5%
G 58 of 255 = 23%
B 41 of 255 = 16%

13
58
41

R + G + B ~ 15%. #0D3A29 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 58 + 41 = 112 (100%)
R 13 of 112 ~ 11.61%
G 58 of 112 ~ 51.79%
B 41 of 112 ~ 36.61'%

%11.61
%51.79
%36.61

CMYK color model

#0D3A29 color CMYK value is (78,0,29,77).

  • cyan value is 77.59%
  • magenta value is 0.00%
  • yellow value is 29.31%
  • key color value is 77.25%

CMYK: (78,0,29,77)
C78M0Y29K77 (78%, 0%, 29%, 77%)
(0.78 / 0.00 / 0.29 / 0.77)

CMYK percentages

%77.59
%0
%29.31
%77.25

Codes

Color #0D3A29 in popluar color models

0D 3A 29
RGB 13 58 41
HSL 157° 63.38% 13.92%
HSB/HSV 157° 77.59% 22.75%
CMYK 77.59% 0.00% 29.31%
77.25%

Color #0D3A29 in popluar number systems.

HEX 0D 3A 29
Decimal 13 58 41
Binary 1101 111010 101001
Octal 15 72 51

Shades and tints

Shades of #0D3A29

#0D3A29
(13,58,41)
#0C3526
(12,53,38)
#0B3023
(11,48,35)
#0A2B20
(10,43,32)
#09261D
(9,38,29)
#08211A
(8,33,26)
#071C17
(7,28,23)
#061714
(6,23,20)
#051211
(5,18,17)
#040D0E
(4,13,14)
#03080B
(3,8,11)
#000000
(0,0,0)

Tints of #0D3A29

#0D3A29
(13,58,41)
#234B3C
(35,75,60)
#395C4F
(57,92,79)
#4F6D62
(79,109,98)
#657E75
(101,126,117)
#7B8F88
(123,143,136)
#91A09B
(145,160,155)
#A7B1AE
(167,177,174)
#BDC2C1
(189,194,193)
#D3D3D4
(211,211,212)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3A29; }

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

This text font color is #0D3A29.

Background Color

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

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

This div background color is #0D3A29.

Border color

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

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

This div border color is #0D3A29.

Opacity

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

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

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

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

This text has shadow with #0D3A29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D3A29.

Preview

Color preview on black background

This text has color #0D3A29 on black background.


Color preview on white background

This text has color #0D3A29 on white background.


Black color preview on #0D3A29 background

This text has black color on #0D3A29 background.


White color preview on #0D3A29 background

This text has white color on #0D3A29 background.


Related colors

Complementary color

Complementary color for #hex is #F2C5D6.


I love getcolorcode.com

Triadic colors

1 #290D3A and #3A290D with #0D3A29 are triadic colors.

2 #293A0D and #3A0D29 with #0D3A29 are triadic colors.