COLOR #016437

HEX: #016437
RGB: (1,100,55)

Color info

#016437 contains mainly green and blue colors. Web safe color of #016437 is #006633 (or #063).

RGB color model

#016437 color RGB value is (1,100,55).

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

RGB channels and saturation

R 1 of 255 = 0%
G 100 of 255 = 39%
B 55 of 255 = 22%

1
100
55

R + G + B ~ 20%. #016437 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 100 + 55 = 156 (100%)
R 1 of 156 ~ 0.64%
G 100 of 156 ~ 64.1%
B 55 of 156 ~ 35.26%

%64.1
%35.26

CMYK color model

#016437 color CMYK value is (99,0,45,61).

  • cyan value is 99.00%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 60.78%
CMYK:
(99,0,45,61)
C99M0Y45K61 
(99%,0%,45%,61%)
(0.99/0.00/0.45/0.61)	

CMYK percentages

%99
%0
%45
%60.78

Codes

Color #016437 in popluar color models

016437
RGB110055
HSL153°98.02%19.80%
HSB/HSV153°99.00%39.22%
CMYK99.00%0.00%45.00%
60.78%

Color #016437 in popluar number systems.

HEX016437
Decimal110055
Binary11100100110111
Octal114467

Shades and tints

Shades of #016437

#016437
(1,100,55)
#015B32
(1,91,50)
#01522D
(1,82,45)
#014928
(1,73,40)
#014023
(1,64,35)
#01371E
(1,55,30)
#012E19
(1,46,25)
#012514
(1,37,20)
#011C0F
(1,28,15)
#01130A
(1,19,10)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #016437

#016437
(1,100,55)
#187249
(24,114,73)
#2F805B
(47,128,91)
#468E6D
(70,142,109)
#5D9C7F
(93,156,127)
#74AA91
(116,170,145)
#8BB8A3
(139,184,163)
#A2C6B5
(162,198,181)
#B9D4C7
(185,212,199)
#D0E2D9
(208,226,217)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #016437; }

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

This text font color is #016437.


Background Color

.myBgColor { background-color: #016437; }

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

This div background color is #016437.


Border color

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

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

This div border color is #016437.


Opacity

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

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

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

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

This text has shadow with #016437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #016437 on black background.


Color preview on white background

This text has color #016437 on white background.



Black color preview on #016437 background

This text has black color on #016437 background.


White color preview on #016437 background

This text has white color on #016437 background.