COLOR #0D280D

HEX: #0D280D
RGB: (13,40,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
40
13

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

Portions of RGB colors in percentages

R + G + B =
13 + 40 + 13 = 66 (100%)
R 13 of 66 ~ 19.7%
G 40 of 66 ~ 60.61%
B 13 of 66 ~ 19.7%

%19.7
%60.61
%19.7

CMYK color model

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

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

CMYK percentages

%67.5
%0
%67.5
%84.31

Codes

Color #0D280D in popluar color models

0D280D
RGB134013
HSL120°50.94%10.39%
HSB/HSV120°67.50%15.69%
CMYK67.50%0.00%67.50%
84.31%

Color #0D280D in popluar number systems.

HEX0D280D
Decimal134013
Binary11011010001101
Octal155015

Shades and tints

Shades of #0D280D

#0D280D
(13,40,13)
#0C250C
(12,37,12)
#0B220B
(11,34,11)
#0A1F0A
(10,31,10)
#091C09
(9,28,9)
#081908
(8,25,8)
#071607
(7,22,7)
#061306
(6,19,6)
#051005
(5,16,5)
#040D04
(4,13,4)
#030A03
(3,10,3)
#000000
(0,0,0)

Tints of #0D280D

#0D280D
(13,40,13)
#233B23
(35,59,35)
#394E39
(57,78,57)
#4F614F
(79,97,79)
#657465
(101,116,101)
#7B877B
(123,135,123)
#919A91
(145,154,145)
#A7ADA7
(167,173,167)
#BDC0BD
(189,192,189)
#D3D3D3
(211,211,211)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D280D; }

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

This text font color is #0D280D.


Background Color

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

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

This div background color is #0D280D.


Border color

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

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

This div border color is #0D280D.


Opacity

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

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

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

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

This text has shadow with #0D280D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D280D on black background.


Color preview on white background

This text has color #0D280D on white background.



Black color preview on #0D280D background

This text has black color on #0D280D background.


White color preview on #0D280D background

This text has white color on #0D280D background.