COLOR #0D2B12

HEX: #0D2B12 RGB: (13,43,18)

Color info

#0D2B12 contains red, green and blue colors in about the same proportion. Web safe color of #0D2B12 is #003300 (or #030).

RGB color model

#0D2B12 color RGB value is (13,43,18).

RGB: (13,43,18) (5%, 17%, 7%)

RGB channels and saturation

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

13
43
18

R + G + B ~ 10%. #0D2B12 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 43 + 18 = 74 (100%)
R 13 of 74 ~ 17.57%
G 43 of 74 ~ 58.11%
B 18 of 74 ~ 24.32'%

%17.57
%58.11
%24.32

CMYK color model

#0D2B12 color CMYK value is (70,0,58,83).

  • cyan value is 69.77%
  • magenta value is 0.00%
  • yellow value is 58.14%
  • key color value is 83.14%

CMYK: (70,0,58,83)
C70M0Y58K83 (70%, 0%, 58%, 83%)
(0.70 / 0.00 / 0.58 / 0.83)

CMYK percentages

%69.77
%0
%58.14
%83.14

Codes

Color #0D2B12 in popluar color models

0D 2B 12
RGB 13 43 18
HSL 130° 53.57% 10.98%
HSB/HSV 130° 69.77% 16.86%
CMYK 69.77% 0.00% 58.14%
83.14%

Color #0D2B12 in popluar number systems.

HEX 0D 2B 12
Decimal 13 43 18
Binary 1101 101011 10010
Octal 15 53 22

Shades and tints

Shades of #0D2B12

#0D2B12
(13,43,18)
#0C2811
(12,40,17)
#0B2510
(11,37,16)
#0A220F
(10,34,15)
#091F0E
(9,31,14)
#081C0D
(8,28,13)
#07190C
(7,25,12)
#06160B
(6,22,11)
#05130A
(5,19,10)
#041009
(4,16,9)
#030D08
(3,13,8)
#000000
(0,0,0)

Tints of #0D2B12

#0D2B12
(13,43,18)
#233E27
(35,62,39)
#39513C
(57,81,60)
#4F6451
(79,100,81)
#657766
(101,119,102)
#7B8A7B
(123,138,123)
#919D90
(145,157,144)
#A7B0A5
(167,176,165)
#BDC3BA
(189,195,186)
#D3D6CF
(211,214,207)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2B12; }

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

This text font color is #0D2B12.

Background Color

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

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

This div background color is #0D2B12.

Border color

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

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

This div border color is #0D2B12.

Opacity

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

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

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

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

This text has shadow with #0D2B12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2B12.

Preview

Color preview on black background

This text has color #0D2B12 on black background.


Color preview on white background

This text has color #0D2B12 on white background.


Black color preview on #0D2B12 background

This text has black color on #0D2B12 background.


White color preview on #0D2B12 background

This text has white color on #0D2B12 background.


Related colors

Complementary color

Complementary color for #hex is #F2D4ED.


I love getcolorcode.com

Triadic colors

1 #120D2B and #2B120D with #0D2B12 are triadic colors.

2 #122B0D and #2B0D12 with #0D2B12 are triadic colors.