COLOR #013F09

HEX: #013F09 RGB: (1,63,9)

Color info

#013F09 contains mainly green and blue colors. Web safe color of #013F09 is #003300 (or #030).

RGB color model

#013F09 color RGB value is (1,63,9).

RGB: (1,63,9) (0%, 25%, 4%)

RGB channels and saturation

R 1 of 255 = 0%
G 63 of 255 = 25%
B 9 of 255 = 4%

1
63
9

R + G + B ~ 10%. #013F09 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 63 + 9 = 73 (100%)
R 1 of 73 ~ 1.37%
G 63 of 73 ~ 86.3%
B 9 of 73 ~ 12.33'%

%86.3
%12.33

CMYK color model

#013F09 color CMYK value is (98,0,86,75).

  • cyan value is 98.41%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 75.29%

CMYK: (98,0,86,75)
C98M0Y86K75 (98%, 0%, 86%, 75%)
(0.98 / 0.00 / 0.86 / 0.75)

CMYK percentages

%98.41
%0
%85.71
%75.29

Codes

Color #013F09 in popluar color models

01 3F 09
RGB 1 63 9
HSL 128° 96.88% 12.55%
HSB/HSV 128° 98.41% 24.71%
CMYK 98.41% 0.00% 85.71%
75.29%

Color #013F09 in popluar number systems.

HEX 01 3F 09
Decimal 1 63 9
Binary 1 111111 1001
Octal 1 77 11

Shades and tints

Shades of #013F09

#013F09
(1,63,9)
#013A09
(1,58,9)
#013509
(1,53,9)
#013009
(1,48,9)
#012B09
(1,43,9)
#012609
(1,38,9)
#012109
(1,33,9)
#011C09
(1,28,9)
#011709
(1,23,9)
#011209
(1,18,9)
#010D09
(1,13,9)
#000000
(0,0,0)

Tints of #013F09

#013F09
(1,63,9)
#18501F
(24,80,31)
#2F6135
(47,97,53)
#46724B
(70,114,75)
#5D8361
(93,131,97)
#749477
(116,148,119)
#8BA58D
(139,165,141)
#A2B6A3
(162,182,163)
#B9C7B9
(185,199,185)
#D0D8CF
(208,216,207)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013F09 color. Also use rgb(1,63,9) instead hex code.

Text Font Color

.myTextColor { color: #013F09; }

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

This text font color is #013F09.

Background Color

.myBgColor { background-color: #013F09; }

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

This div background color is #013F09.

Border color

.myBorderColor { border: 1px solid #013F09; }

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

This div border color is #013F09.

Opacity

.myOpacity80 { color: #013F09; opacity: 0.8; }

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

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

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

This text has shadow with #013F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013F09.

Preview

Color preview on black background

This text has color #013F09 on black background.


Color preview on white background

This text has color #013F09 on white background.


Black color preview on #013F09 background

This text has black color on #013F09 background.


White color preview on #013F09 background

This text has white color on #013F09 background.


Related colors

Complementary color

Complementary color for #hex is #FEC0F6.


I love getcolorcode.com

Triadic colors

1 #09013F and #3F0901 with #013F09 are triadic colors.

2 #093F01 and #3F0109 with #013F09 are triadic colors.