COLOR #0D280F

HEX: #0D280F
RGB: (13,40,15)

Color info

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

RGB color model

#0D280F color RGB value is (13,40,15).

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

RGB channels and saturation

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

13
40
15

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

Portions of RGB colors in percentages

R + G + B =
13 + 40 + 15 = 68 (100%)
R 13 of 68 ~ 19.12%
G 40 of 68 ~ 58.82%
B 15 of 68 ~ 22.06%

%19.12
%58.82
%22.06

CMYK color model

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

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

CMYK percentages

%67.5
%0
%62.5
%84.31

Codes

Color #0D280F in popluar color models

0D280F
RGB134015
HSL124°50.94%10.39%
HSB/HSV124°67.50%15.69%
CMYK67.50%0.00%62.50%
84.31%

Color #0D280F in popluar number systems.

HEX0D280F
Decimal134015
Binary11011010001111
Octal155017

Shades and tints

Shades of #0D280F

#0D280F
(13,40,15)
#0C250E
(12,37,14)
#0B220D
(11,34,13)
#0A1F0C
(10,31,12)
#091C0B
(9,28,11)
#08190A
(8,25,10)
#071609
(7,22,9)
#061308
(6,19,8)
#051007
(5,16,7)
#040D06
(4,13,6)
#030A05
(3,10,5)
#000000
(0,0,0)

Tints of #0D280F

#0D280F
(13,40,15)
#233B24
(35,59,36)
#394E39
(57,78,57)
#4F614E
(79,97,78)
#657463
(101,116,99)
#7B8778
(123,135,120)
#919A8D
(145,154,141)
#A7ADA2
(167,173,162)
#BDC0B7
(189,192,183)
#D3D3CC
(211,211,204)
#E9E6E1
(233,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D280F; }

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

This text font color is #0D280F.


Background Color

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

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

This div background color is #0D280F.


Border color

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

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

This div border color is #0D280F.


Opacity

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

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

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

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

This text has shadow with #0D280F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D280F on black background.


Color preview on white background

This text has color #0D280F on white background.



Black color preview on #0D280F background

This text has black color on #0D280F background.


White color preview on #0D280F background

This text has white color on #0D280F background.