COLOR #012805

HEX: #012805 RGB: (1,40,5)

Color info

#012805 contains red, green and blue colors in about the same proportion. Web safe color of #012805 is #003300 (or #030).

RGB color model

#012805 color RGB value is (1,40,5).

RGB: (1,40,5) (0%, 16%, 2%)

RGB channels and saturation

R 1 of 255 = 0%
G 40 of 255 = 16%
B 5 of 255 = 2%

1
40
5

R + G + B ~ 6%. #012805 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 40 + 5 = 46 (100%)
R 1 of 46 ~ 2.17%
G 40 of 46 ~ 86.96%
B 5 of 46 ~ 10.87'%

%86.96
%10.87

CMYK color model

#012805 color CMYK value is (98,0,88,84).

  • cyan value is 97.50%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 84.31%
CMYK: (98,0,88,84) C98M0Y88K84 (98%,0%,88%,84%) (0.98/0.00/0.88/0.84) 

CMYK percentages

%97.5
%0
%87.5
%84.31

Codes

Color #012805 in popluar color models

01 28 05
RGB 1 40 5
HSL 126° 95.12% 8.04%
HSB/HSV 126° 97.50% 15.69%
CMYK 97.50% 0.00% 87.50%
84.31%

Color #012805 in popluar number systems.

HEX 01 28 05
Decimal 1 40 5
Binary 1 101000 101
Octal 1 50 5

Shades and tints

Shades of #012805

#012805
(1,40,5)
#012505
(1,37,5)
#012205
(1,34,5)
#011F05
(1,31,5)
#011C05
(1,28,5)
#011905
(1,25,5)
#011605
(1,22,5)
#011305
(1,19,5)
#011005
(1,16,5)
#010D05
(1,13,5)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #012805

#012805
(1,40,5)
#183B1B
(24,59,27)
#2F4E31
(47,78,49)
#466147
(70,97,71)
#5D745D
(93,116,93)
#748773
(116,135,115)
#8B9A89
(139,154,137)
#A2AD9F
(162,173,159)
#B9C0B5
(185,192,181)
#D0D3CB
(208,211,203)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012805 color. Also use rgb(1,40,5) instead hex code.

Text Font Color

.myTextColor { color: #012805; }

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

This text font color is #012805.

Background Color

.myBgColor { background-color: #012805; }

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

This div background color is #012805.

Border color

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

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

This div border color is #012805.

Opacity

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

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

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

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

This text has shadow with #012805 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012805.

Preview

Color preview on black background

This text has color #012805 on black background.


Color preview on white background

This text has color #012805 on white background.


Black color preview on #012805 background

This text has black color on #012805 background.


White color preview on #012805 background

This text has white color on #012805 background.


Related colors

Complementary color

Complementary color for #hex is #FED7FA.


I love getcolorcode.com

Triadic colors

1 #050128 and #280501 with #012805 are triadic colors.

2 #052801 and #280105 with #012805 are triadic colors.