COLOR #00150B

HEX: #00150B
RGB: (0,21,11)

Color info

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

RGB color model

#00150B color RGB value is (0,21,11).

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

RGB channels and saturation

R 0 of 255 = 0%
G 21 of 255 = 8%
B 11 of 255 = 4%

0
21
11

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

Portions of RGB colors in percentages

R + G + B =
0 + 21 + 11 = 32 (100%)
R 0 of 32 ~ 0%
G 21 of 32 ~ 65.63%
B 11 of 32 ~ 34.38%

%65.63
%34.38

CMYK color model

#00150B color CMYK value is (100,0,48,92).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 91.76%
CMYK:
(100,0,48,92)
C100M0Y48K92 
(100%,0%,48%,92%)
(1.00/0.00/0.48/0.92)	

CMYK percentages

%100
%0
%47.62
%91.76

Codes

Color #00150B in popluar color models

00150B
RGB02111
HSL151°100.00%4.12%
HSB/HSV151°100.00%8.24%
CMYK100.00%0.00%47.62%
91.76%

Color #00150B in popluar number systems.

HEX00150B
Decimal02111
Binary0101011011
Octal02513

Shades and tints

Shades of #00150B

#00150B
(0,21,11)
#00140A
(0,20,10)
#001309
(0,19,9)
#001208
(0,18,8)
#001107
(0,17,7)
#001006
(0,16,6)
#000F05
(0,15,5)
#000E04
(0,14,4)
#000D03
(0,13,3)
#000C02
(0,12,2)
#000B01
(0,11,1)
#000000
(0,0,0)

Tints of #00150B

#00150B
(0,21,11)
#172A21
(23,42,33)
#2E3F37
(46,63,55)
#45544D
(69,84,77)
#5C6963
(92,105,99)
#737E79
(115,126,121)
#8A938F
(138,147,143)
#A1A8A5
(161,168,165)
#B8BDBB
(184,189,187)
#CFD2D1
(207,210,209)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00150B; }

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

This text font color is #00150B.


Background Color

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

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

This div background color is #00150B.


Border color

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

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

This div border color is #00150B.


Opacity

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

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

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

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

This text has shadow with #00150B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00150B on black background.


Color preview on white background

This text has color #00150B on white background.



Black color preview on #00150B background

This text has black color on #00150B background.


White color preview on #00150B background

This text has white color on #00150B background.