COLOR #010F04

HEX: #010F04 RGB: (1,15,4)

Color info

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

RGB color model

#010F04 color RGB value is (1,15,4).

RGB: (1,15,4) (0%, 6%, 2%)

RGB channels and saturation

R 1 of 255 = 0%
G 15 of 255 = 6%
B 4 of 255 = 2%

1
15
4

R + G + B ~ 3%. #010F04 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 15 + 4 = 20 (100%)
R 1 of 20 ~ 5%
G 15 of 20 ~ 75%
B 4 of 20 ~ 20'%

%75
%20

CMYK color model

#010F04 color CMYK value is (93,0,73,94).

  • cyan value is 93.33%
  • magenta value is 0.00%
  • yellow value is 73.33%
  • key color value is 94.12%

CMYK: (93,0,73,94)
C93M0Y73K94 (93%, 0%, 73%, 94%)
(0.93 / 0.00 / 0.73 / 0.94)

CMYK percentages

%93.33
%0
%73.33
%94.12

Codes

Color #010F04 in popluar color models

01 0F 04
RGB 1 15 4
HSL 133° 87.50% 3.14%
HSB/HSV 133° 93.33% 5.88%
CMYK 93.33% 0.00% 73.33%
94.12%

Color #010F04 in popluar number systems.

HEX 01 0F 04
Decimal 1 15 4
Binary 1 1111 100
Octal 1 17 4

Shades and tints

Shades of #010F04

#010F04
(1,15,4)
#010E04
(1,14,4)
#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)
#000000
(0,0,0)

Tints of #010F04

#010F04
(1,15,4)
#18241A
(24,36,26)
#2F3930
(47,57,48)
#464E46
(70,78,70)
#5D635C
(93,99,92)
#747872
(116,120,114)
#8B8D88
(139,141,136)
#A2A29E
(162,162,158)
#B9B7B4
(185,183,180)
#D0CCCA
(208,204,202)
#E7E1E0
(231,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010F04; }

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

This text font color is #010F04.

Background Color

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

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

This div background color is #010F04.

Border color

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

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

This div border color is #010F04.

Opacity

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

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

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

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

This text has shadow with #010F04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010F04.

Preview

Color preview on black background

This text has color #010F04 on black background.


Color preview on white background

This text has color #010F04 on white background.


Black color preview on #010F04 background

This text has black color on #010F04 background.


White color preview on #010F04 background

This text has white color on #010F04 background.


Related colors

Complementary color

Complementary color for #hex is #FEF0FB.


I love getcolorcode.com

Triadic colors

1 #04010F and #0F0401 with #010F04 are triadic colors.

2 #040F01 and #0F0104 with #010F04 are triadic colors.