COLOR #0F2015

HEX: #0F2015 RGB: (15,32,21)

Color info

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

RGB color model

#0F2015 color RGB value is (15,32,21).

RGB: (15,32,21) (6%, 13%, 8%)

RGB channels and saturation

R 15 of 255 = 6%
G 32 of 255 = 13%
B 21 of 255 = 8%

15
32
21

R + G + B ~ 9%. #0F2015 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 32 + 21 = 68 (100%)
R 15 of 68 ~ 22.06%
G 32 of 68 ~ 47.06%
B 21 of 68 ~ 30.88'%

%22.06
%47.06
%30.88

CMYK color model

#0F2015 color CMYK value is (53,0,34,87).

  • cyan value is 53.13%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 87.45%
CMYK: (53,0,34,87) C53M0Y34K87 (53%,0%,34%,87%) (0.53/0.00/0.34/0.87) 

CMYK percentages

%53.13
%0
%34.38
%87.45

Codes

Color #0F2015 in popluar color models

0F 20 15
RGB 15 32 21
HSL 141° 36.17% 9.22%
HSB/HSV 141° 53.13% 12.55%
CMYK 53.13% 0.00% 34.38%
87.45%

Color #0F2015 in popluar number systems.

HEX 0F 20 15
Decimal 15 32 21
Binary 1111 100000 10101
Octal 17 40 25

Shades and tints

Shades of #0F2015

#0F2015
(15,32,21)
#0E1E14
(14,30,20)
#0D1C13
(13,28,19)
#0C1A12
(12,26,18)
#0B1811
(11,24,17)
#0A1610
(10,22,16)
#09140F
(9,20,15)
#08120E
(8,18,14)
#07100D
(7,16,13)
#060E0C
(6,14,12)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #0F2015

#0F2015
(15,32,21)
#24342A
(36,52,42)
#39483F
(57,72,63)
#4E5C54
(78,92,84)
#637069
(99,112,105)
#78847E
(120,132,126)
#8D9893
(141,152,147)
#A2ACA8
(162,172,168)
#B7C0BD
(183,192,189)
#CCD4D2
(204,212,210)
#E1E8E7
(225,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2015; }

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

This text font color is #0F2015.

Background Color

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

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

This div background color is #0F2015.

Border color

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

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

This div border color is #0F2015.

Opacity

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

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

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

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

This text has shadow with #0F2015 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F2015.

Preview

Color preview on black background

This text has color #0F2015 on black background.


Color preview on white background

This text has color #0F2015 on white background.


Black color preview on #0F2015 background

This text has black color on #0F2015 background.


White color preview on #0F2015 background

This text has white color on #0F2015 background.


Related colors

Complementary color

Complementary color for #hex is #F0DFEA.


I love getcolorcode.com

Triadic colors

1 #150F20 and #20150F with #0F2015 are triadic colors.

2 #15200F and #200F15 with #0F2015 are triadic colors.