COLOR #013805

HEX: #013805 RGB: (1,56,5)

Color info

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

RGB color model

#013805 color RGB value is (1,56,5).

RGB: (1,56,5) (0%, 22%, 2%)

RGB channels and saturation

R 1 of 255 = 0%
G 56 of 255 = 22%
B 5 of 255 = 2%

1
56
5

R + G + B ~ 8%. #013805 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 56 + 5 = 62 (100%)
R 1 of 62 ~ 1.61%
G 56 of 62 ~ 90.32%
B 5 of 62 ~ 8.06'%

%90.32

CMYK color model

#013805 color CMYK value is (98,0,91,78).

  • cyan value is 98.21%
  • magenta value is 0.00%
  • yellow value is 91.07%
  • key color value is 78.04%
CMYK: (98,0,91,78) C98M0Y91K78 (98%,0%,91%,78%) (0.98/0.00/0.91/0.78) 

CMYK percentages

%98.21
%0
%91.07
%78.04

Codes

Color #013805 in popluar color models

01 38 05
RGB 1 56 5
HSL 124° 96.49% 11.18%
HSB/HSV 124° 98.21% 21.96%
CMYK 98.21% 0.00% 91.07%
78.04%

Color #013805 in popluar number systems.

HEX 01 38 05
Decimal 1 56 5
Binary 1 111000 101
Octal 1 70 5

Shades and tints

Shades of #013805

#013805
(1,56,5)
#013305
(1,51,5)
#012E05
(1,46,5)
#012905
(1,41,5)
#012405
(1,36,5)
#011F05
(1,31,5)
#011A05
(1,26,5)
#011505
(1,21,5)
#011005
(1,16,5)
#010B05
(1,11,5)
#010605
(1,6,5)
#000000
(0,0,0)

Tints of #013805

#013805
(1,56,5)
#184A1B
(24,74,27)
#2F5C31
(47,92,49)
#466E47
(70,110,71)
#5D805D
(93,128,93)
#749273
(116,146,115)
#8BA489
(139,164,137)
#A2B69F
(162,182,159)
#B9C8B5
(185,200,181)
#D0DACB
(208,218,203)
#E7ECE1
(231,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013805; }

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

This text font color is #013805.

Background Color

.myBgColor { background-color: #013805; }

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

This div background color is #013805.

Border color

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

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

This div border color is #013805.

Opacity

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

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

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

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

This text has shadow with #013805 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013805.

Preview

Color preview on black background

This text has color #013805 on black background.


Color preview on white background

This text has color #013805 on white background.


Black color preview on #013805 background

This text has black color on #013805 background.


White color preview on #013805 background

This text has white color on #013805 background.


Related colors

Complementary color

Complementary color for #hex is #FEC7FA.


I love getcolorcode.com

Triadic colors

1 #050138 and #380501 with #013805 are triadic colors.

2 #053801 and #380105 with #013805 are triadic colors.