COLOR #013F0B

HEX: #013F0B
RGB: (1,63,11)

Color info

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

RGB color model

#013F0B color RGB value is (1,63,11).

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

RGB channels and saturation

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

1
63
11

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

Portions of RGB colors in percentages

R + G + B =
1 + 63 + 11 = 75 (100%)
R 1 of 75 ~ 1.33%
G 63 of 75 ~ 84%
B 11 of 75 ~ 14.67%

%84
%14.67

CMYK color model

#013F0B color CMYK value is (98,0,83,75).

  • cyan value is 98.41%
  • magenta value is 0.00%
  • yellow value is 82.54%
  • key color value is 75.29%
CMYK: (98,0,83,75) C98M0Y83K75 (98%,0%,83%,75%) (0.98/0.00/0.83/0.75)

CMYK percentages

%98.41
%0
%82.54
%75.29

Codes

Color #013F0B in popluar color models

013F0B
RGB16311
HSL130°96.88%12.55%
HSB/HSV130°98.41%24.71%
CMYK98.41%0.00%82.54%
75.29%

Color #013F0B in popluar number systems.

HEX013F0B
Decimal16311
Binary11111111011
Octal17713

Shades and tints

Shades of #013F0B

#013F0B
(1,63,11)
#013A0A
(1,58,10)
#013509
(1,53,9)
#013008
(1,48,8)
#012B07
(1,43,7)
#012606
(1,38,6)
#012105
(1,33,5)
#011C04
(1,28,4)
#011703
(1,23,3)
#011202
(1,18,2)
#010D01
(1,13,1)
#000000
(0,0,0)

Tints of #013F0B

#013F0B
(1,63,11)
#185021
(24,80,33)
#2F6137
(47,97,55)
#46724D
(70,114,77)
#5D8363
(93,131,99)
#749479
(116,148,121)
#8BA58F
(139,165,143)
#A2B6A5
(162,182,165)
#B9C7BB
(185,199,187)
#D0D8D1
(208,216,209)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013F0B; }

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

This text font color is #013F0B.


Background Color

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

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

This div background color is #013F0B.


Border color

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

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

This div border color is #013F0B.


Opacity

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

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

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

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

This text has shadow with #013F0B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #013F0B on black background.


Color preview on white background

This text has color #013F0B on white background.



Black color preview on #013F0B background

This text has black color on #013F0B background.


White color preview on #013F0B background

This text has white color on #013F0B background.