COLOR #0D150D

HEX: #0D150D RGB: (13,21,13)

Color info

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

RGB color model

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

RGB: (13,21,13) (5%, 8%, 5%)

RGB channels and saturation

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

13
21
13

R + G + B ~ 6%. #0D150D is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 21 + 13 = 47 (100%)
R 13 of 47 ~ 27.66%
G 21 of 47 ~ 44.68%
B 13 of 47 ~ 27.66'%

%27.66
%44.68
%27.66

CMYK color model

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

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 91.76%

CMYK: (38,0,38,92)
C38M0Y38K92 (38%, 0%, 38%, 92%)
(0.38 / 0.00 / 0.38 / 0.92)

CMYK percentages

%38.1
%0
%38.1
%91.76

Codes

Color #0D150D in popluar color models

0D 15 0D
RGB 13 21 13
HSL 120° 23.53% 6.67%
HSB/HSV 120° 38.10% 8.24%
CMYK 38.10% 0.00% 38.10%
91.76%

Color #0D150D in popluar number systems.

HEX 0D 15 0D
Decimal 13 21 13
Binary 1101 10101 1101
Octal 15 25 15

Shades and tints

Shades of #0D150D

#0D150D
(13,21,13)
#0C140C
(12,20,12)
#0B130B
(11,19,11)
#0A120A
(10,18,10)
#091109
(9,17,9)
#081008
(8,16,8)
#070F07
(7,15,7)
#060E06
(6,14,6)
#050D05
(5,13,5)
#040C04
(4,12,4)
#030B03
(3,11,3)
#000000
(0,0,0)

Tints of #0D150D

#0D150D
(13,21,13)
#232A23
(35,42,35)
#393F39
(57,63,57)
#4F544F
(79,84,79)
#656965
(101,105,101)
#7B7E7B
(123,126,123)
#919391
(145,147,145)
#A7A8A7
(167,168,167)
#BDBDBD
(189,189,189)
#D3D2D3
(211,210,211)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D150D; }

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

This text font color is #0D150D.

Background Color

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

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

This div background color is #0D150D.

Border color

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

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

This div border color is #0D150D.

Opacity

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

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

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

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

This text has shadow with #0D150D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D150D.

Preview

Color preview on black background

This text has color #0D150D on black background.


Color preview on white background

This text has color #0D150D on white background.


Black color preview on #0D150D background

This text has black color on #0D150D background.


White color preview on #0D150D background

This text has white color on #0D150D background.


Related colors

Complementary color

Complementary color for #hex is #F2EAF2.


I love getcolorcode.com

Triadic colors

1 #0D0D15 and #150D0D with #0D150D are triadic colors.

2 #0D150D and #150D0D with #0D150D are triadic colors.