COLOR #0D292B

HEX: #0D292B
RGB: (13,41,43)

Color info

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

RGB color model

#0D292B color RGB value is (13,41,43).

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

RGB channels and saturation

R 13 of 255 = 5%
G 41 of 255 = 16%
B 43 of 255 = 17%

13
41
43

R + G + B ~ 13%. #0D292B is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 41 + 43 = 97 (100%)
R 13 of 97 ~ 13.4%
G 41 of 97 ~ 42.27%
B 43 of 97 ~ 44.33%

%13.4
%42.27
%44.33

CMYK color model

#0D292B color CMYK value is (70,5,0,83).

  • cyan value is 69.77%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(70,5,0,83)
C70M5Y0K83 
(70%,5%,0%,83%)
(0.70/0.05/0.00/0.83)	

CMYK percentages

%69.77
%4.65
%0
%83.14

Codes

Color #0D292B in popluar color models

0D292B
RGB134143
HSL184°53.57%10.98%
HSB/HSV184°69.77%16.86%
CMYK69.77%4.65%0.00%
83.14%

Color #0D292B in popluar number systems.

HEX0D292B
Decimal134143
Binary1101101001101011
Octal155153

Shades and tints

Shades of #0D292B

#0D292B
(13,41,43)
#0C2628
(12,38,40)
#0B2325
(11,35,37)
#0A2022
(10,32,34)
#091D1F
(9,29,31)
#081A1C
(8,26,28)
#071719
(7,23,25)
#061416
(6,20,22)
#051113
(5,17,19)
#040E10
(4,14,16)
#030B0D
(3,11,13)
#000000
(0,0,0)

Tints of #0D292B

#0D292B
(13,41,43)
#233C3E
(35,60,62)
#394F51
(57,79,81)
#4F6264
(79,98,100)
#657577
(101,117,119)
#7B888A
(123,136,138)
#919B9D
(145,155,157)
#A7AEB0
(167,174,176)
#BDC1C3
(189,193,195)
#D3D4D6
(211,212,214)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D292B; }

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

This text font color is #0D292B.


Background Color

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

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

This div background color is #0D292B.


Border color

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

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

This div border color is #0D292B.


Opacity

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

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

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

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

This text has shadow with #0D292B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D292B on black background.


Color preview on white background

This text has color #0D292B on white background.



Black color preview on #0D292B background

This text has black color on #0D292B background.


White color preview on #0D292B background

This text has white color on #0D292B background.