COLOR #0F0D29

HEX: #0F0D29
RGB: (15,13,41)

Color info

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

RGB color model

#0F0D29 color RGB value is (15,13,41).

  • red value is 15;
  • green value is 13;
  • blue value is 41.
RGB:
(15,13,41)
(6%,5%,16%)

RGB channels and saturation

R 15 of 255 = 6%
G 13 of 255 = 5%
B 41 of 255 = 16%

15
13
41

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

Portions of RGB colors in percentages

R + G + B =
15 + 13 + 41 = 69 (100%)
R 15 of 69 ~ 21.74%
G 13 of 69 ~ 18.84%
B 41 of 69 ~ 59.42%

%21.74
%18.84
%59.42

CMYK color model

#0F0D29 color CMYK value is (63,68,0,84).

  • cyan value is 63.41%
  • magenta value is 68.29%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(63,68,0,84)
C63M68Y0K84 
(63%,68%,0%,84%)
(0.63/0.68/0.00/0.84)	

CMYK percentages

%63.41
%68.29
%0
%83.92

Codes

Color #0F0D29 in popluar color models

0F0D29
RGB151341
HSL244°51.85%10.59%
HSB/HSV244°68.29%16.08%
CMYK63.41%68.29%0.00%
83.92%

Color #0F0D29 in popluar number systems.

HEX0F0D29
Decimal151341
Binary11111101101001
Octal171551

Shades and tints

Shades of #0F0D29

#0F0D29
(15,13,41)
#0E0C26
(14,12,38)
#0D0B23
(13,11,35)
#0C0A20
(12,10,32)
#0B091D
(11,9,29)
#0A081A
(10,8,26)
#090717
(9,7,23)
#080614
(8,6,20)
#070511
(7,5,17)
#06040E
(6,4,14)
#05030B
(5,3,11)
#000000
(0,0,0)

Tints of #0F0D29

#0F0D29
(15,13,41)
#24233C
(36,35,60)
#39394F
(57,57,79)
#4E4F62
(78,79,98)
#636575
(99,101,117)
#787B88
(120,123,136)
#8D919B
(141,145,155)
#A2A7AE
(162,167,174)
#B7BDC1
(183,189,193)
#CCD3D4
(204,211,212)
#E1E9E7
(225,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F0D29 color. Also use rgb(15,13,41) instead hex code.

Text Font Color

.myTextColor { color: #0F0D29; }

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

This text font color is #0F0D29.


Background Color

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

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

This div background color is #0F0D29.


Border color

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

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

This div border color is #0F0D29.


Opacity

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

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

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

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

This text has shadow with #0F0D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0D29 on black background.


Color preview on white background

This text has color #0F0D29 on white background.



Black color preview on #0F0D29 background

This text has black color on #0F0D29 background.


White color preview on #0F0D29 background

This text has white color on #0F0D29 background.