COLOR #0D2015

HEX: #0D2015
RGB: (13,32,21)

Color info

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

RGB color model

#0D2015 color RGB value is (13,32,21).

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

RGB channels and saturation

R 13 of 255 = 5%
G 32 of 255 = 13%
B 21 of 255 = 8%

13
32
21

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

Portions of RGB colors in percentages

R + G + B =
13 + 32 + 21 = 66 (100%)
R 13 of 66 ~ 19.7%
G 32 of 66 ~ 48.48%
B 21 of 66 ~ 31.82%

%19.7
%48.48
%31.82

CMYK color model

#0D2015 color CMYK value is (59,0,34,87).

  • cyan value is 59.38%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 87.45%
CMYK:
(59,0,34,87)
C59M0Y34K87 
(59%,0%,34%,87%)
(0.59/0.00/0.34/0.87)	

CMYK percentages

%59.38
%0
%34.38
%87.45

Codes

Color #0D2015 in popluar color models

0D2015
RGB133221
HSL145°42.22%8.82%
HSB/HSV145°59.38%12.55%
CMYK59.38%0.00%34.38%
87.45%

Color #0D2015 in popluar number systems.

HEX0D2015
Decimal133221
Binary110110000010101
Octal154025

Shades and tints

Shades of #0D2015

#0D2015
(13,32,21)
#0C1E14
(12,30,20)
#0B1C13
(11,28,19)
#0A1A12
(10,26,18)
#091811
(9,24,17)
#081610
(8,22,16)
#07140F
(7,20,15)
#06120E
(6,18,14)
#05100D
(5,16,13)
#040E0C
(4,14,12)
#030C0B
(3,12,11)
#000000
(0,0,0)

Tints of #0D2015

#0D2015
(13,32,21)
#23342A
(35,52,42)
#39483F
(57,72,63)
#4F5C54
(79,92,84)
#657069
(101,112,105)
#7B847E
(123,132,126)
#919893
(145,152,147)
#A7ACA8
(167,172,168)
#BDC0BD
(189,192,189)
#D3D4D2
(211,212,210)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2015; }

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

This text font color is #0D2015.


Background Color

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

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

This div background color is #0D2015.


Border color

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

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

This div border color is #0D2015.


Opacity

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

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

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

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

This text has shadow with #0D2015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2015 on black background.


Color preview on white background

This text has color #0D2015 on white background.



Black color preview on #0D2015 background

This text has black color on #0D2015 background.


White color preview on #0D2015 background

This text has white color on #0D2015 background.