COLOR #00150E

HEX: #00150E RGB: (0,21,14)

Color info

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

RGB color model

#00150E color RGB value is (0,21,14).

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

RGB channels and saturation

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

0
21
14

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

Portions of RGB colors in percentages

R + G + B = 0 + 21 + 14 = 35 (100%)
R 0 of 35 ~ 0%
G 21 of 35 ~ 60%
B 14 of 35 ~ 40'%

%60
%40

CMYK color model

#00150E color CMYK value is (100,0,33,92).

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

CMYK: (100,0,33,92)
C100M0Y33K92 (100%, 0%, 33%, 92%)
(1.00 / 0.00 / 0.33 / 0.92)

CMYK percentages

%100
%0
%33.33
%91.76

Codes

Color #00150E in popluar color models

00 15 0E
RGB 0 21 14
HSL 160° 100.00% 4.12%
HSB/HSV 160° 100.00% 8.24%
CMYK 100.00% 0.00% 33.33%
91.76%

Color #00150E in popluar number systems.

HEX 00 15 0E
Decimal 0 21 14
Binary 0 10101 1110
Octal 0 25 16

Shades and tints

Shades of #00150E

#00150E
(0,21,14)
#00140D
(0,20,13)
#00130C
(0,19,12)
#00120B
(0,18,11)
#00110A
(0,17,10)
#001009
(0,16,9)
#000F08
(0,15,8)
#000E07
(0,14,7)
#000D06
(0,13,6)
#000C05
(0,12,5)
#000B04
(0,11,4)
#000000
(0,0,0)

Tints of #00150E

#00150E
(0,21,14)
#172A23
(23,42,35)
#2E3F38
(46,63,56)
#45544D
(69,84,77)
#5C6962
(92,105,98)
#737E77
(115,126,119)
#8A938C
(138,147,140)
#A1A8A1
(161,168,161)
#B8BDB6
(184,189,182)
#CFD2CB
(207,210,203)
#E6E7E0
(230,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00150E; }

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

This text font color is #00150E.

Background Color

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

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

This div background color is #00150E.

Border color

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

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

This div border color is #00150E.

Opacity

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

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

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

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

This text has shadow with #00150E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00150E.

Preview

Color preview on black background

This text has color #00150E on black background.


Color preview on white background

This text has color #00150E on white background.


Black color preview on #00150E background

This text has black color on #00150E background.


White color preview on #00150E background

This text has white color on #00150E background.


Related colors

Complementary color

Complementary color for #hex is #FFEAF1.


I love getcolorcode.com

Triadic colors

1 #0E0015 and #150E00 with #00150E are triadic colors.

2 #0E1500 and #15000E with #00150E are triadic colors.