COLOR #0F0827

HEX: #0F0827 RGB: (15,8,39)

Color info

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

RGB color model

#0F0827 color RGB value is (15,8,39).

RGB: (15,8,39) (6%, 3%, 15%)

RGB channels and saturation

R 15 of 255 = 6%
G 8 of 255 = 3%
B 39 of 255 = 15%

15
8
39

R + G + B ~ 8%. #0F0827 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 8 + 39 = 62 (100%)
R 15 of 62 ~ 24.19%
G 8 of 62 ~ 12.9%
B 39 of 62 ~ 62.9'%

%24.19
%12.9
%62.9

CMYK color model

#0F0827 color CMYK value is (62,79,0,85).

  • cyan value is 61.54%
  • magenta value is 79.49%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (62,79,0,85)
C62M79Y0K85 (62%, 79%, 0%, 85%)
(0.62 / 0.79 / 0.00 / 0.85)

CMYK percentages

%61.54
%79.49
%0
%84.71

Codes

Color #0F0827 in popluar color models

0F 08 27
RGB 15 8 39
HSL 254° 65.96% 9.22%
HSB/HSV 254° 79.49% 15.29%
CMYK 61.54% 79.49% 0.00%
84.71%

Color #0F0827 in popluar number systems.

HEX 0F 08 27
Decimal 15 8 39
Binary 1111 1000 100111
Octal 17 10 47

Shades and tints

Shades of #0F0827

#0F0827
(15,8,39)
#0E0824
(14,8,36)
#0D0821
(13,8,33)
#0C081E
(12,8,30)
#0B081B
(11,8,27)
#0A0818
(10,8,24)
#090815
(9,8,21)
#080812
(8,8,18)
#07080F
(7,8,15)
#06080C
(6,8,12)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #0F0827

#0F0827
(15,8,39)
#241E3A
(36,30,58)
#39344D
(57,52,77)
#4E4A60
(78,74,96)
#636073
(99,96,115)
#787686
(120,118,134)
#8D8C99
(141,140,153)
#A2A2AC
(162,162,172)
#B7B8BF
(183,184,191)
#CCCED2
(204,206,210)
#E1E4E5
(225,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0827; }

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

This text font color is #0F0827.

Background Color

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

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

This div background color is #0F0827.

Border color

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

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

This div border color is #0F0827.

Opacity

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

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

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

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

This text has shadow with #0F0827 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0827.

Preview

Color preview on black background

This text has color #0F0827 on black background.


Color preview on white background

This text has color #0F0827 on white background.


Black color preview on #0F0827 background

This text has black color on #0F0827 background.


White color preview on #0F0827 background

This text has white color on #0F0827 background.


Related colors

Complementary color

Complementary color for #hex is #F0F7D8.


I love getcolorcode.com

Triadic colors

1 #270F08 and #08270F with #0F0827 are triadic colors.

2 #27080F and #080F27 with #0F0827 are triadic colors.