COLOR #00150F

HEX: #00150F
RGB: (0,21,15)

Color info

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

RGB color model

#00150F color RGB value is (0,21,15).

  • red value is 0;
  • green value is 21;
  • blue value is 15.
RGB:
(0,21,15)
(0%,8%,6%)

RGB channels and saturation

R 0 of 255 = 0%
G 21 of 255 = 8%
B 15 of 255 = 6%

0
21
15

R + G + B ~ 5%. #00150F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 21 + 15 = 36 (100%)
R 0 of 36 ~ 0%
G 21 of 36 ~ 58.33%
B 15 of 36 ~ 41.67%

%58.33
%41.67

CMYK color model

#00150F color CMYK value is (100,0,29,92).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 91.76%
CMYK:
(100,0,29,92)
C100M0Y29K92 
(100%,0%,29%,92%)
(1.00/0.00/0.29/0.92)	

CMYK percentages

%100
%0
%28.57
%91.76

Codes

Color #00150F in popluar color models

00150F
RGB02115
HSL163°100.00%4.12%
HSB/HSV163°100.00%8.24%
CMYK100.00%0.00%28.57%
91.76%

Color #00150F in popluar number systems.

HEX00150F
Decimal02115
Binary0101011111
Octal02517

Shades and tints

Shades of #00150F

#00150F
(0,21,15)
#00140E
(0,20,14)
#00130D
(0,19,13)
#00120C
(0,18,12)
#00110B
(0,17,11)
#00100A
(0,16,10)
#000F09
(0,15,9)
#000E08
(0,14,8)
#000D07
(0,13,7)
#000C06
(0,12,6)
#000B05
(0,11,5)
#000000
(0,0,0)

Tints of #00150F

#00150F
(0,21,15)
#172A24
(23,42,36)
#2E3F39
(46,63,57)
#45544E
(69,84,78)
#5C6963
(92,105,99)
#737E78
(115,126,120)
#8A938D
(138,147,141)
#A1A8A2
(161,168,162)
#B8BDB7
(184,189,183)
#CFD2CC
(207,210,204)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00150F; }

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

This text font color is #00150F.


Background Color

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

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

This div background color is #00150F.


Border color

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

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

This div border color is #00150F.


Opacity

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

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

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

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

This text has shadow with #00150F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00150F on black background.


Color preview on white background

This text has color #00150F on white background.



Black color preview on #00150F background

This text has black color on #00150F background.


White color preview on #00150F background

This text has white color on #00150F background.