COLOR #106B4D

HEX: #106B4D
RGB: (16,107,77)

Color info

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

RGB color model

#106B4D color RGB value is (16,107,77).

  • red value is 16;
  • green value is 107;
  • blue value is 77.
RGB:
(16,107,77)
(6%,42%,30%)

RGB channels and saturation

R 16 of 255 = 6%
G 107 of 255 = 42%
B 77 of 255 = 30%

16
107
77

R + G + B ~ 26%. #106B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 107 + 77 = 200 (100%)
R 16 of 200 ~ 8%
G 107 of 200 ~ 53.5%
B 77 of 200 ~ 38.5%

%53.5
%38.5

CMYK color model

#106B4D color CMYK value is (85,0,28,58).

  • cyan value is 85.05%
  • magenta value is 0.00%
  • yellow value is 28.04%
  • key color value is 58.04%
CMYK:
(85,0,28,58)
C85M0Y28K58 
(85%,0%,28%,58%)
(0.85/0.00/0.28/0.58)	

CMYK percentages

%85.05
%0
%28.04
%58.04

Codes

Color #106B4D in popluar color models

106B4D
RGB1610777
HSL160°73.98%24.12%
HSB/HSV160°85.05%41.96%
CMYK85.05%0.00%28.04%
58.04%

Color #106B4D in popluar number systems.

HEX106B4D
Decimal1610777
Binary1000011010111001101
Octal20153115

Shades and tints

Shades of #106B4D

#106B4D
(16,107,77)
#0F6246
(15,98,70)
#0E593F
(14,89,63)
#0D5038
(13,80,56)
#0C4731
(12,71,49)
#0B3E2A
(11,62,42)
#0A3523
(10,53,35)
#092C1C
(9,44,28)
#082315
(8,35,21)
#071A0E
(7,26,14)
#061107
(6,17,7)
#000000
(0,0,0)

Tints of #106B4D

#106B4D
(16,107,77)
#25785D
(37,120,93)
#3A856D
(58,133,109)
#4F927D
(79,146,125)
#649F8D
(100,159,141)
#79AC9D
(121,172,157)
#8EB9AD
(142,185,173)
#A3C6BD
(163,198,189)
#B8D3CD
(184,211,205)
#CDE0DD
(205,224,221)
#E2EDED
(226,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #106B4D color. Also use rgb(16,107,77) instead hex code.

Text Font Color

.myTextColor { color: #106B4D; }

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

This text font color is #106B4D.


Background Color

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

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

This div background color is #106B4D.


Border color

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

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

This div border color is #106B4D.


Opacity

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

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

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

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

This text has shadow with #106B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #106B4D on black background.


Color preview on white background

This text has color #106B4D on white background.



Black color preview on #106B4D background

This text has black color on #106B4D background.


White color preview on #106B4D background

This text has white color on #106B4D background.