COLOR #0F0D46

HEX: #0F0D46
RGB: (15,13,70)

Color info

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

RGB color model

#0F0D46 color RGB value is (15,13,70).

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

RGB channels and saturation

R 15 of 255 = 6%
G 13 of 255 = 5%
B 70 of 255 = 27%

15
13
70

R + G + B ~ 13%. #0F0D46 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 13 + 70 = 98 (100%)
R 15 of 98 ~ 15.31%
G 13 of 98 ~ 13.27%
B 70 of 98 ~ 71.43%

%15.31
%13.27
%71.43

CMYK color model

#0F0D46 color CMYK value is (79,81,0,73).

  • cyan value is 78.57%
  • magenta value is 81.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(79,81,0,73)
C79M81Y0K73 
(79%,81%,0%,73%)
(0.79/0.81/0.00/0.73)	

CMYK percentages

%78.57
%81.43
%0
%72.55

Codes

Color #0F0D46 in popluar color models

0F0D46
RGB151370
HSL242°68.67%16.27%
HSB/HSV242°81.43%27.45%
CMYK78.57%81.43%0.00%
72.55%

Color #0F0D46 in popluar number systems.

HEX0F0D46
Decimal151370
Binary111111011000110
Octal1715106

Shades and tints

Shades of #0F0D46

#0F0D46
(15,13,70)
#0E0C40
(14,12,64)
#0D0B3A
(13,11,58)
#0C0A34
(12,10,52)
#0B092E
(11,9,46)
#0A0828
(10,8,40)
#090722
(9,7,34)
#08061C
(8,6,28)
#070516
(7,5,22)
#060410
(6,4,16)
#05030A
(5,3,10)
#000000
(0,0,0)

Tints of #0F0D46

#0F0D46
(15,13,70)
#242356
(36,35,86)
#393966
(57,57,102)
#4E4F76
(78,79,118)
#636586
(99,101,134)
#787B96
(120,123,150)
#8D91A6
(141,145,166)
#A2A7B6
(162,167,182)
#B7BDC6
(183,189,198)
#CCD3D6
(204,211,214)
#E1E9E6
(225,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0D46; }

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

This text font color is #0F0D46.


Background Color

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

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

This div background color is #0F0D46.


Border color

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

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

This div border color is #0F0D46.


Opacity

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

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

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

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

This text has shadow with #0F0D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F0D46 on black background.


Color preview on white background

This text has color #0F0D46 on white background.



Black color preview on #0F0D46 background

This text has black color on #0F0D46 background.


White color preview on #0F0D46 background

This text has white color on #0F0D46 background.