COLOR #0D2F49

HEX: #0D2F49
RGB: (13,47,73)

Color info

#0D2F49 contains mainly green and blue colors. Web safe color of #0D2F49 is #003333 (or #033).

RGB color model

#0D2F49 color RGB value is (13,47,73).

  • red value is 13;
  • green value is 47;
  • blue value is 73.
RGB:
(13,47,73)
(5%,18%,29%)

RGB channels and saturation

R 13 of 255 = 5%
G 47 of 255 = 18%
B 73 of 255 = 29%

13
47
73

R + G + B ~ 17%. #0D2F49 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 47 + 73 = 133 (100%)
R 13 of 133 ~ 9.77%
G 47 of 133 ~ 35.34%
B 73 of 133 ~ 54.89%

%9.77
%35.34
%54.89

CMYK color model

#0D2F49 color CMYK value is (82,36,0,71).

  • cyan value is 82.19%
  • magenta value is 35.62%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(82,36,0,71)
C82M36Y0K71 
(82%,36%,0%,71%)
(0.82/0.36/0.00/0.71)	

CMYK percentages

%82.19
%35.62
%0
%71.37

Codes

Color #0D2F49 in popluar color models

0D2F49
RGB134773
HSL206°69.77%16.86%
HSB/HSV206°82.19%28.63%
CMYK82.19%35.62%0.00%
71.37%

Color #0D2F49 in popluar number systems.

HEX0D2F49
Decimal134773
Binary11011011111001001
Octal1557111

Shades and tints

Shades of #0D2F49

#0D2F49
(13,47,73)
#0C2B43
(12,43,67)
#0B273D
(11,39,61)
#0A2337
(10,35,55)
#091F31
(9,31,49)
#081B2B
(8,27,43)
#071725
(7,23,37)
#06131F
(6,19,31)
#050F19
(5,15,25)
#040B13
(4,11,19)
#03070D
(3,7,13)
#000000
(0,0,0)

Tints of #0D2F49

#0D2F49
(13,47,73)
#234159
(35,65,89)
#395369
(57,83,105)
#4F6579
(79,101,121)
#657789
(101,119,137)
#7B8999
(123,137,153)
#919BA9
(145,155,169)
#A7ADB9
(167,173,185)
#BDBFC9
(189,191,201)
#D3D1D9
(211,209,217)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2F49; }

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

This text font color is #0D2F49.


Background Color

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

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

This div background color is #0D2F49.


Border color

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

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

This div border color is #0D2F49.


Opacity

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

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

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

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

This text has shadow with #0D2F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2F49 on black background.


Color preview on white background

This text has color #0D2F49 on white background.



Black color preview on #0D2F49 background

This text has black color on #0D2F49 background.


White color preview on #0D2F49 background

This text has white color on #0D2F49 background.