COLOR #106B35

HEX: #106B35
RGB: (16,107,53)

Color info

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

RGB color model

#106B35 color RGB value is (16,107,53).

  • red value is 16;
  • green value is 107;
  • blue value is 53.
RGB:
(16,107,53)
(6%,42%,21%)

RGB channels and saturation

R 16 of 255 = 6%
G 107 of 255 = 42%
B 53 of 255 = 21%

16
107
53

R + G + B ~ 23%. #106B35 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 107 + 53 = 176 (100%)
R 16 of 176 ~ 9.09%
G 107 of 176 ~ 60.8%
B 53 of 176 ~ 30.11%

%60.8
%30.11

CMYK color model

#106B35 color CMYK value is (85,0,50,58).

  • cyan value is 85.05%
  • magenta value is 0.00%
  • yellow value is 50.47%
  • key color value is 58.04%
CMYK:
(85,0,50,58)
C85M0Y50K58 
(85%,0%,50%,58%)
(0.85/0.00/0.50/0.58)	

CMYK percentages

%85.05
%0
%50.47
%58.04

Codes

Color #106B35 in popluar color models

106B35
RGB1610753
HSL144°73.98%24.12%
HSB/HSV144°85.05%41.96%
CMYK85.05%0.00%50.47%
58.04%

Color #106B35 in popluar number systems.

HEX106B35
Decimal1610753
Binary100001101011110101
Octal2015365

Shades and tints

Shades of #106B35

#106B35
(16,107,53)
#0F6231
(15,98,49)
#0E592D
(14,89,45)
#0D5029
(13,80,41)
#0C4725
(12,71,37)
#0B3E21
(11,62,33)
#0A351D
(10,53,29)
#092C19
(9,44,25)
#082315
(8,35,21)
#071A11
(7,26,17)
#06110D
(6,17,13)
#000000
(0,0,0)

Tints of #106B35

#106B35
(16,107,53)
#257847
(37,120,71)
#3A8559
(58,133,89)
#4F926B
(79,146,107)
#649F7D
(100,159,125)
#79AC8F
(121,172,143)
#8EB9A1
(142,185,161)
#A3C6B3
(163,198,179)
#B8D3C5
(184,211,197)
#CDE0D7
(205,224,215)
#E2EDE9
(226,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #106B35; }

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

This text font color is #106B35.


Background Color

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

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

This div background color is #106B35.


Border color

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

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

This div border color is #106B35.


Opacity

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

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

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

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

This text has shadow with #106B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #106B35 on black background.


Color preview on white background

This text has color #106B35 on white background.



Black color preview on #106B35 background

This text has black color on #106B35 background.


White color preview on #106B35 background

This text has white color on #106B35 background.