COLOR #0F0821

HEX: #0F0821
RGB: (15,8,33)

Color info

#0F0821 contains red, green and blue colors in about the same proportion. Web safe color of #0F0821 is #000033 (or #003).

RGB color model

#0F0821 color RGB value is (15,8,33).

  • red value is 15;
  • green value is 8;
  • blue value is 33.
RGB:
(15,8,33)
(6%,3%,13%)

RGB channels and saturation

R 15 of 255 = 6%
G 8 of 255 = 3%
B 33 of 255 = 13%

15
8
33

R + G + B ~ 7%. #0F0821 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 8 + 33 = 56 (100%)
R 15 of 56 ~ 26.79%
G 8 of 56 ~ 14.29%
B 33 of 56 ~ 58.93%

%26.79
%14.29
%58.93

CMYK color model

#0F0821 color CMYK value is (55,76,0,87).

  • cyan value is 54.55%
  • magenta value is 75.76%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(55,76,0,87)
C55M76Y0K87 
(55%,76%,0%,87%)
(0.55/0.76/0.00/0.87)	

CMYK percentages

%54.55
%75.76
%0
%87.06

Codes

Color #0F0821 in popluar color models

0F0821
RGB15833
HSL257°60.98%8.04%
HSB/HSV257°75.76%12.94%
CMYK54.55%75.76%0.00%
87.06%

Color #0F0821 in popluar number systems.

HEX0F0821
Decimal15833
Binary11111000100001
Octal171041

Shades and tints

Shades of #0F0821

#0F0821
(15,8,33)
#0E081E
(14,8,30)
#0D081B
(13,8,27)
#0C0818
(12,8,24)
#0B0815
(11,8,21)
#0A0812
(10,8,18)
#09080F
(9,8,15)
#08080C
(8,8,12)
#070809
(7,8,9)
#060806
(6,8,6)
#050803
(5,8,3)
#000000
(0,0,0)

Tints of #0F0821

#0F0821
(15,8,33)
#241E35
(36,30,53)
#393449
(57,52,73)
#4E4A5D
(78,74,93)
#636071
(99,96,113)
#787685
(120,118,133)
#8D8C99
(141,140,153)
#A2A2AD
(162,162,173)
#B7B8C1
(183,184,193)
#CCCED5
(204,206,213)
#E1E4E9
(225,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F0821 color. Also use rgb(15,8,33) instead hex code.

Text Font Color

.myTextColor { color: #0F0821; }

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

This text font color is #0F0821.


Background Color

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

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

This div background color is #0F0821.


Border color

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

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

This div border color is #0F0821.


Opacity

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

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

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

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

This text has shadow with #0F0821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0821 on black background.


Color preview on white background

This text has color #0F0821 on white background.



Black color preview on #0F0821 background

This text has black color on #0F0821 background.


White color preview on #0F0821 background

This text has white color on #0F0821 background.