COLOR #0F2E0E

HEX: #0F2E0E
RGB: (15,46,14)

Color info

#0F2E0E contains red, green and blue colors in about the same proportion. Web safe color of #0F2E0E is #003300 (or #030).

RGB color model

#0F2E0E color RGB value is (15,46,14).

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

RGB channels and saturation

R 15 of 255 = 6%
G 46 of 255 = 18%
B 14 of 255 = 5%

15
46
14

R + G + B ~ 10%. #0F2E0E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 46 + 14 = 75 (100%)
R 15 of 75 ~ 20%
G 46 of 75 ~ 61.33%
B 14 of 75 ~ 18.67%

%20
%61.33
%18.67

CMYK color model

#0F2E0E color CMYK value is (67,0,70,82).

  • cyan value is 67.39%
  • magenta value is 0.00%
  • yellow value is 69.57%
  • key color value is 81.96%
CMYK:
(67,0,70,82)
C67M0Y70K82 
(67%,0%,70%,82%)
(0.67/0.00/0.70/0.82)	

CMYK percentages

%67.39
%0
%69.57
%81.96

Codes

Color #0F2E0E in popluar color models

0F2E0E
RGB154614
HSL118°53.33%11.76%
HSB/HSV118°69.57%18.04%
CMYK67.39%0.00%69.57%
81.96%

Color #0F2E0E in popluar number systems.

HEX0F2E0E
Decimal154614
Binary11111011101110
Octal175616

Shades and tints

Shades of #0F2E0E

#0F2E0E
(15,46,14)
#0E2A0D
(14,42,13)
#0D260C
(13,38,12)
#0C220B
(12,34,11)
#0B1E0A
(11,30,10)
#0A1A09
(10,26,9)
#091608
(9,22,8)
#081207
(8,18,7)
#070E06
(7,14,6)
#060A05
(6,10,5)
#050604
(5,6,4)
#000000
(0,0,0)

Tints of #0F2E0E

#0F2E0E
(15,46,14)
#244123
(36,65,35)
#395438
(57,84,56)
#4E674D
(78,103,77)
#637A62
(99,122,98)
#788D77
(120,141,119)
#8DA08C
(141,160,140)
#A2B3A1
(162,179,161)
#B7C6B6
(183,198,182)
#CCD9CB
(204,217,203)
#E1ECE0
(225,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2E0E; }

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

This text font color is #0F2E0E.


Background Color

.myBgColor { background-color: #0F2E0E; }

<div style="background-color:#0F2E0E">Inner text</div>

This div background color is #0F2E0E.


Border color

.myBorderColor { border: 1px solid #0F2E0E; }

<div style="border:3px solid #0F2E0E">Div</div>

This div border color is #0F2E0E.


Opacity

.myOpacity80 { color: #0F2E0E; opacity: 0.8; }

<p style="color:#0F2E0E;opacity:0.8;">80%</p>

Text with #0F2E0E 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 #0F2E0E;}

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

This text has shadow with #0F2E0E color.

.textShadow {text-shadow: 3px 3px 1px #0F2E0E, 3px 3px 1px red;}

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

This text has shadow with #0F2E0E primary color and red secondary color.


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

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

This text has shadow with #0F2E0E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2E0E on black background.


Color preview on white background

This text has color #0F2E0E on white background.



Black color preview on #0F2E0E background

This text has black color on #0F2E0E background.


White color preview on #0F2E0E background

This text has white color on #0F2E0E background.