COLOR #0A0617

HEX: #0A0617 RGB: (10,6,23)

Color info

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

RGB color model

#0A0617 color RGB value is (10,6,23).

RGB: (10,6,23) (4%, 2%, 9%)

RGB channels and saturation

R 10 of 255 = 4%
G 6 of 255 = 2%
B 23 of 255 = 9%

10
6
23

R + G + B ~ 5%. #0A0617 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 6 + 23 = 39 (100%)
R 10 of 39 ~ 25.64%
G 6 of 39 ~ 15.38%
B 23 of 39 ~ 58.97'%

%25.64
%15.38
%58.97

CMYK color model

#0A0617 color CMYK value is (57,74,0,91).

  • cyan value is 56.52%
  • magenta value is 73.91%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (57,74,0,91)
C57M74Y0K91 (57%, 74%, 0%, 91%)
(0.57 / 0.74 / 0.00 / 0.91)

CMYK percentages

%56.52
%73.91
%0
%90.98

Codes

Color #0A0617 in popluar color models

0A 06 17
RGB 10 6 23
HSL 254° 58.62% 5.69%
HSB/HSV 254° 73.91% 9.02%
CMYK 56.52% 73.91% 0.00%
90.98%

Color #0A0617 in popluar number systems.

HEX 0A 06 17
Decimal 10 6 23
Binary 1010 110 10111
Octal 12 6 27

Shades and tints

Shades of #0A0617

#0A0617
(10,6,23)
#0A0615
(10,6,21)
#0A0613
(10,6,19)
#0A0611
(10,6,17)
#0A060F
(10,6,15)
#0A060D
(10,6,13)
#0A060B
(10,6,11)
#0A0609
(10,6,9)
#0A0607
(10,6,7)
#0A0605
(10,6,5)
#0A0603
(10,6,3)
#000000
(0,0,0)

Tints of #0A0617

#0A0617
(10,6,23)
#201C2C
(32,28,44)
#363241
(54,50,65)
#4C4856
(76,72,86)
#625E6B
(98,94,107)
#787480
(120,116,128)
#8E8A95
(142,138,149)
#A4A0AA
(164,160,170)
#BAB6BF
(186,182,191)
#D0CCD4
(208,204,212)
#E6E2E9
(230,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0617; }

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

This text font color is #0A0617.

Background Color

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

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

This div background color is #0A0617.

Border color

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

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

This div border color is #0A0617.

Opacity

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

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

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

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

This text has shadow with #0A0617 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A0617.

Preview

Color preview on black background

This text has color #0A0617 on black background.


Color preview on white background

This text has color #0A0617 on white background.


Black color preview on #0A0617 background

This text has black color on #0A0617 background.


White color preview on #0A0617 background

This text has white color on #0A0617 background.


Related colors

Complementary color

Complementary color for #hex is #F5F9E8.


I love getcolorcode.com

Triadic colors

1 #170A06 and #06170A with #0A0617 are triadic colors.

2 #17060A and #060A17 with #0A0617 are triadic colors.