COLOR #0D1502

HEX: #0D1502
RGB: (13,21,2)

Color info

#0D1502 contains red, green and blue colors in about the same proportion. Web safe color of #0D1502 is #000000 (or #000).

RGB color model

#0D1502 color RGB value is (13,21,2).

  • red value is 13;
  • green value is 21;
  • blue value is 2.
RGB:
(13,21,2)
(5%,8%,1%)

RGB channels and saturation

R 13 of 255 = 5%
G 21 of 255 = 8%
B 2 of 255 = 1%

13
21
2

R + G + B ~ 5%. #0D1502 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 21 + 2 = 36 (100%)
R 13 of 36 ~ 36.11%
G 21 of 36 ~ 58.33%
B 2 of 36 ~ 5.56%

%36.11
%58.33

CMYK color model

#0D1502 color CMYK value is (38,0,90,92).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 90.48%
  • key color value is 91.76%
CMYK:
(38,0,90,92)
C38M0Y90K92 
(38%,0%,90%,92%)
(0.38/0.00/0.90/0.92)	

CMYK percentages

%38.1
%0
%90.48
%91.76

Codes

Color #0D1502 in popluar color models

0D1502
RGB13212
HSL85°82.61%4.51%
HSB/HSV85°90.48%8.24%
CMYK38.10%0.00%90.48%
91.76%

Color #0D1502 in popluar number systems.

HEX0D1502
Decimal13212
Binary11011010110
Octal15252

Shades and tints

Shades of #0D1502

#0D1502
(13,21,2)
#0C1402
(12,20,2)
#0B1302
(11,19,2)
#0A1202
(10,18,2)
#091102
(9,17,2)
#081002
(8,16,2)
#070F02
(7,15,2)
#060E02
(6,14,2)
#050D02
(5,13,2)
#040C02
(4,12,2)
#030B02
(3,11,2)
#000000
(0,0,0)

Tints of #0D1502

#0D1502
(13,21,2)
#232A19
(35,42,25)
#393F30
(57,63,48)
#4F5447
(79,84,71)
#65695E
(101,105,94)
#7B7E75
(123,126,117)
#91938C
(145,147,140)
#A7A8A3
(167,168,163)
#BDBDBA
(189,189,186)
#D3D2D1
(211,210,209)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D1502; }

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

This text font color is #0D1502.


Background Color

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

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

This div background color is #0D1502.


Border color

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

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

This div border color is #0D1502.


Opacity

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

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

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

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

This text has shadow with #0D1502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1502 on black background.


Color preview on white background

This text has color #0D1502 on white background.



Black color preview on #0D1502 background

This text has black color on #0D1502 background.


White color preview on #0D1502 background

This text has white color on #0D1502 background.