COLOR #0A0611

HEX: #0A0611 RGB: (10,6,17)

Color info

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

RGB color model

#0A0611 color RGB value is (10,6,17).

RGB: (10,6,17) (4%, 2%, 7%)

RGB channels and saturation

R 10 of 255 = 4%
G 6 of 255 = 2%
B 17 of 255 = 7%

10
6
17

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

Portions of RGB colors in percentages

R + G + B = 10 + 6 + 17 = 33 (100%)
R 10 of 33 ~ 30.3%
G 6 of 33 ~ 18.18%
B 17 of 33 ~ 51.52'%

%30.3
%18.18
%51.52

CMYK color model

#0A0611 color CMYK value is (41,65,0,93).

  • cyan value is 41.18%
  • magenta value is 64.71%
  • yellow value is 0.00%
  • key color value is 93.33%

CMYK: (41,65,0,93)
C41M65Y0K93 (41%, 65%, 0%, 93%)
(0.41 / 0.65 / 0.00 / 0.93)

CMYK percentages

%41.18
%64.71
%0
%93.33

Codes

Color #0A0611 in popluar color models

0A 06 11
RGB 10 6 17
HSL 262° 47.83% 4.51%
HSB/HSV 262° 64.71% 6.67%
CMYK 41.18% 64.71% 0.00%
93.33%

Color #0A0611 in popluar number systems.

HEX 0A 06 11
Decimal 10 6 17
Binary 1010 110 10001
Octal 12 6 21

Shades and tints

Shades of #0A0611

#0A0611
(10,6,17)
#0A0610
(10,6,16)
#0A060F
(10,6,15)
#0A060E
(10,6,14)
#0A060D
(10,6,13)
#0A060C
(10,6,12)
#0A060B
(10,6,11)
#0A060A
(10,6,10)
#0A0609
(10,6,9)
#0A0608
(10,6,8)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #0A0611

#0A0611
(10,6,17)
#201C26
(32,28,38)
#36323B
(54,50,59)
#4C4850
(76,72,80)
#625E65
(98,94,101)
#78747A
(120,116,122)
#8E8A8F
(142,138,143)
#A4A0A4
(164,160,164)
#BAB6B9
(186,182,185)
#D0CCCE
(208,204,206)
#E6E2E3
(230,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0611; }

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

This text font color is #0A0611.

Background Color

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

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

This div background color is #0A0611.

Border color

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

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

This div border color is #0A0611.

Opacity

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

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

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

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

This text has shadow with #0A0611 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A0611.

Preview

Color preview on black background

This text has color #0A0611 on black background.


Color preview on white background

This text has color #0A0611 on white background.


Black color preview on #0A0611 background

This text has black color on #0A0611 background.


White color preview on #0A0611 background

This text has white color on #0A0611 background.


Related colors

Complementary color

Complementary color for #hex is #F5F9EE.


I love getcolorcode.com

Triadic colors

1 #110A06 and #06110A with #0A0611 are triadic colors.

2 #11060A and #060A11 with #0A0611 are triadic colors.