COLOR #10040C

HEX: #10040C RGB: (16,4,12)

Color info

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

RGB color model

#10040C color RGB value is (16,4,12).

RGB: (16,4,12) (6%, 2%, 5%)

RGB channels and saturation

R 16 of 255 = 6%
G 4 of 255 = 2%
B 12 of 255 = 5%

16
4
12

R + G + B ~ 4%. #10040C is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 4 + 12 = 32 (100%)
R 16 of 32 ~ 50%
G 4 of 32 ~ 12.5%
B 12 of 32 ~ 37.5'%

%50
%12.5
%37.5

CMYK color model

#10040C color CMYK value is (0,75,25,94).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 25.00%
  • key color value is 93.73%

CMYK: (0,75,25,94)
C0M75Y25K94 (0%, 75%, 25%, 94%)
(0.00 / 0.75 / 0.25 / 0.94)

CMYK percentages

%0
%75
%25
%93.73

Codes

Color #10040C in popluar color models

10 04 0C
RGB 16 4 12
HSL 320° 60.00% 3.92%
HSB/HSV 320° 75.00% 6.27%
CMYK 0.00% 75.00% 25.00%
93.73%

Color #10040C in popluar number systems.

HEX 10 04 0C
Decimal 16 4 12
Binary 10000 100 1100
Octal 20 4 14

Shades and tints

Shades of #10040C

#10040C
(16,4,12)
#0F040B
(15,4,11)
#0E040A
(14,4,10)
#0D0409
(13,4,9)
#0C0408
(12,4,8)
#0B0407
(11,4,7)
#0A0406
(10,4,6)
#090405
(9,4,5)
#080404
(8,4,4)
#070403
(7,4,3)
#060402
(6,4,2)
#000000
(0,0,0)

Tints of #10040C

#10040C
(16,4,12)
#251A22
(37,26,34)
#3A3038
(58,48,56)
#4F464E
(79,70,78)
#645C64
(100,92,100)
#79727A
(121,114,122)
#8E8890
(142,136,144)
#A39EA6
(163,158,166)
#B8B4BC
(184,180,188)
#CDCAD2
(205,202,210)
#E2E0E8
(226,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10040C color. Also use rgb(16,4,12) instead hex code.

Text Font Color

.myTextColor { color: #10040C; }

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

This text font color is #10040C.

Background Color

.myBgColor { background-color: #10040C; }

<div style="background-color:#10040C">Inner text</div>

This div background color is #10040C.

Border color

.myBorderColor { border: 1px solid #10040C; }

<div style="border:3px solid #10040C">Div</div>

This div border color is #10040C.

Opacity

.myOpacity80 { color: #10040C; opacity: 0.8; }

<p style="color:#10040C;opacity:0.8;">80%</p>

Text with #10040C 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 #10040C;}

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

This text has shadow with #10040C color.


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

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

This text has shadow with #10040C primary color and red secondary color.


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

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

This text has shadow with #10040C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #10040C.

Preview

Color preview on black background

This text has color #10040C on black background.


Color preview on white background

This text has color #10040C on white background.


Black color preview on #10040C background

This text has black color on #10040C background.


White color preview on #10040C background

This text has white color on #10040C background.


Related colors

Complementary color

Complementary color for #hex is #EFFBF3.


I love getcolorcode.com

Triadic colors

1 #0C1004 and #040C10 with #10040C are triadic colors.

2 #0C0410 and #04100C with #10040C are triadic colors.