COLOR #0D361C

HEX: #0D361C
RGB: (13,54,28)

Color info

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

RGB color model

#0D361C color RGB value is (13,54,28).

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

RGB channels and saturation

R 13 of 255 = 5%
G 54 of 255 = 21%
B 28 of 255 = 11%

13
54
28

R + G + B ~ 12%. #0D361C is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 54 + 28 = 95 (100%)
R 13 of 95 ~ 13.68%
G 54 of 95 ~ 56.84%
B 28 of 95 ~ 29.47%

%13.68
%56.84
%29.47

CMYK color model

#0D361C color CMYK value is (76,0,48,79).

  • cyan value is 75.93%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 78.82%
CMYK:
(76,0,48,79)
C76M0Y48K79 
(76%,0%,48%,79%)
(0.76/0.00/0.48/0.79)	

CMYK percentages

%75.93
%0
%48.15
%78.82

Codes

Color #0D361C in popluar color models

0D361C
RGB135428
HSL142°61.19%13.14%
HSB/HSV142°75.93%21.18%
CMYK75.93%0.00%48.15%
78.82%

Color #0D361C in popluar number systems.

HEX0D361C
Decimal135428
Binary110111011011100
Octal156634

Shades and tints

Shades of #0D361C

#0D361C
(13,54,28)
#0C321A
(12,50,26)
#0B2E18
(11,46,24)
#0A2A16
(10,42,22)
#092614
(9,38,20)
#082212
(8,34,18)
#071E10
(7,30,16)
#061A0E
(6,26,14)
#05160C
(5,22,12)
#04120A
(4,18,10)
#030E08
(3,14,8)
#000000
(0,0,0)

Tints of #0D361C

#0D361C
(13,54,28)
#234830
(35,72,48)
#395A44
(57,90,68)
#4F6C58
(79,108,88)
#657E6C
(101,126,108)
#7B9080
(123,144,128)
#91A294
(145,162,148)
#A7B4A8
(167,180,168)
#BDC6BC
(189,198,188)
#D3D8D0
(211,216,208)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D361C; }

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

This text font color is #0D361C.


Background Color

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

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

This div background color is #0D361C.


Border color

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

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

This div border color is #0D361C.


Opacity

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

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

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

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

This text has shadow with #0D361C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D361C on black background.


Color preview on white background

This text has color #0D361C on white background.



Black color preview on #0D361C background

This text has black color on #0D361C background.


White color preview on #0D361C background

This text has white color on #0D361C background.