COLOR #0D362B

HEX: #0D362B
RGB: (13,54,43)

Color info

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

RGB color model

#0D362B color RGB value is (13,54,43).

  • red value is 13;
  • green value is 54;
  • blue value is 43.
RGB:
(13,54,43)
(5%,21%,17%)

RGB channels and saturation

R 13 of 255 = 5%
G 54 of 255 = 21%
B 43 of 255 = 17%

13
54
43

R + G + B ~ 14%. #0D362B is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 54 + 43 = 110 (100%)
R 13 of 110 ~ 11.82%
G 54 of 110 ~ 49.09%
B 43 of 110 ~ 39.09%

%11.82
%49.09
%39.09

CMYK color model

#0D362B color CMYK value is (76,0,20,79).

  • cyan value is 75.93%
  • magenta value is 0.00%
  • yellow value is 20.37%
  • key color value is 78.82%
CMYK:
(76,0,20,79)
C76M0Y20K79 
(76%,0%,20%,79%)
(0.76/0.00/0.20/0.79)	

CMYK percentages

%75.93
%0
%20.37
%78.82

Codes

Color #0D362B in popluar color models

0D362B
RGB135443
HSL164°61.19%13.14%
HSB/HSV164°75.93%21.18%
CMYK75.93%0.00%20.37%
78.82%

Color #0D362B in popluar number systems.

HEX0D362B
Decimal135443
Binary1101110110101011
Octal156653

Shades and tints

Shades of #0D362B

#0D362B
(13,54,43)
#0C3228
(12,50,40)
#0B2E25
(11,46,37)
#0A2A22
(10,42,34)
#09261F
(9,38,31)
#08221C
(8,34,28)
#071E19
(7,30,25)
#061A16
(6,26,22)
#051613
(5,22,19)
#041210
(4,18,16)
#030E0D
(3,14,13)
#000000
(0,0,0)

Tints of #0D362B

#0D362B
(13,54,43)
#23483E
(35,72,62)
#395A51
(57,90,81)
#4F6C64
(79,108,100)
#657E77
(101,126,119)
#7B908A
(123,144,138)
#91A29D
(145,162,157)
#A7B4B0
(167,180,176)
#BDC6C3
(189,198,195)
#D3D8D6
(211,216,214)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D362B color. Also use rgb(13,54,43) instead hex code.

Text Font Color

.myTextColor { color: #0D362B; }

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

This text font color is #0D362B.


Background Color

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

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

This div background color is #0D362B.


Border color

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

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

This div border color is #0D362B.


Opacity

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

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

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

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

This text has shadow with #0D362B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D362B on black background.


Color preview on white background

This text has color #0D362B on white background.



Black color preview on #0D362B background

This text has black color on #0D362B background.


White color preview on #0D362B background

This text has white color on #0D362B background.