COLOR #016513

HEX: #016513
RGB: (1,101,19)

Color info

#016513 contains mainly green color. Web safe color of #016513 is #006600 (or #060).

RGB color model

#016513 color RGB value is (1,101,19).

  • red value is 1;
  • green value is 101;
  • blue value is 19.
RGB:
(1,101,19)
(0%,40%,7%)

RGB channels and saturation

R 1 of 255 = 0%
G 101 of 255 = 40%
B 19 of 255 = 7%

1
101
19

R + G + B ~ 16%. #016513 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 101 + 19 = 121 (100%)
R 1 of 121 ~ 0.83%
G 101 of 121 ~ 83.47%
B 19 of 121 ~ 15.7%

%83.47
%15.7

CMYK color model

#016513 color CMYK value is (99,0,81,60).

  • cyan value is 99.01%
  • magenta value is 0.00%
  • yellow value is 81.19%
  • key color value is 60.39%
CMYK:
(99,0,81,60)
C99M0Y81K60 
(99%,0%,81%,60%)
(0.99/0.00/0.81/0.60)	

CMYK percentages

%99.01
%0
%81.19
%60.39

Codes

Color #016513 in popluar color models

016513
RGB110119
HSL131°98.04%20.00%
HSB/HSV131°99.01%39.61%
CMYK99.01%0.00%81.19%
60.39%

Color #016513 in popluar number systems.

HEX016513
Decimal110119
Binary1110010110011
Octal114523

Shades and tints

Shades of #016513

#016513
(1,101,19)
#015C12
(1,92,18)
#015311
(1,83,17)
#014A10
(1,74,16)
#01410F
(1,65,15)
#01380E
(1,56,14)
#012F0D
(1,47,13)
#01260C
(1,38,12)
#011D0B
(1,29,11)
#01140A
(1,20,10)
#010B09
(1,11,9)
#000000
(0,0,0)

Tints of #016513

#016513
(1,101,19)
#187328
(24,115,40)
#2F813D
(47,129,61)
#468F52
(70,143,82)
#5D9D67
(93,157,103)
#74AB7C
(116,171,124)
#8BB991
(139,185,145)
#A2C7A6
(162,199,166)
#B9D5BB
(185,213,187)
#D0E3D0
(208,227,208)
#E7F1E5
(231,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #016513 color. Also use rgb(1,101,19) instead hex code.

Text Font Color

.myTextColor { color: #016513; }

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

This text font color is #016513.


Background Color

.myBgColor { background-color: #016513; }

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

This div background color is #016513.


Border color

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

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

This div border color is #016513.


Opacity

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

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

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

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

This text has shadow with #016513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #016513 on black background.


Color preview on white background

This text has color #016513 on white background.



Black color preview on #016513 background

This text has black color on #016513 background.


White color preview on #016513 background

This text has white color on #016513 background.