COLOR #0D493E

HEX: #0D493E RGB: (13,73,62)

Color info

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

RGB color model

#0D493E color RGB value is (13,73,62).

RGB: (13,73,62) (5%, 29%, 24%)

RGB channels and saturation

R 13 of 255 = 5%
G 73 of 255 = 29%
B 62 of 255 = 24%

13
73
62

R + G + B ~ 19%. #0D493E is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 73 + 62 = 148 (100%)
R 13 of 148 ~ 8.78%
G 73 of 148 ~ 49.32%
B 62 of 148 ~ 41.89'%

%49.32
%41.89

CMYK color model

#0D493E color CMYK value is (82,0,15,71).

  • cyan value is 82.19%
  • magenta value is 0.00%
  • yellow value is 15.07%
  • key color value is 71.37%

CMYK: (82,0,15,71)
C82M0Y15K71 (82%, 0%, 15%, 71%)
(0.82 / 0.00 / 0.15 / 0.71)

CMYK percentages

%82.19
%0
%15.07
%71.37

Codes

Color #0D493E in popluar color models

0D 49 3E
RGB 13 73 62
HSL 169° 69.77% 16.86%
HSB/HSV 169° 82.19% 28.63%
CMYK 82.19% 0.00% 15.07%
71.37%

Color #0D493E in popluar number systems.

HEX 0D 49 3E
Decimal 13 73 62
Binary 1101 1001001 111110
Octal 15 111 76

Shades and tints

Shades of #0D493E

#0D493E
(13,73,62)
#0C4339
(12,67,57)
#0B3D34
(11,61,52)
#0A372F
(10,55,47)
#09312A
(9,49,42)
#082B25
(8,43,37)
#072520
(7,37,32)
#061F1B
(6,31,27)
#051916
(5,25,22)
#041311
(4,19,17)
#030D0C
(3,13,12)
#000000
(0,0,0)

Tints of #0D493E

#0D493E
(13,73,62)
#23594F
(35,89,79)
#396960
(57,105,96)
#4F7971
(79,121,113)
#658982
(101,137,130)
#7B9993
(123,153,147)
#91A9A4
(145,169,164)
#A7B9B5
(167,185,181)
#BDC9C6
(189,201,198)
#D3D9D7
(211,217,215)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D493E; }

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

This text font color is #0D493E.

Background Color

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

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

This div background color is #0D493E.

Border color

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

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

This div border color is #0D493E.

Opacity

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

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

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

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

This text has shadow with #0D493E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D493E.

Preview

Color preview on black background

This text has color #0D493E on black background.


Color preview on white background

This text has color #0D493E on white background.


Black color preview on #0D493E background

This text has black color on #0D493E background.


White color preview on #0D493E background

This text has white color on #0D493E background.


Related colors

Complementary color

Complementary color for #hex is #F2B6C1.


I love getcolorcode.com

Triadic colors

1 #3E0D49 and #493E0D with #0D493E are triadic colors.

2 #3E490D and #490D3E with #0D493E are triadic colors.