COLOR #0D463A

HEX: #0D463A
RGB: (13,70,58)

Color info

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

RGB color model

#0D463A color RGB value is (13,70,58).

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

RGB channels and saturation

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

13
70
58

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

Portions of RGB colors in percentages

R + G + B =
13 + 70 + 58 = 141 (100%)
R 13 of 141 ~ 9.22%
G 70 of 141 ~ 49.65%
B 58 of 141 ~ 41.13%

%49.65
%41.13

CMYK color model

#0D463A color CMYK value is (81,0,17,73).

  • cyan value is 81.43%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 72.55%
CMYK:
(81,0,17,73)
C81M0Y17K73 
(81%,0%,17%,73%)
(0.81/0.00/0.17/0.73)	

CMYK percentages

%81.43
%0
%17.14
%72.55

Codes

Color #0D463A in popluar color models

0D463A
RGB137058
HSL167°68.67%16.27%
HSB/HSV167°81.43%27.45%
CMYK81.43%0.00%17.14%
72.55%

Color #0D463A in popluar number systems.

HEX0D463A
Decimal137058
Binary11011000110111010
Octal1510672

Shades and tints

Shades of #0D463A

#0D463A
(13,70,58)
#0C4035
(12,64,53)
#0B3A30
(11,58,48)
#0A342B
(10,52,43)
#092E26
(9,46,38)
#082821
(8,40,33)
#07221C
(7,34,28)
#061C17
(6,28,23)
#051612
(5,22,18)
#04100D
(4,16,13)
#030A08
(3,10,8)
#000000
(0,0,0)

Tints of #0D463A

#0D463A
(13,70,58)
#23564B
(35,86,75)
#39665C
(57,102,92)
#4F766D
(79,118,109)
#65867E
(101,134,126)
#7B968F
(123,150,143)
#91A6A0
(145,166,160)
#A7B6B1
(167,182,177)
#BDC6C2
(189,198,194)
#D3D6D3
(211,214,211)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D463A; }

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

This text font color is #0D463A.


Background Color

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

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

This div background color is #0D463A.


Border color

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

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

This div border color is #0D463A.


Opacity

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

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

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

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

This text has shadow with #0D463A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D463A on black background.


Color preview on white background

This text has color #0D463A on white background.



Black color preview on #0D463A background

This text has black color on #0D463A background.


White color preview on #0D463A background

This text has white color on #0D463A background.