COLOR #0D3313

HEX: #0D3313
RGB: (13,51,19)

Color info

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

RGB color model

#0D3313 color RGB value is (13,51,19).

  • red value is 13;
  • green value is 51;
  • blue value is 19.
RGB:
(13,51,19)
(5%,20%,7%)

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 19 of 255 = 7%

13
51
19

R + G + B ~ 11%. #0D3313 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 51 + 19 = 83 (100%)
R 13 of 83 ~ 15.66%
G 51 of 83 ~ 61.45%
B 19 of 83 ~ 22.89%

%15.66
%61.45
%22.89

CMYK color model

#0D3313 color CMYK value is (75,0,63,80).

  • cyan value is 74.51%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 80.00%
CMYK:
(75,0,63,80)
C75M0Y63K80 
(75%,0%,63%,80%)
(0.75/0.00/0.63/0.80)	

CMYK percentages

%74.51
%0
%62.75
%80

Codes

Color #0D3313 in popluar color models

0D3313
RGB135119
HSL129°59.38%12.55%
HSB/HSV129°74.51%20.00%
CMYK74.51%0.00%62.75%
80.00%

Color #0D3313 in popluar number systems.

HEX0D3313
Decimal135119
Binary110111001110011
Octal156323

Shades and tints

Shades of #0D3313

#0D3313
(13,51,19)
#0C2F12
(12,47,18)
#0B2B11
(11,43,17)
#0A2710
(10,39,16)
#09230F
(9,35,15)
#081F0E
(8,31,14)
#071B0D
(7,27,13)
#06170C
(6,23,12)
#05130B
(5,19,11)
#040F0A
(4,15,10)
#030B09
(3,11,9)
#000000
(0,0,0)

Tints of #0D3313

#0D3313
(13,51,19)
#234528
(35,69,40)
#39573D
(57,87,61)
#4F6952
(79,105,82)
#657B67
(101,123,103)
#7B8D7C
(123,141,124)
#919F91
(145,159,145)
#A7B1A6
(167,177,166)
#BDC3BB
(189,195,187)
#D3D5D0
(211,213,208)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3313 color. Also use rgb(13,51,19) instead hex code.

Text Font Color

.myTextColor { color: #0D3313; }

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

This text font color is #0D3313.


Background Color

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

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

This div background color is #0D3313.


Border color

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

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

This div border color is #0D3313.


Opacity

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

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

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

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

This text has shadow with #0D3313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3313 on black background.


Color preview on white background

This text has color #0D3313 on white background.



Black color preview on #0D3313 background

This text has black color on #0D3313 background.


White color preview on #0D3313 background

This text has white color on #0D3313 background.