COLOR #106C5F

HEX: #106C5F RGB: (16,108,95)

Color info

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

RGB color model

#106C5F color RGB value is (16,108,95).

RGB: (16,108,95) (6%, 42%, 37%)

RGB channels and saturation

R 16 of 255 = 6%
G 108 of 255 = 42%
B 95 of 255 = 37%

16
108
95

R + G + B ~ 28%. #106C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 108 + 95 = 219 (100%)
R 16 of 219 ~ 7.31%
G 108 of 219 ~ 49.32%
B 95 of 219 ~ 43.38'%

%49.32
%43.38

CMYK color model

#106C5F color CMYK value is (85,0,12,58).

  • cyan value is 85.19%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 57.65%

CMYK: (85,0,12,58)
C85M0Y12K58 (85%, 0%, 12%, 58%)
(0.85 / 0.00 / 0.12 / 0.58)

CMYK percentages

%85.19
%0
%12.04
%57.65

Codes

Color #106C5F in popluar color models

10 6C 5F
RGB 16 108 95
HSL 172° 74.19% 24.31%
HSB/HSV 172° 85.19% 42.35%
CMYK 85.19% 0.00% 12.04%
57.65%

Color #106C5F in popluar number systems.

HEX 10 6C 5F
Decimal 16 108 95
Binary 10000 1101100 1011111
Octal 20 154 137

Shades and tints

Shades of #106C5F

#106C5F
(16,108,95)
#0F6357
(15,99,87)
#0E5A4F
(14,90,79)
#0D5147
(13,81,71)
#0C483F
(12,72,63)
#0B3F37
(11,63,55)
#0A362F
(10,54,47)
#092D27
(9,45,39)
#08241F
(8,36,31)
#071B17
(7,27,23)
#06120F
(6,18,15)
#000000
(0,0,0)

Tints of #106C5F

#106C5F
(16,108,95)
#25796D
(37,121,109)
#3A867B
(58,134,123)
#4F9389
(79,147,137)
#64A097
(100,160,151)
#79ADA5
(121,173,165)
#8EBAB3
(142,186,179)
#A3C7C1
(163,199,193)
#B8D4CF
(184,212,207)
#CDE1DD
(205,225,221)
#E2EEEB
(226,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #106C5F color. Also use rgb(16,108,95) instead hex code.

Text Font Color

.myTextColor { color: #106C5F; }

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

This text font color is #106C5F.

Background Color

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

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

This div background color is #106C5F.

Border color

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

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

This div border color is #106C5F.

Opacity

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

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

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

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

This text has shadow with #106C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #106C5F.

Preview

Color preview on black background

This text has color #106C5F on black background.


Color preview on white background

This text has color #106C5F on white background.


Black color preview on #106C5F background

This text has black color on #106C5F background.


White color preview on #106C5F background

This text has white color on #106C5F background.


Related colors

Complementary color

Complementary color for #hex is #EF93A0.


I love getcolorcode.com

Triadic colors

1 #5F106C and #6C5F10 with #106C5F are triadic colors.

2 #5F6C10 and #6C105F with #106C5F are triadic colors.