COLOR #0D390B

HEX: #0D390B
RGB: (13,57,11)

Color info

#0D390B contains red, green and blue colors in about the same proportion. Web safe color of #0D390B is #003300 (or #030).

RGB color model

#0D390B color RGB value is (13,57,11).

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

RGB channels and saturation

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

13
57
11

R + G + B ~ 10%. #0D390B is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 57 + 11 = 81 (100%)
R 13 of 81 ~ 16.05%
G 57 of 81 ~ 70.37%
B 11 of 81 ~ 13.58%

%16.05
%70.37
%13.58

CMYK color model

#0D390B color CMYK value is (77,0,81,78).

  • cyan value is 77.19%
  • magenta value is 0.00%
  • yellow value is 80.70%
  • key color value is 77.65%
CMYK:
(77,0,81,78)
C77M0Y81K78 
(77%,0%,81%,78%)
(0.77/0.00/0.81/0.78)	

CMYK percentages

%77.19
%0
%80.7
%77.65

Codes

Color #0D390B in popluar color models

0D390B
RGB135711
HSL117°67.65%13.33%
HSB/HSV117°80.70%22.35%
CMYK77.19%0.00%80.70%
77.65%

Color #0D390B in popluar number systems.

HEX0D390B
Decimal135711
Binary11011110011011
Octal157113

Shades and tints

Shades of #0D390B

#0D390B
(13,57,11)
#0C340A
(12,52,10)
#0B2F09
(11,47,9)
#0A2A08
(10,42,8)
#092507
(9,37,7)
#082006
(8,32,6)
#071B05
(7,27,5)
#061604
(6,22,4)
#051103
(5,17,3)
#040C02
(4,12,2)
#030701
(3,7,1)
#000000
(0,0,0)

Tints of #0D390B

#0D390B
(13,57,11)
#234B21
(35,75,33)
#395D37
(57,93,55)
#4F6F4D
(79,111,77)
#658163
(101,129,99)
#7B9379
(123,147,121)
#91A58F
(145,165,143)
#A7B7A5
(167,183,165)
#BDC9BB
(189,201,187)
#D3DBD1
(211,219,209)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D390B; }

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

This text font color is #0D390B.


Background Color

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

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

This div background color is #0D390B.


Border color

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

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

This div border color is #0D390B.


Opacity

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

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

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

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

This text has shadow with #0D390B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D390B on black background.


Color preview on white background

This text has color #0D390B on white background.



Black color preview on #0D390B background

This text has black color on #0D390B background.


White color preview on #0D390B background

This text has white color on #0D390B background.