COLOR #0F2E13

HEX: #0F2E13
RGB: (15,46,19)

Color info

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

RGB color model

#0F2E13 color RGB value is (15,46,19).

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

RGB channels and saturation

R 15 of 255 = 6%
G 46 of 255 = 18%
B 19 of 255 = 7%

15
46
19

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

Portions of RGB colors in percentages

R + G + B =
15 + 46 + 19 = 80 (100%)
R 15 of 80 ~ 18.75%
G 46 of 80 ~ 57.5%
B 19 of 80 ~ 23.75%

%18.75
%57.5
%23.75

CMYK color model

#0F2E13 color CMYK value is (67,0,59,82).

  • cyan value is 67.39%
  • magenta value is 0.00%
  • yellow value is 58.70%
  • key color value is 81.96%
CMYK:
(67,0,59,82)
C67M0Y59K82 
(67%,0%,59%,82%)
(0.67/0.00/0.59/0.82)	

CMYK percentages

%67.39
%0
%58.7
%81.96

Codes

Color #0F2E13 in popluar color models

0F2E13
RGB154619
HSL128°50.82%11.96%
HSB/HSV128°67.39%18.04%
CMYK67.39%0.00%58.70%
81.96%

Color #0F2E13 in popluar number systems.

HEX0F2E13
Decimal154619
Binary111110111010011
Octal175623

Shades and tints

Shades of #0F2E13

#0F2E13
(15,46,19)
#0E2A12
(14,42,18)
#0D2611
(13,38,17)
#0C2210
(12,34,16)
#0B1E0F
(11,30,15)
#0A1A0E
(10,26,14)
#09160D
(9,22,13)
#08120C
(8,18,12)
#070E0B
(7,14,11)
#060A0A
(6,10,10)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #0F2E13

#0F2E13
(15,46,19)
#244128
(36,65,40)
#39543D
(57,84,61)
#4E6752
(78,103,82)
#637A67
(99,122,103)
#788D7C
(120,141,124)
#8DA091
(141,160,145)
#A2B3A6
(162,179,166)
#B7C6BB
(183,198,187)
#CCD9D0
(204,217,208)
#E1ECE5
(225,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2E13; }

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

This text font color is #0F2E13.


Background Color

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

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

This div background color is #0F2E13.


Border color

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

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

This div border color is #0F2E13.


Opacity

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

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

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

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

This text has shadow with #0F2E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2E13 on black background.


Color preview on white background

This text has color #0F2E13 on white background.



Black color preview on #0F2E13 background

This text has black color on #0F2E13 background.


White color preview on #0F2E13 background

This text has white color on #0F2E13 background.