COLOR #0D391C

HEX: #0D391C
RGB: (13,57,28)

Color info

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

RGB color model

#0D391C color RGB value is (13,57,28).

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

RGB channels and saturation

R 13 of 255 = 5%
G 57 of 255 = 22%
B 28 of 255 = 11%

13
57
28

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

Portions of RGB colors in percentages

R + G + B =
13 + 57 + 28 = 98 (100%)
R 13 of 98 ~ 13.27%
G 57 of 98 ~ 58.16%
B 28 of 98 ~ 28.57%

%13.27
%58.16
%28.57

CMYK color model

#0D391C color CMYK value is (77,0,51,78).

  • cyan value is 77.19%
  • magenta value is 0.00%
  • yellow value is 50.88%
  • key color value is 77.65%
CMYK:
(77,0,51,78)
C77M0Y51K78 
(77%,0%,51%,78%)
(0.77/0.00/0.51/0.78)	

CMYK percentages

%77.19
%0
%50.88
%77.65

Codes

Color #0D391C in popluar color models

0D391C
RGB135728
HSL140°62.86%13.73%
HSB/HSV140°77.19%22.35%
CMYK77.19%0.00%50.88%
77.65%

Color #0D391C in popluar number systems.

HEX0D391C
Decimal135728
Binary110111100111100
Octal157134

Shades and tints

Shades of #0D391C

#0D391C
(13,57,28)
#0C341A
(12,52,26)
#0B2F18
(11,47,24)
#0A2A16
(10,42,22)
#092514
(9,37,20)
#082012
(8,32,18)
#071B10
(7,27,16)
#06160E
(6,22,14)
#05110C
(5,17,12)
#040C0A
(4,12,10)
#030708
(3,7,8)
#000000
(0,0,0)

Tints of #0D391C

#0D391C
(13,57,28)
#234B30
(35,75,48)
#395D44
(57,93,68)
#4F6F58
(79,111,88)
#65816C
(101,129,108)
#7B9380
(123,147,128)
#91A594
(145,165,148)
#A7B7A8
(167,183,168)
#BDC9BC
(189,201,188)
#D3DBD0
(211,219,208)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D391C; }

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

This text font color is #0D391C.


Background Color

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

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

This div background color is #0D391C.


Border color

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

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

This div border color is #0D391C.


Opacity

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

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

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

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

This text has shadow with #0D391C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D391C on black background.


Color preview on white background

This text has color #0D391C on white background.



Black color preview on #0D391C background

This text has black color on #0D391C background.


White color preview on #0D391C background

This text has white color on #0D391C background.