COLOR #0D2B2D

HEX: #0D2B2D
RGB: (13,43,45)

Color info

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

RGB color model

#0D2B2D color RGB value is (13,43,45).

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

RGB channels and saturation

R 13 of 255 = 5%
G 43 of 255 = 17%
B 45 of 255 = 18%

13
43
45

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

Portions of RGB colors in percentages

R + G + B =
13 + 43 + 45 = 101 (100%)
R 13 of 101 ~ 12.87%
G 43 of 101 ~ 42.57%
B 45 of 101 ~ 44.55%

%12.87
%42.57
%44.55

CMYK color model

#0D2B2D color CMYK value is (71,4,0,82).

  • cyan value is 71.11%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(71,4,0,82)
C71M4Y0K82 
(71%,4%,0%,82%)
(0.71/0.04/0.00/0.82)	

CMYK percentages

%71.11
%4.44
%0
%82.35

Codes

Color #0D2B2D in popluar color models

0D2B2D
RGB134345
HSL184°55.17%11.37%
HSB/HSV184°71.11%17.65%
CMYK71.11%4.44%0.00%
82.35%

Color #0D2B2D in popluar number systems.

HEX0D2B2D
Decimal134345
Binary1101101011101101
Octal155355

Shades and tints

Shades of #0D2B2D

#0D2B2D
(13,43,45)
#0C2829
(12,40,41)
#0B2525
(11,37,37)
#0A2221
(10,34,33)
#091F1D
(9,31,29)
#081C19
(8,28,25)
#071915
(7,25,21)
#061611
(6,22,17)
#05130D
(5,19,13)
#041009
(4,16,9)
#030D05
(3,13,5)
#000000
(0,0,0)

Tints of #0D2B2D

#0D2B2D
(13,43,45)
#233E40
(35,62,64)
#395153
(57,81,83)
#4F6466
(79,100,102)
#657779
(101,119,121)
#7B8A8C
(123,138,140)
#919D9F
(145,157,159)
#A7B0B2
(167,176,178)
#BDC3C5
(189,195,197)
#D3D6D8
(211,214,216)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2B2D; }

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

This text font color is #0D2B2D.


Background Color

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

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

This div background color is #0D2B2D.


Border color

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

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

This div border color is #0D2B2D.


Opacity

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

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

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

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

This text has shadow with #0D2B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2B2D on black background.


Color preview on white background

This text has color #0D2B2D on white background.



Black color preview on #0D2B2D background

This text has black color on #0D2B2D background.


White color preview on #0D2B2D background

This text has white color on #0D2B2D background.