COLOR #100D04

HEX: #100D04
RGB: (16,13,4)

Color info

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

RGB color model

#100D04 color RGB value is (16,13,4).

  • red value is 16;
  • green value is 13;
  • blue value is 4.
RGB:
(16,13,4)
(6%,5%,2%)

RGB channels and saturation

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

16
13
4

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

Portions of RGB colors in percentages

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

%48.48
%39.39
%12.12

CMYK color model

#100D04 color CMYK value is (0,19,75,94).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 75.00%
  • key color value is 93.73%
CMYK:
(0,19,75,94)
C0M19Y75K94 
(0%,19%,75%,94%)
(0.00/0.19/0.75/0.94)	

CMYK percentages

%0
%18.75
%75
%93.73

Codes

Color #100D04 in popluar color models

100D04
RGB16134
HSL45°60.00%3.92%
HSB/HSV45°75.00%6.27%
CMYK0.00%18.75%75.00%
93.73%

Color #100D04 in popluar number systems.

HEX100D04
Decimal16134
Binary100001101100
Octal20154

Shades and tints

Shades of #100D04

#100D04
(16,13,4)
#0F0C04
(15,12,4)
#0E0B04
(14,11,4)
#0D0A04
(13,10,4)
#0C0904
(12,9,4)
#0B0804
(11,8,4)
#0A0704
(10,7,4)
#090604
(9,6,4)
#080504
(8,5,4)
#070404
(7,4,4)
#060304
(6,3,4)
#000000
(0,0,0)

Tints of #100D04

#100D04
(16,13,4)
#25231A
(37,35,26)
#3A3930
(58,57,48)
#4F4F46
(79,79,70)
#64655C
(100,101,92)
#797B72
(121,123,114)
#8E9188
(142,145,136)
#A3A79E
(163,167,158)
#B8BDB4
(184,189,180)
#CDD3CA
(205,211,202)
#E2E9E0
(226,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #100D04; }

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

This text font color is #100D04.


Background Color

.myBgColor { background-color: #100D04; }

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

This div background color is #100D04.


Border color

.myBorderColor { border: 1px solid #100D04; }

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

This div border color is #100D04.


Opacity

.myOpacity80 { color: #100D04; opacity: 0.8; }

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

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

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

This text has shadow with #100D04 color.

.textShadow {text-shadow: 3px 3px 1px #100D04, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #100D04;
-webkit-box-shadow: 1px 1px 3px 2px #100D04;
box-shadow:1px 1px 3px 2px #100D04;">
Div content here</div>
This div box has shadow with color #100D04.

Preview

Color preview on black background

This text has color #100D04 on black background.


Color preview on white background

This text has color #100D04 on white background.



Black color preview on #100D04 background

This text has black color on #100D04 background.


White color preview on #100D04 background

This text has white color on #100D04 background.