COLOR #016419

HEX: #016419
RGB: (1,100,25)

Color info

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

RGB color model

#016419 color RGB value is (1,100,25).

  • red value is 1;
  • green value is 100;
  • blue value is 25.
RGB:
(1,100,25)
(0%,39%,10%)

RGB channels and saturation

R 1 of 255 = 0%
G 100 of 255 = 39%
B 25 of 255 = 10%

1
100
25

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

Portions of RGB colors in percentages

R + G + B =
1 + 100 + 25 = 126 (100%)
R 1 of 126 ~ 0.79%
G 100 of 126 ~ 79.37%
B 25 of 126 ~ 19.84%

%79.37
%19.84

CMYK color model

#016419 color CMYK value is (99,0,75,61).

  • cyan value is 99.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 60.78%
CMYK:
(99,0,75,61)
C99M0Y75K61 
(99%,0%,75%,61%)
(0.99/0.00/0.75/0.61)	

CMYK percentages

%99
%0
%75
%60.78

Codes

Color #016419 in popluar color models

016419
RGB110025
HSL135°98.02%19.80%
HSB/HSV135°99.00%39.22%
CMYK99.00%0.00%75.00%
60.78%

Color #016419 in popluar number systems.

HEX016419
Decimal110025
Binary1110010011001
Octal114431

Shades and tints

Shades of #016419

#016419
(1,100,25)
#015B17
(1,91,23)
#015215
(1,82,21)
#014913
(1,73,19)
#014011
(1,64,17)
#01370F
(1,55,15)
#012E0D
(1,46,13)
#01250B
(1,37,11)
#011C09
(1,28,9)
#011307
(1,19,7)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #016419

#016419
(1,100,25)
#18722D
(24,114,45)
#2F8041
(47,128,65)
#468E55
(70,142,85)
#5D9C69
(93,156,105)
#74AA7D
(116,170,125)
#8BB891
(139,184,145)
#A2C6A5
(162,198,165)
#B9D4B9
(185,212,185)
#D0E2CD
(208,226,205)
#E7F0E1
(231,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #016419 color. Also use rgb(1,100,25) instead hex code.

Text Font Color

.myTextColor { color: #016419; }

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

This text font color is #016419.


Background Color

.myBgColor { background-color: #016419; }

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

This div background color is #016419.


Border color

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

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

This div border color is #016419.


Opacity

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

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

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

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

This text has shadow with #016419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #016419 on black background.


Color preview on white background

This text has color #016419 on white background.



Black color preview on #016419 background

This text has black color on #016419 background.


White color preview on #016419 background

This text has white color on #016419 background.