COLOR #0D2E3E

HEX: #0D2E3E
RGB: (13,46,62)

Color info

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

RGB color model

#0D2E3E color RGB value is (13,46,62).

  • red value is 13;
  • green value is 46;
  • blue value is 62.
RGB:
(13,46,62)
(5%,18%,24%)

RGB channels and saturation

R 13 of 255 = 5%
G 46 of 255 = 18%
B 62 of 255 = 24%

13
46
62

R + G + B ~ 16%. #0D2E3E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 46 + 62 = 121 (100%)
R 13 of 121 ~ 10.74%
G 46 of 121 ~ 38.02%
B 62 of 121 ~ 51.24%

%10.74
%38.02
%51.24

CMYK color model

#0D2E3E color CMYK value is (79,26,0,76).

  • cyan value is 79.03%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(79,26,0,76)
C79M26Y0K76 
(79%,26%,0%,76%)
(0.79/0.26/0.00/0.76)	

CMYK percentages

%79.03
%25.81
%0
%75.69

Codes

Color #0D2E3E in popluar color models

0D2E3E
RGB134662
HSL200°65.33%14.71%
HSB/HSV200°79.03%24.31%
CMYK79.03%25.81%0.00%
75.69%

Color #0D2E3E in popluar number systems.

HEX0D2E3E
Decimal134662
Binary1101101110111110
Octal155676

Shades and tints

Shades of #0D2E3E

#0D2E3E
(13,46,62)
#0C2A39
(12,42,57)
#0B2634
(11,38,52)
#0A222F
(10,34,47)
#091E2A
(9,30,42)
#081A25
(8,26,37)
#071620
(7,22,32)
#06121B
(6,18,27)
#050E16
(5,14,22)
#040A11
(4,10,17)
#03060C
(3,6,12)
#000000
(0,0,0)

Tints of #0D2E3E

#0D2E3E
(13,46,62)
#23414F
(35,65,79)
#395460
(57,84,96)
#4F6771
(79,103,113)
#657A82
(101,122,130)
#7B8D93
(123,141,147)
#91A0A4
(145,160,164)
#A7B3B5
(167,179,181)
#BDC6C6
(189,198,198)
#D3D9D7
(211,217,215)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2E3E color. Also use rgb(13,46,62) instead hex code.

Text Font Color

.myTextColor { color: #0D2E3E; }

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

This text font color is #0D2E3E.


Background Color

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

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

This div background color is #0D2E3E.


Border color

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

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

This div border color is #0D2E3E.


Opacity

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

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

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

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

This text has shadow with #0D2E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2E3E on black background.


Color preview on white background

This text has color #0D2E3E on white background.



Black color preview on #0D2E3E background

This text has black color on #0D2E3E background.


White color preview on #0D2E3E background

This text has white color on #0D2E3E background.