COLOR #106D39

HEX: #106D39
RGB: (16,109,57)

Color info

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

RGB color model

#106D39 color RGB value is (16,109,57).

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

RGB channels and saturation

R 16 of 255 = 6%
G 109 of 255 = 43%
B 57 of 255 = 22%

16
109
57

R + G + B ~ 24%. #106D39 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 109 + 57 = 182 (100%)
R 16 of 182 ~ 8.79%
G 109 of 182 ~ 59.89%
B 57 of 182 ~ 31.32%

%59.89
%31.32

CMYK color model

#106D39 color CMYK value is (85,0,48,57).

  • cyan value is 85.32%
  • magenta value is 0.00%
  • yellow value is 47.71%
  • key color value is 57.25%
CMYK:
(85,0,48,57)
C85M0Y48K57 
(85%,0%,48%,57%)
(0.85/0.00/0.48/0.57)	

CMYK percentages

%85.32
%0
%47.71
%57.25

Codes

Color #106D39 in popluar color models

106D39
RGB1610957
HSL146°74.40%24.51%
HSB/HSV146°85.32%42.75%
CMYK85.32%0.00%47.71%
57.25%

Color #106D39 in popluar number systems.

HEX106D39
Decimal1610957
Binary100001101101111001
Octal2015571

Shades and tints

Shades of #106D39

#106D39
(16,109,57)
#0F6434
(15,100,52)
#0E5B2F
(14,91,47)
#0D522A
(13,82,42)
#0C4925
(12,73,37)
#0B4020
(11,64,32)
#0A371B
(10,55,27)
#092E16
(9,46,22)
#082511
(8,37,17)
#071C0C
(7,28,12)
#061307
(6,19,7)
#000000
(0,0,0)

Tints of #106D39

#106D39
(16,109,57)
#257A4B
(37,122,75)
#3A875D
(58,135,93)
#4F946F
(79,148,111)
#64A181
(100,161,129)
#79AE93
(121,174,147)
#8EBBA5
(142,187,165)
#A3C8B7
(163,200,183)
#B8D5C9
(184,213,201)
#CDE2DB
(205,226,219)
#E2EFED
(226,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #106D39; }

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

This text font color is #106D39.


Background Color

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

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

This div background color is #106D39.


Border color

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

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

This div border color is #106D39.


Opacity

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

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

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

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

This text has shadow with #106D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #106D39 on black background.


Color preview on white background

This text has color #106D39 on white background.



Black color preview on #106D39 background

This text has black color on #106D39 background.


White color preview on #106D39 background

This text has white color on #106D39 background.