COLOR #0D361E

HEX: #0D361E
RGB: (13,54,30)

Color info

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

RGB color model

#0D361E color RGB value is (13,54,30).

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

RGB channels and saturation

R 13 of 255 = 5%
G 54 of 255 = 21%
B 30 of 255 = 12%

13
54
30

R + G + B ~ 13%. #0D361E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 54 + 30 = 97 (100%)
R 13 of 97 ~ 13.4%
G 54 of 97 ~ 55.67%
B 30 of 97 ~ 30.93%

%13.4
%55.67
%30.93

CMYK color model

#0D361E color CMYK value is (76,0,44,79).

  • cyan value is 75.93%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 78.82%
CMYK: (76,0,44,79) C76M0Y44K79 (76%,0%,44%,79%) (0.76/0.00/0.44/0.79)

CMYK percentages

%75.93
%0
%44.44
%78.82

Codes

Color #0D361E in popluar color models

0D361E
RGB135430
HSL145°61.19%13.14%
HSB/HSV145°75.93%21.18%
CMYK75.93%0.00%44.44%
78.82%

Color #0D361E in popluar number systems.

HEX0D361E
Decimal135430
Binary110111011011110
Octal156636

Shades and tints

Shades of #0D361E

#0D361E
(13,54,30)
#0C321C
(12,50,28)
#0B2E1A
(11,46,26)
#0A2A18
(10,42,24)
#092616
(9,38,22)
#082214
(8,34,20)
#071E12
(7,30,18)
#061A10
(6,26,16)
#05160E
(5,22,14)
#04120C
(4,18,12)
#030E0A
(3,14,10)
#000000
(0,0,0)

Tints of #0D361E

#0D361E
(13,54,30)
#234832
(35,72,50)
#395A46
(57,90,70)
#4F6C5A
(79,108,90)
#657E6E
(101,126,110)
#7B9082
(123,144,130)
#91A296
(145,162,150)
#A7B4AA
(167,180,170)
#BDC6BE
(189,198,190)
#D3D8D2
(211,216,210)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D361E; }

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

This text font color is #0D361E.


Background Color

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

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

This div background color is #0D361E.


Border color

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

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

This div border color is #0D361E.


Opacity

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

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

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

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

This text has shadow with #0D361E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0D361E on black background.


Color preview on white background

This text has color #0D361E on white background.



Black color preview on #0D361E background

This text has black color on #0D361E background.


White color preview on #0D361E background

This text has white color on #0D361E background.