COLOR #0D463B

HEX: #0D463B
RGB: (13,70,59)

Color info

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

RGB color model

#0D463B color RGB value is (13,70,59).

  • red value is 13;
  • green value is 70;
  • blue value is 59.
RGB:
(13,70,59)
(5%,27%,23%)

RGB channels and saturation

R 13 of 255 = 5%
G 70 of 255 = 27%
B 59 of 255 = 23%

13
70
59

R + G + B ~ 18%. #0D463B is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 70 + 59 = 142 (100%)
R 13 of 142 ~ 9.15%
G 70 of 142 ~ 49.3%
B 59 of 142 ~ 41.55%

%49.3
%41.55

CMYK color model

#0D463B color CMYK value is (81,0,16,73).

  • cyan value is 81.43%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 72.55%
CMYK:
(81,0,16,73)
C81M0Y16K73 
(81%,0%,16%,73%)
(0.81/0.00/0.16/0.73)	

CMYK percentages

%81.43
%0
%15.71
%72.55

Codes

Color #0D463B in popluar color models

0D463B
RGB137059
HSL168°68.67%16.27%
HSB/HSV168°81.43%27.45%
CMYK81.43%0.00%15.71%
72.55%

Color #0D463B in popluar number systems.

HEX0D463B
Decimal137059
Binary11011000110111011
Octal1510673

Shades and tints

Shades of #0D463B

#0D463B
(13,70,59)
#0C4036
(12,64,54)
#0B3A31
(11,58,49)
#0A342C
(10,52,44)
#092E27
(9,46,39)
#082822
(8,40,34)
#07221D
(7,34,29)
#061C18
(6,28,24)
#051613
(5,22,19)
#04100E
(4,16,14)
#030A09
(3,10,9)
#000000
(0,0,0)

Tints of #0D463B

#0D463B
(13,70,59)
#23564C
(35,86,76)
#39665D
(57,102,93)
#4F766E
(79,118,110)
#65867F
(101,134,127)
#7B9690
(123,150,144)
#91A6A1
(145,166,161)
#A7B6B2
(167,182,178)
#BDC6C3
(189,198,195)
#D3D6D4
(211,214,212)
#E9E6E5
(233,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D463B color. Also use rgb(13,70,59) instead hex code.

Text Font Color

.myTextColor { color: #0D463B; }

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

This text font color is #0D463B.


Background Color

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

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

This div background color is #0D463B.


Border color

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

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

This div border color is #0D463B.


Opacity

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

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

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

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

This text has shadow with #0D463B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D463B on black background.


Color preview on white background

This text has color #0D463B on white background.



Black color preview on #0D463B background

This text has black color on #0D463B background.


White color preview on #0D463B background

This text has white color on #0D463B background.