COLOR #00150D

HEX: #00150D RGB: (0,21,13)

Color info

#00150D contains only green and blue colors. Web safe color of #00150D is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

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

0
21
13

R + G + B ~ 4%. #00150D is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 21 + 13 = 34 (100%)
R 0 of 34 ~ 0%
G 21 of 34 ~ 61.76%
B 13 of 34 ~ 38.24'%

%61.76
%38.24

CMYK color model

#00150D color CMYK value is (100,0,38,92).

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

CMYK: (100,0,38,92)
C100M0Y38K92 (100%, 0%, 38%, 92%)
(1.00 / 0.00 / 0.38 / 0.92)

CMYK percentages

%100
%0
%38.1
%91.76

Codes

Color #00150D in popluar color models

00 15 0D
RGB 0 21 13
HSL 157° 100.00% 4.12%
HSB/HSV 157° 100.00% 8.24%
CMYK 100.00% 0.00% 38.10%
91.76%

Color #00150D in popluar number systems.

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

Shades and tints

Shades of #00150D

#00150D
(0,21,13)
#00140C
(0,20,12)
#00130B
(0,19,11)
#00120A
(0,18,10)
#001109
(0,17,9)
#001008
(0,16,8)
#000F07
(0,15,7)
#000E06
(0,14,6)
#000D05
(0,13,5)
#000C04
(0,12,4)
#000B03
(0,11,3)
#000000
(0,0,0)

Tints of #00150D

#00150D
(0,21,13)
#172A23
(23,42,35)
#2E3F39
(46,63,57)
#45544F
(69,84,79)
#5C6965
(92,105,101)
#737E7B
(115,126,123)
#8A9391
(138,147,145)
#A1A8A7
(161,168,167)
#B8BDBD
(184,189,189)
#CFD2D3
(207,210,211)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00150D; }

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

This text font color is #00150D.

Background Color

.myBgColor { background-color: #00150D; }

<div style="background-color:#00150D">Inner text</div>

This div background color is #00150D.

Border color

.myBorderColor { border: 1px solid #00150D; }

<div style="border:3px solid #00150D">Div</div>

This div border color is #00150D.

Opacity

.myOpacity80 { color: #00150D; opacity: 0.8; }

<p style="color:#00150D;opacity:0.8;">80%</p>

Text with #00150D 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 #00150D;}

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

This text has shadow with #00150D color.


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

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

This text has shadow with #00150D primary color and red secondary color.


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

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

This text has shadow with #00150D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00150D.

Preview

Color preview on black background

This text has color #00150D on black background.


Color preview on white background

This text has color #00150D on white background.


Black color preview on #00150D background

This text has black color on #00150D background.


White color preview on #00150D background

This text has white color on #00150D background.


Related colors

Complementary color

Complementary color for #hex is #FFEAF2.


I love getcolorcode.com

Triadic colors

1 #0D0015 and #150D00 with #00150D are triadic colors.

2 #0D1500 and #15000D with #00150D are triadic colors.