COLOR #010D04

HEX: #010D04
RGB: (1,13,4)

Color info

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

RGB color model

#010D04 color RGB value is (1,13,4).

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

RGB channels and saturation

R 1 of 255 = 0%
G 13 of 255 = 5%
B 4 of 255 = 2%

1
13
4

R + G + B ~ 2%. #010D04 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 13 + 4 = 18 (100%)
R 1 of 18 ~ 5.56%
G 13 of 18 ~ 72.22%
B 4 of 18 ~ 22.22%

%72.22
%22.22

CMYK color model

#010D04 color CMYK value is (92,0,69,95).

  • cyan value is 92.31%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 94.90%
CMYK:
(92,0,69,95)
C92M0Y69K95 
(92%,0%,69%,95%)
(0.92/0.00/0.69/0.95)	

CMYK percentages

%92.31
%0
%69.23
%94.9

Codes

Color #010D04 in popluar color models

010D04
RGB1134
HSL135°85.71%2.75%
HSB/HSV135°92.31%5.10%
CMYK92.31%0.00%69.23%
94.90%

Color #010D04 in popluar number systems.

HEX010D04
Decimal1134
Binary11101100
Octal1154

Shades and tints

Shades of #010D04

#010D04
(1,13,4)
#010C04
(1,12,4)
#010B04
(1,11,4)
#010A04
(1,10,4)
#010904
(1,9,4)
#010804
(1,8,4)
#010704
(1,7,4)
#010604
(1,6,4)
#010504
(1,5,4)
#010404
(1,4,4)
#010304
(1,3,4)
#000000
(0,0,0)

Tints of #010D04

#010D04
(1,13,4)
#18231A
(24,35,26)
#2F3930
(47,57,48)
#464F46
(70,79,70)
#5D655C
(93,101,92)
#747B72
(116,123,114)
#8B9188
(139,145,136)
#A2A79E
(162,167,158)
#B9BDB4
(185,189,180)
#D0D3CA
(208,211,202)
#E7E9E0
(231,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010D04; }

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

This text font color is #010D04.


Background Color

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

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

This div background color is #010D04.


Border color

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

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

This div border color is #010D04.


Opacity

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

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

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

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

This text has shadow with #010D04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010D04 on black background.


Color preview on white background

This text has color #010D04 on white background.



Black color preview on #010D04 background

This text has black color on #010D04 background.


White color preview on #010D04 background

This text has white color on #010D04 background.