COLOR #106E5E

HEX: #106E5E
RGB: (16,110,94)

Color info

#106E5E contains mainly green and blue colors. Web safe color of #106E5E is #006666 (or #066).

RGB color model

#106E5E color RGB value is (16,110,94).

  • red value is 16;
  • green value is 110;
  • blue value is 94.
RGB:
(16,110,94)
(6%,43%,37%)

RGB channels and saturation

R 16 of 255 = 6%
G 110 of 255 = 43%
B 94 of 255 = 37%

16
110
94

R + G + B ~ 29%. #106E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 110 + 94 = 220 (100%)
R 16 of 220 ~ 7.27%
G 110 of 220 ~ 50%
B 94 of 220 ~ 42.73%

%50
%42.73

CMYK color model

#106E5E color CMYK value is (85,0,15,57).

  • cyan value is 85.45%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(85,0,15,57)
C85M0Y15K57 
(85%,0%,15%,57%)
(0.85/0.00/0.15/0.57)	

CMYK percentages

%85.45
%0
%14.55
%56.86

Codes

Color #106E5E in popluar color models

106E5E
RGB1611094
HSL170°74.60%24.71%
HSB/HSV170°85.45%43.14%
CMYK85.45%0.00%14.55%
56.86%

Color #106E5E in popluar number systems.

HEX106E5E
Decimal1611094
Binary1000011011101011110
Octal20156136

Shades and tints

Shades of #106E5E

#106E5E
(16,110,94)
#0F6456
(15,100,86)
#0E5A4E
(14,90,78)
#0D5046
(13,80,70)
#0C463E
(12,70,62)
#0B3C36
(11,60,54)
#0A322E
(10,50,46)
#092826
(9,40,38)
#081E1E
(8,30,30)
#071416
(7,20,22)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #106E5E

#106E5E
(16,110,94)
#257B6C
(37,123,108)
#3A887A
(58,136,122)
#4F9588
(79,149,136)
#64A296
(100,162,150)
#79AFA4
(121,175,164)
#8EBCB2
(142,188,178)
#A3C9C0
(163,201,192)
#B8D6CE
(184,214,206)
#CDE3DC
(205,227,220)
#E2F0EA
(226,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #106E5E color. Also use rgb(16,110,94) instead hex code.

Text Font Color

.myTextColor { color: #106E5E; }

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

This text font color is #106E5E.


Background Color

.myBgColor { background-color: #106E5E; }

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

This div background color is #106E5E.


Border color

.myBorderColor { border: 1px solid #106E5E; }

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

This div border color is #106E5E.


Opacity

.myOpacity80 { color: #106E5E; opacity: 0.8; }

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

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

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

This text has shadow with #106E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #106E5E on black background.


Color preview on white background

This text has color #106E5E on white background.



Black color preview on #106E5E background

This text has black color on #106E5E background.


White color preview on #106E5E background

This text has white color on #106E5E background.