COLOR #106A31

HEX: #106A31 RGB: (16,106,49)

Color info

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

RGB color model

#106A31 color RGB value is (16,106,49).

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

RGB channels and saturation

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

16
106
49

R + G + B ~ 22%. #106A31 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 106 + 49 = 171 (100%)
R 16 of 171 ~ 9.36%
G 106 of 171 ~ 61.99%
B 49 of 171 ~ 28.65'%

%61.99
%28.65

CMYK color model

#106A31 color CMYK value is (85,0,54,58).

  • cyan value is 84.91%
  • magenta value is 0.00%
  • yellow value is 53.77%
  • key color value is 58.43%

CMYK: (85,0,54,58)
C85M0Y54K58 (85%, 0%, 54%, 58%)
(0.85 / 0.00 / 0.54 / 0.58)

CMYK percentages

%84.91
%0
%53.77
%58.43

Codes

Color #106A31 in popluar color models

10 6A 31
RGB 16 106 49
HSL 142° 73.77% 23.92%
HSB/HSV 142° 84.91% 41.57%
CMYK 84.91% 0.00% 53.77%
58.43%

Color #106A31 in popluar number systems.

HEX 10 6A 31
Decimal 16 106 49
Binary 10000 1101010 110001
Octal 20 152 61

Shades and tints

Shades of #106A31

#106A31
(16,106,49)
#0F612D
(15,97,45)
#0E5829
(14,88,41)
#0D4F25
(13,79,37)
#0C4621
(12,70,33)
#0B3D1D
(11,61,29)
#0A3419
(10,52,25)
#092B15
(9,43,21)
#082211
(8,34,17)
#07190D
(7,25,13)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #106A31

#106A31
(16,106,49)
#257743
(37,119,67)
#3A8455
(58,132,85)
#4F9167
(79,145,103)
#649E79
(100,158,121)
#79AB8B
(121,171,139)
#8EB89D
(142,184,157)
#A3C5AF
(163,197,175)
#B8D2C1
(184,210,193)
#CDDFD3
(205,223,211)
#E2ECE5
(226,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #106A31; }

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

This text font color is #106A31.

Background Color

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

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

This div background color is #106A31.

Border color

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

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

This div border color is #106A31.

Opacity

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

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

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

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

This text has shadow with #106A31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #106A31.

Preview

Color preview on black background

This text has color #106A31 on black background.


Color preview on white background

This text has color #106A31 on white background.


Black color preview on #106A31 background

This text has black color on #106A31 background.


White color preview on #106A31 background

This text has white color on #106A31 background.


Related colors

Complementary color

Complementary color for #hex is #EF95CE.


I love getcolorcode.com

Triadic colors

1 #31106A and #6A3110 with #106A31 are triadic colors.

2 #316A10 and #6A1031 with #106A31 are triadic colors.