COLOR #107C56

HEX: #107C56
RGB: (16,124,86)

Color info

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

RGB color model

#107C56 color RGB value is (16,124,86).

  • red value is 16;
  • green value is 124;
  • blue value is 86.
RGB:
(16,124,86)
(6%,49%,34%)

RGB channels and saturation

R 16 of 255 = 6%
G 124 of 255 = 49%
B 86 of 255 = 34%

16
124
86

R + G + B ~ 30%. #107C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 124 + 86 = 226 (100%)
R 16 of 226 ~ 7.08%
G 124 of 226 ~ 54.87%
B 86 of 226 ~ 38.05%

%54.87
%38.05

CMYK color model

#107C56 color CMYK value is (87,0,31,51).

  • cyan value is 87.10%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 51.37%
CMYK:
(87,0,31,51)
C87M0Y31K51 
(87%,0%,31%,51%)
(0.87/0.00/0.31/0.51)	

CMYK percentages

%87.1
%0
%30.65
%51.37

Codes

Color #107C56 in popluar color models

107C56
RGB1612486
HSL159°77.14%27.45%
HSB/HSV159°87.10%48.63%
CMYK87.10%0.00%30.65%
51.37%

Color #107C56 in popluar number systems.

HEX107C56
Decimal1612486
Binary1000011111001010110
Octal20174126

Shades and tints

Shades of #107C56

#107C56
(16,124,86)
#0F714F
(15,113,79)
#0E6648
(14,102,72)
#0D5B41
(13,91,65)
#0C503A
(12,80,58)
#0B4533
(11,69,51)
#0A3A2C
(10,58,44)
#092F25
(9,47,37)
#08241E
(8,36,30)
#071917
(7,25,23)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #107C56

#107C56
(16,124,86)
#258765
(37,135,101)
#3A9274
(58,146,116)
#4F9D83
(79,157,131)
#64A892
(100,168,146)
#79B3A1
(121,179,161)
#8EBEB0
(142,190,176)
#A3C9BF
(163,201,191)
#B8D4CE
(184,212,206)
#CDDFDD
(205,223,221)
#E2EAEC
(226,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #107C56; }

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

This text font color is #107C56.


Background Color

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

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

This div background color is #107C56.


Border color

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

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

This div border color is #107C56.


Opacity

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

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

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

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

This text has shadow with #107C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #107C56 on black background.


Color preview on white background

This text has color #107C56 on white background.



Black color preview on #107C56 background

This text has black color on #107C56 background.


White color preview on #107C56 background

This text has white color on #107C56 background.