COLOR #013F05

HEX: #013F05
RGB: (1,63,5)

Color info

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

RGB color model

#013F05 color RGB value is (1,63,5).

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

RGB channels and saturation

R 1 of 255 = 0%
G 63 of 255 = 25%
B 5 of 255 = 2%

1
63
5

R + G + B ~ 9%. #013F05 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 63 + 5 = 69 (100%)
R 1 of 69 ~ 1.45%
G 63 of 69 ~ 91.3%
B 5 of 69 ~ 7.25%

%91.3

CMYK color model

#013F05 color CMYK value is (98,0,92,75).

  • cyan value is 98.41%
  • magenta value is 0.00%
  • yellow value is 92.06%
  • key color value is 75.29%
CMYK:
(98,0,92,75)
C98M0Y92K75 
(98%,0%,92%,75%)
(0.98/0.00/0.92/0.75)	

CMYK percentages

%98.41
%0
%92.06
%75.29

Codes

Color #013F05 in popluar color models

013F05
RGB1635
HSL124°96.88%12.55%
HSB/HSV124°98.41%24.71%
CMYK98.41%0.00%92.06%
75.29%

Color #013F05 in popluar number systems.

HEX013F05
Decimal1635
Binary1111111101
Octal1775

Shades and tints

Shades of #013F05

#013F05
(1,63,5)
#013A05
(1,58,5)
#013505
(1,53,5)
#013005
(1,48,5)
#012B05
(1,43,5)
#012605
(1,38,5)
#012105
(1,33,5)
#011C05
(1,28,5)
#011705
(1,23,5)
#011205
(1,18,5)
#010D05
(1,13,5)
#000000
(0,0,0)

Tints of #013F05

#013F05
(1,63,5)
#18501B
(24,80,27)
#2F6131
(47,97,49)
#467247
(70,114,71)
#5D835D
(93,131,93)
#749473
(116,148,115)
#8BA589
(139,165,137)
#A2B69F
(162,182,159)
#B9C7B5
(185,199,181)
#D0D8CB
(208,216,203)
#E7E9E1
(231,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013F05; }

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

This text font color is #013F05.


Background Color

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

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

This div background color is #013F05.


Border color

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

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

This div border color is #013F05.


Opacity

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

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

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

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

This text has shadow with #013F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013F05 on black background.


Color preview on white background

This text has color #013F05 on white background.



Black color preview on #013F05 background

This text has black color on #013F05 background.


White color preview on #013F05 background

This text has white color on #013F05 background.