COLOR #0D3629

HEX: #0D3629
RGB: (13,54,41)

Color info

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

RGB color model

#0D3629 color RGB value is (13,54,41).

  • red value is 13;
  • green value is 54;
  • blue value is 41.
RGB:
(13,54,41)
(5%,21%,16%)

RGB channels and saturation

R 13 of 255 = 5%
G 54 of 255 = 21%
B 41 of 255 = 16%

13
54
41

R + G + B ~ 14%. #0D3629 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 54 + 41 = 108 (100%)
R 13 of 108 ~ 12.04%
G 54 of 108 ~ 50%
B 41 of 108 ~ 37.96%

%12.04
%50
%37.96

CMYK color model

#0D3629 color CMYK value is (76,0,24,79).

  • cyan value is 75.93%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 78.82%
CMYK:
(76,0,24,79)
C76M0Y24K79 
(76%,0%,24%,79%)
(0.76/0.00/0.24/0.79)	

CMYK percentages

%75.93
%0
%24.07
%78.82

Codes

Color #0D3629 in popluar color models

0D3629
RGB135441
HSL161°61.19%13.14%
HSB/HSV161°75.93%21.18%
CMYK75.93%0.00%24.07%
78.82%

Color #0D3629 in popluar number systems.

HEX0D3629
Decimal135441
Binary1101110110101001
Octal156651

Shades and tints

Shades of #0D3629

#0D3629
(13,54,41)
#0C3226
(12,50,38)
#0B2E23
(11,46,35)
#0A2A20
(10,42,32)
#09261D
(9,38,29)
#08221A
(8,34,26)
#071E17
(7,30,23)
#061A14
(6,26,20)
#051611
(5,22,17)
#04120E
(4,18,14)
#030E0B
(3,14,11)
#000000
(0,0,0)

Tints of #0D3629

#0D3629
(13,54,41)
#23483C
(35,72,60)
#395A4F
(57,90,79)
#4F6C62
(79,108,98)
#657E75
(101,126,117)
#7B9088
(123,144,136)
#91A29B
(145,162,155)
#A7B4AE
(167,180,174)
#BDC6C1
(189,198,193)
#D3D8D4
(211,216,212)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3629; }

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

This text font color is #0D3629.


Background Color

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

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

This div background color is #0D3629.


Border color

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

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

This div border color is #0D3629.


Opacity

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

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

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

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

This text has shadow with #0D3629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3629 on black background.


Color preview on white background

This text has color #0D3629 on white background.



Black color preview on #0D3629 background

This text has black color on #0D3629 background.


White color preview on #0D3629 background

This text has white color on #0D3629 background.