COLOR #016642

HEX: #016642
RGB: (1,102,66)

Color info

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

RGB color model

#016642 color RGB value is (1,102,66).

  • red value is 1;
  • green value is 102;
  • blue value is 66.
RGB:
(1,102,66)
(0%,40%,26%)

RGB channels and saturation

R 1 of 255 = 0%
G 102 of 255 = 40%
B 66 of 255 = 26%

1
102
66

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

Portions of RGB colors in percentages

R + G + B =
1 + 102 + 66 = 169 (100%)
R 1 of 169 ~ 0.59%
G 102 of 169 ~ 60.36%
B 66 of 169 ~ 39.05%

%60.36
%39.05

CMYK color model

#016642 color CMYK value is (99,0,35,60).

  • cyan value is 99.02%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 60.00%
CMYK:
(99,0,35,60)
C99M0Y35K60 
(99%,0%,35%,60%)
(0.99/0.00/0.35/0.60)	

CMYK percentages

%99.02
%0
%35.29
%60

Codes

Color #016642 in popluar color models

016642
RGB110266
HSL159°98.06%20.20%
HSB/HSV159°99.02%40.00%
CMYK99.02%0.00%35.29%
60.00%

Color #016642 in popluar number systems.

HEX016642
Decimal110266
Binary111001101000010
Octal1146102

Shades and tints

Shades of #016642

#016642
(1,102,66)
#015D3C
(1,93,60)
#015436
(1,84,54)
#014B30
(1,75,48)
#01422A
(1,66,42)
#013924
(1,57,36)
#01301E
(1,48,30)
#012718
(1,39,24)
#011E12
(1,30,18)
#01150C
(1,21,12)
#010C06
(1,12,6)
#000000
(0,0,0)

Tints of #016642

#016642
(1,102,66)
#187353
(24,115,83)
#2F8064
(47,128,100)
#468D75
(70,141,117)
#5D9A86
(93,154,134)
#74A797
(116,167,151)
#8BB4A8
(139,180,168)
#A2C1B9
(162,193,185)
#B9CECA
(185,206,202)
#D0DBDB
(208,219,219)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #016642 color. Also use rgb(1,102,66) instead hex code.

Text Font Color

.myTextColor { color: #016642; }

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

This text font color is #016642.


Background Color

.myBgColor { background-color: #016642; }

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

This div background color is #016642.


Border color

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

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

This div border color is #016642.


Opacity

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

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

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

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

This text has shadow with #016642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #016642 on black background.


Color preview on white background

This text has color #016642 on white background.



Black color preview on #016642 background

This text has black color on #016642 background.


White color preview on #016642 background

This text has white color on #016642 background.