COLOR #106350

HEX: #106350
RGB: (16,99,80)

Color info

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

RGB color model

#106350 color RGB value is (16,99,80).

  • red value is 16;
  • green value is 99;
  • blue value is 80.
RGB:
(16,99,80)
(6%,39%,31%)

RGB channels and saturation

R 16 of 255 = 6%
G 99 of 255 = 39%
B 80 of 255 = 31%

16
99
80

R + G + B ~ 25%. #106350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 99 + 80 = 195 (100%)
R 16 of 195 ~ 8.21%
G 99 of 195 ~ 50.77%
B 80 of 195 ~ 41.03%

%50.77
%41.03

CMYK color model

#106350 color CMYK value is (84,0,19,61).

  • cyan value is 83.84%
  • magenta value is 0.00%
  • yellow value is 19.19%
  • key color value is 61.18%
CMYK:
(84,0,19,61)
C84M0Y19K61 
(84%,0%,19%,61%)
(0.84/0.00/0.19/0.61)	

CMYK percentages

%83.84
%0
%19.19
%61.18

Codes

Color #106350 in popluar color models

106350
RGB169980
HSL166°72.17%22.55%
HSB/HSV166°83.84%38.82%
CMYK83.84%0.00%19.19%
61.18%

Color #106350 in popluar number systems.

HEX106350
Decimal169980
Binary1000011000111010000
Octal20143120

Shades and tints

Shades of #106350

#106350
(16,99,80)
#0F5A49
(15,90,73)
#0E5142
(14,81,66)
#0D483B
(13,72,59)
#0C3F34
(12,63,52)
#0B362D
(11,54,45)
#0A2D26
(10,45,38)
#09241F
(9,36,31)
#081B18
(8,27,24)
#071211
(7,18,17)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #106350

#106350
(16,99,80)
#25715F
(37,113,95)
#3A7F6E
(58,127,110)
#4F8D7D
(79,141,125)
#649B8C
(100,155,140)
#79A99B
(121,169,155)
#8EB7AA
(142,183,170)
#A3C5B9
(163,197,185)
#B8D3C8
(184,211,200)
#CDE1D7
(205,225,215)
#E2EFE6
(226,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #106350 color. Also use rgb(16,99,80) instead hex code.

Text Font Color

.myTextColor { color: #106350; }

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

This text font color is #106350.


Background Color

.myBgColor { background-color: #106350; }

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

This div background color is #106350.


Border color

.myBorderColor { border: 1px solid #106350; }

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

This div border color is #106350.


Opacity

.myOpacity80 { color: #106350; opacity: 0.8; }

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

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

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

This text has shadow with #106350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #106350 on black background.


Color preview on white background

This text has color #106350 on white background.



Black color preview on #106350 background

This text has black color on #106350 background.


White color preview on #106350 background

This text has white color on #106350 background.