COLOR #0A0F1E

HEX: #0A0F1E RGB: (10,15,30)

Color info

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

RGB color model

#0A0F1E color RGB value is (10,15,30).

RGB: (10,15,30) (4%, 6%, 12%)

RGB channels and saturation

R 10 of 255 = 4%
G 15 of 255 = 6%
B 30 of 255 = 12%

10
15
30

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

Portions of RGB colors in percentages

R + G + B = 10 + 15 + 30 = 55 (100%)
R 10 of 55 ~ 18.18%
G 15 of 55 ~ 27.27%
B 30 of 55 ~ 54.55'%

%18.18
%27.27
%54.55

CMYK color model

#0A0F1E color CMYK value is (67,50,0,88).

  • cyan value is 66.67%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (67,50,0,88)
C67M50Y0K88 (67%, 50%, 0%, 88%)
(0.67 / 0.50 / 0.00 / 0.88)

CMYK percentages

%66.67
%50
%0
%88.24

Codes

Color #0A0F1E in popluar color models

0A 0F 1E
RGB 10 15 30
HSL 225° 50.00% 7.84%
HSB/HSV 225° 66.67% 11.76%
CMYK 66.67% 50.00% 0.00%
88.24%

Color #0A0F1E in popluar number systems.

HEX 0A 0F 1E
Decimal 10 15 30
Binary 1010 1111 11110
Octal 12 17 36

Shades and tints

Shades of #0A0F1E

#0A0F1E
(10,15,30)
#0A0E1C
(10,14,28)
#0A0D1A
(10,13,26)
#0A0C18
(10,12,24)
#0A0B16
(10,11,22)
#0A0A14
(10,10,20)
#0A0912
(10,9,18)
#0A0810
(10,8,16)
#0A070E
(10,7,14)
#0A060C
(10,6,12)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #0A0F1E

#0A0F1E
(10,15,30)
#202432
(32,36,50)
#363946
(54,57,70)
#4C4E5A
(76,78,90)
#62636E
(98,99,110)
#787882
(120,120,130)
#8E8D96
(142,141,150)
#A4A2AA
(164,162,170)
#BAB7BE
(186,183,190)
#D0CCD2
(208,204,210)
#E6E1E6
(230,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A0F1E color. Also use rgb(10,15,30) instead hex code.

Text Font Color

.myTextColor { color: #0A0F1E; }

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

This text font color is #0A0F1E.

Background Color

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

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

This div background color is #0A0F1E.

Border color

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

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

This div border color is #0A0F1E.

Opacity

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

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

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

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

This text has shadow with #0A0F1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A0F1E.

Preview

Color preview on black background

This text has color #0A0F1E on black background.


Color preview on white background

This text has color #0A0F1E on white background.


Black color preview on #0A0F1E background

This text has black color on #0A0F1E background.


White color preview on #0A0F1E background

This text has white color on #0A0F1E background.


Related colors

Complementary color

Complementary color for #hex is #F5F0E1.


I love getcolorcode.com

Triadic colors

1 #1E0A0F and #0F1E0A with #0A0F1E are triadic colors.

2 #1E0F0A and #0F0A1E with #0A0F1E are triadic colors.