COLOR #10060A

HEX: #10060A RGB: (16,6,10)

Color info

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

RGB color model

#10060A color RGB value is (16,6,10).

RGB: (16,6,10) (6%, 2%, 4%)

RGB channels and saturation

R 16 of 255 = 6%
G 6 of 255 = 2%
B 10 of 255 = 4%

16
6
10

R + G + B ~ 4%. #10060A is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 6 + 10 = 32 (100%)
R 16 of 32 ~ 50%
G 6 of 32 ~ 18.75%
B 10 of 32 ~ 31.25'%

%50
%18.75
%31.25

CMYK color model

#10060A color CMYK value is (0,63,38,94).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 37.50%
  • key color value is 93.73%

CMYK: (0,63,38,94)
C0M63Y38K94 (0%, 63%, 38%, 94%)
(0.00 / 0.63 / 0.38 / 0.94)

CMYK percentages

%0
%62.5
%37.5
%93.73

Codes

Color #10060A in popluar color models

10 06 0A
RGB 16 6 10
HSL 336° 45.45% 4.31%
HSB/HSV 336° 62.50% 6.27%
CMYK 0.00% 62.50% 37.50%
93.73%

Color #10060A in popluar number systems.

HEX 10 06 0A
Decimal 16 6 10
Binary 10000 110 1010
Octal 20 6 12

Shades and tints

Shades of #10060A

#10060A
(16,6,10)
#0F060A
(15,6,10)
#0E060A
(14,6,10)
#0D060A
(13,6,10)
#0C060A
(12,6,10)
#0B060A
(11,6,10)
#0A060A
(10,6,10)
#09060A
(9,6,10)
#08060A
(8,6,10)
#07060A
(7,6,10)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #10060A

#10060A
(16,6,10)
#251C20
(37,28,32)
#3A3236
(58,50,54)
#4F484C
(79,72,76)
#645E62
(100,94,98)
#797478
(121,116,120)
#8E8A8E
(142,138,142)
#A3A0A4
(163,160,164)
#B8B6BA
(184,182,186)
#CDCCD0
(205,204,208)
#E2E2E6
(226,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10060A color. Also use rgb(16,6,10) instead hex code.

Text Font Color

.myTextColor { color: #10060A; }

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

This text font color is #10060A.

Background Color

.myBgColor { background-color: #10060A; }

<div style="background-color:#10060A">Inner text</div>

This div background color is #10060A.

Border color

.myBorderColor { border: 1px solid #10060A; }

<div style="border:3px solid #10060A">Div</div>

This div border color is #10060A.

Opacity

.myOpacity80 { color: #10060A; opacity: 0.8; }

<p style="color:#10060A;opacity:0.8;">80%</p>

Text with #10060A 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 #10060A;}

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

This text has shadow with #10060A color.


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

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

This text has shadow with #10060A primary color and red secondary color.


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

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

This text has shadow with #10060A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #10060A.

Preview

Color preview on black background

This text has color #10060A on black background.


Color preview on white background

This text has color #10060A on white background.


Black color preview on #10060A background

This text has black color on #10060A background.


White color preview on #10060A background

This text has white color on #10060A background.


Related colors

Complementary color

Complementary color for #hex is #EFF9F5.


I love getcolorcode.com

Triadic colors

1 #0A1006 and #060A10 with #10060A are triadic colors.

2 #0A0610 and #06100A with #10060A are triadic colors.