COLOR #0D290F

HEX: #0D290F
RGB: (13,41,15)

Color info

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

RGB color model

#0D290F color RGB value is (13,41,15).

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

RGB channels and saturation

R 13 of 255 = 5%
G 41 of 255 = 16%
B 15 of 255 = 6%

13
41
15

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

Portions of RGB colors in percentages

R + G + B =
13 + 41 + 15 = 69 (100%)
R 13 of 69 ~ 18.84%
G 41 of 69 ~ 59.42%
B 15 of 69 ~ 21.74%

%18.84
%59.42
%21.74

CMYK color model

#0D290F color CMYK value is (68,0,63,84).

  • cyan value is 68.29%
  • magenta value is 0.00%
  • yellow value is 63.41%
  • key color value is 83.92%
CMYK:
(68,0,63,84)
C68M0Y63K84 
(68%,0%,63%,84%)
(0.68/0.00/0.63/0.84)	

CMYK percentages

%68.29
%0
%63.41
%83.92

Codes

Color #0D290F in popluar color models

0D290F
RGB134115
HSL124°51.85%10.59%
HSB/HSV124°68.29%16.08%
CMYK68.29%0.00%63.41%
83.92%

Color #0D290F in popluar number systems.

HEX0D290F
Decimal134115
Binary11011010011111
Octal155117

Shades and tints

Shades of #0D290F

#0D290F
(13,41,15)
#0C260E
(12,38,14)
#0B230D
(11,35,13)
#0A200C
(10,32,12)
#091D0B
(9,29,11)
#081A0A
(8,26,10)
#071709
(7,23,9)
#061408
(6,20,8)
#051107
(5,17,7)
#040E06
(4,14,6)
#030B05
(3,11,5)
#000000
(0,0,0)

Tints of #0D290F

#0D290F
(13,41,15)
#233C24
(35,60,36)
#394F39
(57,79,57)
#4F624E
(79,98,78)
#657563
(101,117,99)
#7B8878
(123,136,120)
#919B8D
(145,155,141)
#A7AEA2
(167,174,162)
#BDC1B7
(189,193,183)
#D3D4CC
(211,212,204)
#E9E7E1
(233,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D290F; }

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

This text font color is #0D290F.


Background Color

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

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

This div background color is #0D290F.


Border color

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

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

This div border color is #0D290F.


Opacity

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

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

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

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

This text has shadow with #0D290F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D290F on black background.


Color preview on white background

This text has color #0D290F on white background.



Black color preview on #0D290F background

This text has black color on #0D290F background.


White color preview on #0D290F background

This text has white color on #0D290F background.