COLOR #0D300E

HEX: #0D300E
RGB: (13,48,14)

Color info

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

RGB color model

#0D300E color RGB value is (13,48,14).

  • red value is 13;
  • green value is 48;
  • blue value is 14.
RGB:
(13,48,14)
(5%,19%,5%)

RGB channels and saturation

R 13 of 255 = 5%
G 48 of 255 = 19%
B 14 of 255 = 5%

13
48
14

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

Portions of RGB colors in percentages

R + G + B =
13 + 48 + 14 = 75 (100%)
R 13 of 75 ~ 17.33%
G 48 of 75 ~ 64%
B 14 of 75 ~ 18.67%

%17.33
%64
%18.67

CMYK color model

#0D300E color CMYK value is (73,0,71,81).

  • cyan value is 72.92%
  • magenta value is 0.00%
  • yellow value is 70.83%
  • key color value is 81.18%
CMYK:
(73,0,71,81)
C73M0Y71K81 
(73%,0%,71%,81%)
(0.73/0.00/0.71/0.81)	

CMYK percentages

%72.92
%0
%70.83
%81.18

Codes

Color #0D300E in popluar color models

0D300E
RGB134814
HSL122°57.38%11.96%
HSB/HSV122°72.92%18.82%
CMYK72.92%0.00%70.83%
81.18%

Color #0D300E in popluar number systems.

HEX0D300E
Decimal134814
Binary11011100001110
Octal156016

Shades and tints

Shades of #0D300E

#0D300E
(13,48,14)
#0C2C0D
(12,44,13)
#0B280C
(11,40,12)
#0A240B
(10,36,11)
#09200A
(9,32,10)
#081C09
(8,28,9)
#071808
(7,24,8)
#061407
(6,20,7)
#051006
(5,16,6)
#040C05
(4,12,5)
#030804
(3,8,4)
#000000
(0,0,0)

Tints of #0D300E

#0D300E
(13,48,14)
#234223
(35,66,35)
#395438
(57,84,56)
#4F664D
(79,102,77)
#657862
(101,120,98)
#7B8A77
(123,138,119)
#919C8C
(145,156,140)
#A7AEA1
(167,174,161)
#BDC0B6
(189,192,182)
#D3D2CB
(211,210,203)
#E9E4E0
(233,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D300E color. Also use rgb(13,48,14) instead hex code.

Text Font Color

.myTextColor { color: #0D300E; }

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

This text font color is #0D300E.


Background Color

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

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

This div background color is #0D300E.


Border color

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

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

This div border color is #0D300E.


Opacity

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

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

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

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

This text has shadow with #0D300E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D300E on black background.


Color preview on white background

This text has color #0D300E on white background.



Black color preview on #0D300E background

This text has black color on #0D300E background.


White color preview on #0D300E background

This text has white color on #0D300E background.