COLOR #0D290E

HEX: #0D290E
RGB: (13,41,14)

Color info

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

RGB color model

#0D290E color RGB value is (13,41,14).

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

RGB channels and saturation

R 13 of 255 = 5%
G 41 of 255 = 16%
B 14 of 255 = 5%

13
41
14

R + G + B ~ 9%. #0D290E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 41 + 14 = 68 (100%)
R 13 of 68 ~ 19.12%
G 41 of 68 ~ 60.29%
B 14 of 68 ~ 20.59%

%19.12
%60.29
%20.59

CMYK color model

#0D290E color CMYK value is (68,0,66,84).

  • cyan value is 68.29%
  • magenta value is 0.00%
  • yellow value is 65.85%
  • key color value is 83.92%
CMYK:
(68,0,66,84)
C68M0Y66K84 
(68%,0%,66%,84%)
(0.68/0.00/0.66/0.84)	

CMYK percentages

%68.29
%0
%65.85
%83.92

Codes

Color #0D290E in popluar color models

0D290E
RGB134114
HSL122°51.85%10.59%
HSB/HSV122°68.29%16.08%
CMYK68.29%0.00%65.85%
83.92%

Color #0D290E in popluar number systems.

HEX0D290E
Decimal134114
Binary11011010011110
Octal155116

Shades and tints

Shades of #0D290E

#0D290E
(13,41,14)
#0C260D
(12,38,13)
#0B230C
(11,35,12)
#0A200B
(10,32,11)
#091D0A
(9,29,10)
#081A09
(8,26,9)
#071708
(7,23,8)
#061407
(6,20,7)
#051106
(5,17,6)
#040E05
(4,14,5)
#030B04
(3,11,4)
#000000
(0,0,0)

Tints of #0D290E

#0D290E
(13,41,14)
#233C23
(35,60,35)
#394F38
(57,79,56)
#4F624D
(79,98,77)
#657562
(101,117,98)
#7B8877
(123,136,119)
#919B8C
(145,155,140)
#A7AEA1
(167,174,161)
#BDC1B6
(189,193,182)
#D3D4CB
(211,212,203)
#E9E7E0
(233,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D290E; }

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

This text font color is #0D290E.


Background Color

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

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

This div background color is #0D290E.


Border color

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

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

This div border color is #0D290E.


Opacity

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

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

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

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

This text has shadow with #0D290E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D290E on black background.


Color preview on white background

This text has color #0D290E on white background.



Black color preview on #0D290E background

This text has black color on #0D290E background.


White color preview on #0D290E background

This text has white color on #0D290E background.