COLOR #106D49

HEX: #106D49
RGB: (16,109,73)

Color info

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

RGB color model

#106D49 color RGB value is (16,109,73).

  • red value is 16;
  • green value is 109;
  • blue value is 73.
RGB:
(16,109,73)
(6%,43%,29%)

RGB channels and saturation

R 16 of 255 = 6%
G 109 of 255 = 43%
B 73 of 255 = 29%

16
109
73

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

Portions of RGB colors in percentages

R + G + B =
16 + 109 + 73 = 198 (100%)
R 16 of 198 ~ 8.08%
G 109 of 198 ~ 55.05%
B 73 of 198 ~ 36.87%

%55.05
%36.87

CMYK color model

#106D49 color CMYK value is (85,0,33,57).

  • cyan value is 85.32%
  • magenta value is 0.00%
  • yellow value is 33.03%
  • key color value is 57.25%
CMYK:
(85,0,33,57)
C85M0Y33K57 
(85%,0%,33%,57%)
(0.85/0.00/0.33/0.57)	

CMYK percentages

%85.32
%0
%33.03
%57.25

Codes

Color #106D49 in popluar color models

106D49
RGB1610973
HSL157°74.40%24.51%
HSB/HSV157°85.32%42.75%
CMYK85.32%0.00%33.03%
57.25%

Color #106D49 in popluar number systems.

HEX106D49
Decimal1610973
Binary1000011011011001001
Octal20155111

Shades and tints

Shades of #106D49

#106D49
(16,109,73)
#0F6443
(15,100,67)
#0E5B3D
(14,91,61)
#0D5237
(13,82,55)
#0C4931
(12,73,49)
#0B402B
(11,64,43)
#0A3725
(10,55,37)
#092E1F
(9,46,31)
#082519
(8,37,25)
#071C13
(7,28,19)
#06130D
(6,19,13)
#000000
(0,0,0)

Tints of #106D49

#106D49
(16,109,73)
#257A59
(37,122,89)
#3A8769
(58,135,105)
#4F9479
(79,148,121)
#64A189
(100,161,137)
#79AE99
(121,174,153)
#8EBBA9
(142,187,169)
#A3C8B9
(163,200,185)
#B8D5C9
(184,213,201)
#CDE2D9
(205,226,217)
#E2EFE9
(226,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #106D49 color. Also use rgb(16,109,73) instead hex code.

Text Font Color

.myTextColor { color: #106D49; }

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

This text font color is #106D49.


Background Color

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

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

This div background color is #106D49.


Border color

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

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

This div border color is #106D49.


Opacity

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

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

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

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

This text has shadow with #106D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #106D49 on black background.


Color preview on white background

This text has color #106D49 on white background.



Black color preview on #106D49 background

This text has black color on #106D49 background.


White color preview on #106D49 background

This text has white color on #106D49 background.