COLOR #107C6A

HEX: #107C6A RGB: (16,124,106)

Color info

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

RGB color model

#107C6A color RGB value is (16,124,106).

RGB: (16,124,106) (6%, 49%, 42%)

RGB channels and saturation

R 16 of 255 = 6%
G 124 of 255 = 49%
B 106 of 255 = 42%

16
124
106

R + G + B ~ 32%. #107C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 124 + 106 = 246 (100%)
R 16 of 246 ~ 6.5%
G 124 of 246 ~ 50.41%
B 106 of 246 ~ 43.09'%

%50.41
%43.09

CMYK color model

#107C6A color CMYK value is (87,0,15,51).

  • cyan value is 87.10%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 51.37%

CMYK: (87,0,15,51)
C87M0Y15K51 (87%, 0%, 15%, 51%)
(0.87 / 0.00 / 0.15 / 0.51)

CMYK percentages

%87.1
%0
%14.52
%51.37

Codes

Color #107C6A in popluar color models

10 7C 6A
RGB 16 124 106
HSL 170° 77.14% 27.45%
HSB/HSV 170° 87.10% 48.63%
CMYK 87.10% 0.00% 14.52%
51.37%

Color #107C6A in popluar number systems.

HEX 10 7C 6A
Decimal 16 124 106
Binary 10000 1111100 1101010
Octal 20 174 152

Shades and tints

Shades of #107C6A

#107C6A
(16,124,106)
#0F7161
(15,113,97)
#0E6658
(14,102,88)
#0D5B4F
(13,91,79)
#0C5046
(12,80,70)
#0B453D
(11,69,61)
#0A3A34
(10,58,52)
#092F2B
(9,47,43)
#082422
(8,36,34)
#071919
(7,25,25)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #107C6A

#107C6A
(16,124,106)
#258777
(37,135,119)
#3A9284
(58,146,132)
#4F9D91
(79,157,145)
#64A89E
(100,168,158)
#79B3AB
(121,179,171)
#8EBEB8
(142,190,184)
#A3C9C5
(163,201,197)
#B8D4D2
(184,212,210)
#CDDFDF
(205,223,223)
#E2EAEC
(226,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #107C6A; }

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

This text font color is #107C6A.

Background Color

.myBgColor { background-color: #107C6A; }

<div style="background-color:#107C6A">Inner text</div>

This div background color is #107C6A.

Border color

.myBorderColor { border: 1px solid #107C6A; }

<div style="border:3px solid #107C6A">Div</div>

This div border color is #107C6A.

Opacity

.myOpacity80 { color: #107C6A; opacity: 0.8; }

<p style="color:#107C6A;opacity:0.8;">80%</p>

Text with #107C6A 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 #107C6A;}

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

This text has shadow with #107C6A color.


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

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

This text has shadow with #107C6A primary color and red secondary color.


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

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

This text has shadow with #107C6A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #107C6A.

Preview

Color preview on black background

This text has color #107C6A on black background.


Color preview on white background

This text has color #107C6A on white background.


Black color preview on #107C6A background

This text has black color on #107C6A background.


White color preview on #107C6A background

This text has white color on #107C6A background.


Related colors

Complementary color

Complementary color for #hex is #EF8395.


I love getcolorcode.com

Triadic colors

1 #6A107C and #7C6A10 with #107C6A are triadic colors.

2 #6A7C10 and #7C106A with #107C6A are triadic colors.