COLOR #0D312F

HEX: #0D312F RGB: (13,49,47)

Color info

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

RGB color model

#0D312F color RGB value is (13,49,47).

RGB: (13,49,47) (5%, 19%, 18%)

RGB channels and saturation

R 13 of 255 = 5%
G 49 of 255 = 19%
B 47 of 255 = 18%

13
49
47

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

Portions of RGB colors in percentages

R + G + B = 13 + 49 + 47 = 109 (100%)
R 13 of 109 ~ 11.93%
G 49 of 109 ~ 44.95%
B 47 of 109 ~ 43.12'%

%11.93
%44.95
%43.12

CMYK color model

#0D312F color CMYK value is (73,0,4,81).

  • cyan value is 73.47%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 80.78%

CMYK: (73,0,4,81)
C73M0Y4K81 (73%, 0%, 4%, 81%)
(0.73 / 0.00 / 0.04 / 0.81)

CMYK percentages

%73.47
%0
%4.08
%80.78

Codes

Color #0D312F in popluar color models

0D 31 2F
RGB 13 49 47
HSL 177° 58.06% 12.16%
HSB/HSV 177° 73.47% 19.22%
CMYK 73.47% 0.00% 4.08%
80.78%

Color #0D312F in popluar number systems.

HEX 0D 31 2F
Decimal 13 49 47
Binary 1101 110001 101111
Octal 15 61 57

Shades and tints

Shades of #0D312F

#0D312F
(13,49,47)
#0C2D2B
(12,45,43)
#0B2927
(11,41,39)
#0A2523
(10,37,35)
#09211F
(9,33,31)
#081D1B
(8,29,27)
#071917
(7,25,23)
#061513
(6,21,19)
#05110F
(5,17,15)
#040D0B
(4,13,11)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #0D312F

#0D312F
(13,49,47)
#234341
(35,67,65)
#395553
(57,85,83)
#4F6765
(79,103,101)
#657977
(101,121,119)
#7B8B89
(123,139,137)
#919D9B
(145,157,155)
#A7AFAD
(167,175,173)
#BDC1BF
(189,193,191)
#D3D3D1
(211,211,209)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D312F color. Also use rgb(13,49,47) instead hex code.

Text Font Color

.myTextColor { color: #0D312F; }

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

This text font color is #0D312F.

Background Color

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

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

This div background color is #0D312F.

Border color

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

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

This div border color is #0D312F.

Opacity

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

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

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

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

This text has shadow with #0D312F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D312F.

Preview

Color preview on black background

This text has color #0D312F on black background.


Color preview on white background

This text has color #0D312F on white background.


Black color preview on #0D312F background

This text has black color on #0D312F background.


White color preview on #0D312F background

This text has white color on #0D312F background.


Related colors

Complementary color

Complementary color for #hex is #F2CED0.


I love getcolorcode.com

Triadic colors

1 #2F0D31 and #312F0D with #0D312F are triadic colors.

2 #2F310D and #310D2F with #0D312F are triadic colors.