COLOR #100804

HEX: #100804 RGB: (16,8,4)

Color info

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

RGB color model

#100804 color RGB value is (16,8,4).

RGB: (16,8,4) (6%, 3%, 2%)

RGB channels and saturation

R 16 of 255 = 6%
G 8 of 255 = 3%
B 4 of 255 = 2%

16
8
4

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

Portions of RGB colors in percentages

R + G + B = 16 + 8 + 4 = 28 (100%)
R 16 of 28 ~ 57.14%
G 8 of 28 ~ 28.57%
B 4 of 28 ~ 14.29'%

%57.14
%28.57
%14.29

CMYK color model

#100804 color CMYK value is (0,50,75,94).

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

CMYK: (0,50,75,94)
C0M50Y75K94 (0%, 50%, 75%, 94%)
(0.00 / 0.50 / 0.75 / 0.94)

CMYK percentages

%0
%50
%75
%93.73

Codes

Color #100804 in popluar color models

10 08 04
RGB 16 8 4
HSL 20° 60.00% 3.92%
HSB/HSV 20° 75.00% 6.27%
CMYK 0.00% 50.00% 75.00%
93.73%

Color #100804 in popluar number systems.

HEX 10 08 04
Decimal 16 8 4
Binary 10000 1000 100
Octal 20 10 4

Shades and tints

Shades of #100804

#100804
(16,8,4)
#0F0804
(15,8,4)
#0E0804
(14,8,4)
#0D0804
(13,8,4)
#0C0804
(12,8,4)
#0B0804
(11,8,4)
#0A0804
(10,8,4)
#090804
(9,8,4)
#080804
(8,8,4)
#070804
(7,8,4)
#060804
(6,8,4)
#000000
(0,0,0)

Tints of #100804

#100804
(16,8,4)
#251E1A
(37,30,26)
#3A3430
(58,52,48)
#4F4A46
(79,74,70)
#64605C
(100,96,92)
#797672
(121,118,114)
#8E8C88
(142,140,136)
#A3A29E
(163,162,158)
#B8B8B4
(184,184,180)
#CDCECA
(205,206,202)
#E2E4E0
(226,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #100804; }

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

This text font color is #100804.

Background Color

.myBgColor { background-color: #100804; }

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

This div background color is #100804.

Border color

.myBorderColor { border: 1px solid #100804; }

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

This div border color is #100804.

Opacity

.myOpacity80 { color: #100804; opacity: 0.8; }

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

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

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

This text has shadow with #100804 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #100804.

Preview

Color preview on black background

This text has color #100804 on black background.


Color preview on white background

This text has color #100804 on white background.


Black color preview on #100804 background

This text has black color on #100804 background.


White color preview on #100804 background

This text has white color on #100804 background.


Related colors

Complementary color

Complementary color for #hex is #EFF7FB.


I love getcolorcode.com

Triadic colors

1 #041008 and #080410 with #100804 are triadic colors.

2 #040810 and #081004 with #100804 are triadic colors.