COLOR #10040D

HEX: #10040D RGB: (16,4,13)

Color info

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

RGB color model

#10040D color RGB value is (16,4,13).

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

RGB channels and saturation

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

16
4
13

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

Portions of RGB colors in percentages

R + G + B = 16 + 4 + 13 = 33 (100%)
R 16 of 33 ~ 48.48%
G 4 of 33 ~ 12.12%
B 13 of 33 ~ 39.39'%

%48.48
%12.12
%39.39

CMYK color model

#10040D color CMYK value is (0,75,19,94).

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

CMYK: (0,75,19,94)
C0M75Y19K94 (0%, 75%, 19%, 94%)
(0.00 / 0.75 / 0.19 / 0.94)

CMYK percentages

%0
%75
%18.75
%93.73

Codes

Color #10040D in popluar color models

10 04 0D
RGB 16 4 13
HSL 315° 60.00% 3.92%
HSB/HSV 315° 75.00% 6.27%
CMYK 0.00% 75.00% 18.75%
93.73%

Color #10040D in popluar number systems.

HEX 10 04 0D
Decimal 16 4 13
Binary 10000 100 1101
Octal 20 4 15

Shades and tints

Shades of #10040D

#10040D
(16,4,13)
#0F040C
(15,4,12)
#0E040B
(14,4,11)
#0D040A
(13,4,10)
#0C0409
(12,4,9)
#0B0408
(11,4,8)
#0A0407
(10,4,7)
#090406
(9,4,6)
#080405
(8,4,5)
#070404
(7,4,4)
#060403
(6,4,3)
#000000
(0,0,0)

Tints of #10040D

#10040D
(16,4,13)
#251A23
(37,26,35)
#3A3039
(58,48,57)
#4F464F
(79,70,79)
#645C65
(100,92,101)
#79727B
(121,114,123)
#8E8891
(142,136,145)
#A39EA7
(163,158,167)
#B8B4BD
(184,180,189)
#CDCAD3
(205,202,211)
#E2E0E9
(226,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #10040D; }

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

This text font color is #10040D.

Background Color

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

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

This div background color is #10040D.

Border color

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

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

This div border color is #10040D.

Opacity

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

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

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

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

This text has shadow with #10040D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10040D.

Preview

Color preview on black background

This text has color #10040D on black background.


Color preview on white background

This text has color #10040D on white background.


Black color preview on #10040D background

This text has black color on #10040D background.


White color preview on #10040D background

This text has white color on #10040D background.


Related colors

Complementary color

Complementary color for #hex is #EFFBF2.


I love getcolorcode.com

Triadic colors

1 #0D1004 and #040D10 with #10040D are triadic colors.

2 #0D0410 and #04100D with #10040D are triadic colors.