COLOR #0D240A

HEX: #0D240A
RGB: (13,36,10)

Color info

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

RGB color model

#0D240A color RGB value is (13,36,10).

  • red value is 13;
  • green value is 36;
  • blue value is 10.
RGB:
(13,36,10)
(5%,14%,4%)

RGB channels and saturation

R 13 of 255 = 5%
G 36 of 255 = 14%
B 10 of 255 = 4%

13
36
10

R + G + B ~ 8%. #0D240A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 36 + 10 = 59 (100%)
R 13 of 59 ~ 22.03%
G 36 of 59 ~ 61.02%
B 10 of 59 ~ 16.95%

%22.03
%61.02
%16.95

CMYK color model

#0D240A color CMYK value is (64,0,72,86).

  • cyan value is 63.89%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 85.88%
CMYK:
(64,0,72,86)
C64M0Y72K86 
(64%,0%,72%,86%)
(0.64/0.00/0.72/0.86)	

CMYK percentages

%63.89
%0
%72.22
%85.88

Codes

Color #0D240A in popluar color models

0D240A
RGB133610
HSL113°56.52%9.02%
HSB/HSV113°72.22%14.12%
CMYK63.89%0.00%72.22%
85.88%

Color #0D240A in popluar number systems.

HEX0D240A
Decimal133610
Binary11011001001010
Octal154412

Shades and tints

Shades of #0D240A

#0D240A
(13,36,10)
#0C210A
(12,33,10)
#0B1E0A
(11,30,10)
#0A1B0A
(10,27,10)
#09180A
(9,24,10)
#08150A
(8,21,10)
#07120A
(7,18,10)
#060F0A
(6,15,10)
#050C0A
(5,12,10)
#04090A
(4,9,10)
#03060A
(3,6,10)
#000000
(0,0,0)

Tints of #0D240A

#0D240A
(13,36,10)
#233720
(35,55,32)
#394A36
(57,74,54)
#4F5D4C
(79,93,76)
#657062
(101,112,98)
#7B8378
(123,131,120)
#91968E
(145,150,142)
#A7A9A4
(167,169,164)
#BDBCBA
(189,188,186)
#D3CFD0
(211,207,208)
#E9E2E6
(233,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D240A; }

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

This text font color is #0D240A.


Background Color

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

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

This div background color is #0D240A.


Border color

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

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

This div border color is #0D240A.


Opacity

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

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

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

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

This text has shadow with #0D240A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D240A on black background.


Color preview on white background

This text has color #0D240A on white background.



Black color preview on #0D240A background

This text has black color on #0D240A background.


White color preview on #0D240A background

This text has white color on #0D240A background.