COLOR #000F2E

HEX: #000F2E
RGB: (0,15,46)

Color info

#000F2E contains only green and blue colors. Web safe color of #000F2E is #000033 (or #003).

RGB color model

#000F2E color RGB value is (0,15,46).

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

RGB channels and saturation

R 0 of 255 = 0%
G 15 of 255 = 6%
B 46 of 255 = 18%

0
15
46

R + G + B ~ 8%. #000F2E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 15 + 46 = 61 (100%)
R 0 of 61 ~ 0%
G 15 of 61 ~ 24.59%
B 46 of 61 ~ 75.41%

%24.59
%75.41

CMYK color model

#000F2E color CMYK value is (100,67,0,82).

  • cyan value is 100.00%
  • magenta value is 67.39%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(100,67,0,82)
C100M67Y0K82 
(100%,67%,0%,82%)
(1.00/0.67/0.00/0.82)	

CMYK percentages

%100
%67.39
%0
%81.96

Codes

Color #000F2E in popluar color models

000F2E
RGB01546
HSL220°100.00%9.02%
HSB/HSV220°100.00%18.04%
CMYK100.00%67.39%0.00%
81.96%

Color #000F2E in popluar number systems.

HEX000F2E
Decimal01546
Binary01111101110
Octal01756

Shades and tints

Shades of #000F2E

#000F2E
(0,15,46)
#000E2A
(0,14,42)
#000D26
(0,13,38)
#000C22
(0,12,34)
#000B1E
(0,11,30)
#000A1A
(0,10,26)
#000916
(0,9,22)
#000812
(0,8,18)
#00070E
(0,7,14)
#00060A
(0,6,10)
#000506
(0,5,6)
#000000
(0,0,0)

Tints of #000F2E

#000F2E
(0,15,46)
#172441
(23,36,65)
#2E3954
(46,57,84)
#454E67
(69,78,103)
#5C637A
(92,99,122)
#73788D
(115,120,141)
#8A8DA0
(138,141,160)
#A1A2B3
(161,162,179)
#B8B7C6
(184,183,198)
#CFCCD9
(207,204,217)
#E6E1EC
(230,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000F2E color. Also use rgb(0,15,46) instead hex code.

Text Font Color

.myTextColor { color: #000F2E; }

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

This text font color is #000F2E.


Background Color

.myBgColor { background-color: #000F2E; }

<div style="background-color:#000F2E">Inner text</div>

This div background color is #000F2E.


Border color

.myBorderColor { border: 1px solid #000F2E; }

<div style="border:3px solid #000F2E">Div</div>

This div border color is #000F2E.


Opacity

.myOpacity80 { color: #000F2E; opacity: 0.8; }

<p style="color:#000F2E;opacity:0.8;">80%</p>

Text with #000F2E 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 #000F2E;}

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

This text has shadow with #000F2E color.

.textShadow {text-shadow: 3px 3px 1px #000F2E, 3px 3px 1px red;}

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

This text has shadow with #000F2E primary color and red secondary color.


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

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

This text has shadow with #000F2E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000F2E on black background.


Color preview on white background

This text has color #000F2E on white background.



Black color preview on #000F2E background

This text has black color on #000F2E background.


White color preview on #000F2E background

This text has white color on #000F2E background.