COLOR #0D3F50

HEX: #0D3F50
RGB: (13,63,80)

Color info

#0D3F50 contains mainly green and blue colors. Web safe color of #0D3F50 is #003366 (or #036).

RGB color model

#0D3F50 color RGB value is (13,63,80).

  • red value is 13;
  • green value is 63;
  • blue value is 80.
RGB:
(13,63,80)
(5%,25%,31%)

RGB channels and saturation

R 13 of 255 = 5%
G 63 of 255 = 25%
B 80 of 255 = 31%

13
63
80

R + G + B ~ 20%. #0D3F50 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 63 + 80 = 156 (100%)
R 13 of 156 ~ 8.33%
G 63 of 156 ~ 40.38%
B 80 of 156 ~ 51.28%

%40.38
%51.28

CMYK color model

#0D3F50 color CMYK value is (84,21,0,69).

  • cyan value is 83.75%
  • magenta value is 21.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(84,21,0,69)
C84M21Y0K69 
(84%,21%,0%,69%)
(0.84/0.21/0.00/0.69)	

CMYK percentages

%83.75
%21.25
%0
%68.63

Codes

Color #0D3F50 in popluar color models

0D3F50
RGB136380
HSL195°72.04%18.24%
HSB/HSV195°83.75%31.37%
CMYK83.75%21.25%0.00%
68.63%

Color #0D3F50 in popluar number systems.

HEX0D3F50
Decimal136380
Binary11011111111010000
Octal1577120

Shades and tints

Shades of #0D3F50

#0D3F50
(13,63,80)
#0C3A49
(12,58,73)
#0B3542
(11,53,66)
#0A303B
(10,48,59)
#092B34
(9,43,52)
#08262D
(8,38,45)
#072126
(7,33,38)
#061C1F
(6,28,31)
#051718
(5,23,24)
#041211
(4,18,17)
#030D0A
(3,13,10)
#000000
(0,0,0)

Tints of #0D3F50

#0D3F50
(13,63,80)
#23505F
(35,80,95)
#39616E
(57,97,110)
#4F727D
(79,114,125)
#65838C
(101,131,140)
#7B949B
(123,148,155)
#91A5AA
(145,165,170)
#A7B6B9
(167,182,185)
#BDC7C8
(189,199,200)
#D3D8D7
(211,216,215)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3F50 color. Also use rgb(13,63,80) instead hex code.

Text Font Color

.myTextColor { color: #0D3F50; }

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

This text font color is #0D3F50.


Background Color

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

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

This div background color is #0D3F50.


Border color

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

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

This div border color is #0D3F50.


Opacity

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

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

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

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

This text has shadow with #0D3F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3F50 on black background.


Color preview on white background

This text has color #0D3F50 on white background.



Black color preview on #0D3F50 background

This text has black color on #0D3F50 background.


White color preview on #0D3F50 background

This text has white color on #0D3F50 background.