COLOR #0A0117

HEX: #0A0117
RGB: (10,1,23)

Color info

#0A0117 contains red, green and blue colors in about the same proportion. Web safe color of #0A0117 is #000000 (or #000).

RGB color model

#0A0117 color RGB value is (10,1,23).

  • red value is 10;
  • green value is 1;
  • blue value is 23.
RGB:
(10,1,23)
(4%,0%,9%)

RGB channels and saturation

R 10 of 255 = 4%
G 1 of 255 = 0%
B 23 of 255 = 9%

10
1
23

R + G + B ~ 4%. #0A0117 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 1 + 23 = 34 (100%)
R 10 of 34 ~ 29.41%
G 1 of 34 ~ 2.94%
B 23 of 34 ~ 67.65%

%29.41
%67.65

CMYK color model

#0A0117 color CMYK value is (57,96,0,91).

  • cyan value is 56.52%
  • magenta value is 95.65%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(57,96,0,91)
C57M96Y0K91 
(57%,96%,0%,91%)
(0.57/0.96/0.00/0.91)	

CMYK percentages

%56.52
%95.65
%0
%90.98

Codes

Color #0A0117 in popluar color models

0A0117
RGB10123
HSL265°91.67%4.71%
HSB/HSV265°95.65%9.02%
CMYK56.52%95.65%0.00%
90.98%

Color #0A0117 in popluar number systems.

HEX0A0117
Decimal10123
Binary1010110111
Octal12127

Shades and tints

Shades of #0A0117

#0A0117
(10,1,23)
#0A0115
(10,1,21)
#0A0113
(10,1,19)
#0A0111
(10,1,17)
#0A010F
(10,1,15)
#0A010D
(10,1,13)
#0A010B
(10,1,11)
#0A0109
(10,1,9)
#0A0107
(10,1,7)
#0A0105
(10,1,5)
#0A0103
(10,1,3)
#000000
(0,0,0)

Tints of #0A0117

#0A0117
(10,1,23)
#20182C
(32,24,44)
#362F41
(54,47,65)
#4C4656
(76,70,86)
#625D6B
(98,93,107)
#787480
(120,116,128)
#8E8B95
(142,139,149)
#A4A2AA
(164,162,170)
#BAB9BF
(186,185,191)
#D0D0D4
(208,208,212)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A0117 color. Also use rgb(10,1,23) instead hex code.

Text Font Color

.myTextColor { color: #0A0117; }

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

This text font color is #0A0117.


Background Color

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

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

This div background color is #0A0117.


Border color

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

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

This div border color is #0A0117.


Opacity

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

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

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

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

This text has shadow with #0A0117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0117 on black background.


Color preview on white background

This text has color #0A0117 on white background.



Black color preview on #0A0117 background

This text has black color on #0A0117 background.


White color preview on #0A0117 background

This text has white color on #0A0117 background.