COLOR #0F2A15

HEX: #0F2A15
RGB: (15,42,21)

Color info

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

RGB color model

#0F2A15 color RGB value is (15,42,21).

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

RGB channels and saturation

R 15 of 255 = 6%
G 42 of 255 = 16%
B 21 of 255 = 8%

15
42
21

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

Portions of RGB colors in percentages

R + G + B =
15 + 42 + 21 = 78 (100%)
R 15 of 78 ~ 19.23%
G 42 of 78 ~ 53.85%
B 21 of 78 ~ 26.92%

%19.23
%53.85
%26.92

CMYK color model

#0F2A15 color CMYK value is (64,0,50,84).

  • cyan value is 64.29%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 83.53%
CMYK:
(64,0,50,84)
C64M0Y50K84 
(64%,0%,50%,84%)
(0.64/0.00/0.50/0.84)	

CMYK percentages

%64.29
%0
%50
%83.53

Codes

Color #0F2A15 in popluar color models

0F2A15
RGB154221
HSL133°47.37%11.18%
HSB/HSV133°64.29%16.47%
CMYK64.29%0.00%50.00%
83.53%

Color #0F2A15 in popluar number systems.

HEX0F2A15
Decimal154221
Binary111110101010101
Octal175225

Shades and tints

Shades of #0F2A15

#0F2A15
(15,42,21)
#0E2714
(14,39,20)
#0D2413
(13,36,19)
#0C2112
(12,33,18)
#0B1E11
(11,30,17)
#0A1B10
(10,27,16)
#09180F
(9,24,15)
#08150E
(8,21,14)
#07120D
(7,18,13)
#060F0C
(6,15,12)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #0F2A15

#0F2A15
(15,42,21)
#243D2A
(36,61,42)
#39503F
(57,80,63)
#4E6354
(78,99,84)
#637669
(99,118,105)
#78897E
(120,137,126)
#8D9C93
(141,156,147)
#A2AFA8
(162,175,168)
#B7C2BD
(183,194,189)
#CCD5D2
(204,213,210)
#E1E8E7
(225,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2A15; }

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

This text font color is #0F2A15.


Background Color

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

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

This div background color is #0F2A15.


Border color

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

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

This div border color is #0F2A15.


Opacity

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

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

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

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

This text has shadow with #0F2A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2A15 on black background.


Color preview on white background

This text has color #0F2A15 on white background.



Black color preview on #0F2A15 background

This text has black color on #0F2A15 background.


White color preview on #0F2A15 background

This text has white color on #0F2A15 background.