COLOR #0F2A2F

HEX: #0F2A2F
RGB: (15,42,47)

Color info

#0F2A2F contains red, green and blue colors in about the same proportion. Web safe color of #0F2A2F is #003333 (or #033).

RGB color model

#0F2A2F color RGB value is (15,42,47).

  • red value is 15;
  • green value is 42;
  • blue value is 47.
RGB:
(15,42,47)
(6%,16%,18%)

RGB channels and saturation

R 15 of 255 = 6%
G 42 of 255 = 16%
B 47 of 255 = 18%

15
42
47

R + G + B ~ 13%. #0F2A2F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 42 + 47 = 104 (100%)
R 15 of 104 ~ 14.42%
G 42 of 104 ~ 40.38%
B 47 of 104 ~ 45.19%

%14.42
%40.38
%45.19

CMYK color model

#0F2A2F color CMYK value is (68,11,0,82).

  • cyan value is 68.09%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(68,11,0,82)
C68M11Y0K82 
(68%,11%,0%,82%)
(0.68/0.11/0.00/0.82)	

CMYK percentages

%68.09
%10.64
%0
%81.57

Codes

Color #0F2A2F in popluar color models

0F2A2F
RGB154247
HSL189°51.61%12.16%
HSB/HSV189°68.09%18.43%
CMYK68.09%10.64%0.00%
81.57%

Color #0F2A2F in popluar number systems.

HEX0F2A2F
Decimal154247
Binary1111101010101111
Octal175257

Shades and tints

Shades of #0F2A2F

#0F2A2F
(15,42,47)
#0E272B
(14,39,43)
#0D2427
(13,36,39)
#0C2123
(12,33,35)
#0B1E1F
(11,30,31)
#0A1B1B
(10,27,27)
#091817
(9,24,23)
#081513
(8,21,19)
#07120F
(7,18,15)
#060F0B
(6,15,11)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #0F2A2F

#0F2A2F
(15,42,47)
#243D41
(36,61,65)
#395053
(57,80,83)
#4E6365
(78,99,101)
#637677
(99,118,119)
#788989
(120,137,137)
#8D9C9B
(141,156,155)
#A2AFAD
(162,175,173)
#B7C2BF
(183,194,191)
#CCD5D1
(204,213,209)
#E1E8E3
(225,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2A2F color. Also use rgb(15,42,47) instead hex code.

Text Font Color

.myTextColor { color: #0F2A2F; }

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

This text font color is #0F2A2F.


Background Color

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

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

This div background color is #0F2A2F.


Border color

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

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

This div border color is #0F2A2F.


Opacity

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

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

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

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

This text has shadow with #0F2A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2A2F on black background.


Color preview on white background

This text has color #0F2A2F on white background.



Black color preview on #0F2A2F background

This text has black color on #0F2A2F background.


White color preview on #0F2A2F background

This text has white color on #0F2A2F background.