COLOR #016E37

HEX: #016E37
RGB: (1,110,55)

Color info

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

RGB color model

#016E37 color RGB value is (1,110,55).

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

RGB channels and saturation

R 1 of 255 = 0%
G 110 of 255 = 43%
B 55 of 255 = 22%

1
110
55

R + G + B ~ 22%. #016E37 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 110 + 55 = 166 (100%)
R 1 of 166 ~ 0.6%
G 110 of 166 ~ 66.27%
B 55 of 166 ~ 33.13%

%66.27
%33.13

CMYK color model

#016E37 color CMYK value is (99,0,50,57).

  • cyan value is 99.09%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 56.86%
CMYK:
(99,0,50,57)
C99M0Y50K57 
(99%,0%,50%,57%)
(0.99/0.00/0.50/0.57)	

CMYK percentages

%99.09
%0
%50
%56.86

Codes

Color #016E37 in popluar color models

016E37
RGB111055
HSL150°98.20%21.76%
HSB/HSV150°99.09%43.14%
CMYK99.09%0.00%50.00%
56.86%

Color #016E37 in popluar number systems.

HEX016E37
Decimal111055
Binary11101110110111
Octal115667

Shades and tints

Shades of #016E37

#016E37
(1,110,55)
#016432
(1,100,50)
#015A2D
(1,90,45)
#015028
(1,80,40)
#014623
(1,70,35)
#013C1E
(1,60,30)
#013219
(1,50,25)
#012814
(1,40,20)
#011E0F
(1,30,15)
#01140A
(1,20,10)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #016E37

#016E37
(1,110,55)
#187B49
(24,123,73)
#2F885B
(47,136,91)
#46956D
(70,149,109)
#5DA27F
(93,162,127)
#74AF91
(116,175,145)
#8BBCA3
(139,188,163)
#A2C9B5
(162,201,181)
#B9D6C7
(185,214,199)
#D0E3D9
(208,227,217)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #016E37; }

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

This text font color is #016E37.


Background Color

.myBgColor { background-color: #016E37; }

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

This div background color is #016E37.


Border color

.myBorderColor { border: 1px solid #016E37; }

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

This div border color is #016E37.


Opacity

.myOpacity80 { color: #016E37; opacity: 0.8; }

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

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

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

This text has shadow with #016E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #016E37 on black background.


Color preview on white background

This text has color #016E37 on white background.



Black color preview on #016E37 background

This text has black color on #016E37 background.


White color preview on #016E37 background

This text has white color on #016E37 background.