COLOR #0D462D

HEX: #0D462D
RGB: (13,70,45)

Color info

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

RGB color model

#0D462D color RGB value is (13,70,45).

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

RGB channels and saturation

R 13 of 255 = 5%
G 70 of 255 = 27%
B 45 of 255 = 18%

13
70
45

R + G + B ~ 17%. #0D462D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 70 + 45 = 128 (100%)
R 13 of 128 ~ 10.16%
G 70 of 128 ~ 54.69%
B 45 of 128 ~ 35.16%

%10.16
%54.69
%35.16

CMYK color model

#0D462D color CMYK value is (81,0,36,73).

  • cyan value is 81.43%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 72.55%
CMYK:
(81,0,36,73)
C81M0Y36K73 
(81%,0%,36%,73%)
(0.81/0.00/0.36/0.73)	

CMYK percentages

%81.43
%0
%35.71
%72.55

Codes

Color #0D462D in popluar color models

0D462D
RGB137045
HSL154°68.67%16.27%
HSB/HSV154°81.43%27.45%
CMYK81.43%0.00%35.71%
72.55%

Color #0D462D in popluar number systems.

HEX0D462D
Decimal137045
Binary11011000110101101
Octal1510655

Shades and tints

Shades of #0D462D

#0D462D
(13,70,45)
#0C4029
(12,64,41)
#0B3A25
(11,58,37)
#0A3421
(10,52,33)
#092E1D
(9,46,29)
#082819
(8,40,25)
#072215
(7,34,21)
#061C11
(6,28,17)
#05160D
(5,22,13)
#041009
(4,16,9)
#030A05
(3,10,5)
#000000
(0,0,0)

Tints of #0D462D

#0D462D
(13,70,45)
#235640
(35,86,64)
#396653
(57,102,83)
#4F7666
(79,118,102)
#658679
(101,134,121)
#7B968C
(123,150,140)
#91A69F
(145,166,159)
#A7B6B2
(167,182,178)
#BDC6C5
(189,198,197)
#D3D6D8
(211,214,216)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D462D; }

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

This text font color is #0D462D.


Background Color

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

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

This div background color is #0D462D.


Border color

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

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

This div border color is #0D462D.


Opacity

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

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

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

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

This text has shadow with #0D462D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D462D on black background.


Color preview on white background

This text has color #0D462D on white background.



Black color preview on #0D462D background

This text has black color on #0D462D background.


White color preview on #0D462D background

This text has white color on #0D462D background.