COLOR #126B26

HEX: #126B26
RGB: (18,107,38)

Color info

#126B26 contains mainly green color. Web safe color of #126B26 is #006633 (or #063).

RGB color model

#126B26 color RGB value is (18,107,38).

  • red value is 18;
  • green value is 107;
  • blue value is 38.
RGB:
(18,107,38)
(7%,42%,15%)

RGB channels and saturation

R 18 of 255 = 7%
G 107 of 255 = 42%
B 38 of 255 = 15%

18
107
38

R + G + B ~ 21%. #126B26 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 107 + 38 = 163 (100%)
R 18 of 163 ~ 11.04%
G 107 of 163 ~ 65.64%
B 38 of 163 ~ 23.31%

%11.04
%65.64
%23.31

CMYK color model

#126B26 color CMYK value is (83,0,64,58).

  • cyan value is 83.18%
  • magenta value is 0.00%
  • yellow value is 64.49%
  • key color value is 58.04%
CMYK:
(83,0,64,58)
C83M0Y64K58 
(83%,0%,64%,58%)
(0.83/0.00/0.64/0.58)	

CMYK percentages

%83.18
%0
%64.49
%58.04

Codes

Color #126B26 in popluar color models

126B26
RGB1810738
HSL133°71.20%24.51%
HSB/HSV133°83.18%41.96%
CMYK83.18%0.00%64.49%
58.04%

Color #126B26 in popluar number systems.

HEX126B26
Decimal1810738
Binary100101101011100110
Octal2215346

Shades and tints

Shades of #126B26

#126B26
(18,107,38)
#116223
(17,98,35)
#105920
(16,89,32)
#0F501D
(15,80,29)
#0E471A
(14,71,26)
#0D3E17
(13,62,23)
#0C3514
(12,53,20)
#0B2C11
(11,44,17)
#0A230E
(10,35,14)
#091A0B
(9,26,11)
#081108
(8,17,8)
#000000
(0,0,0)

Tints of #126B26

#126B26
(18,107,38)
#277839
(39,120,57)
#3C854C
(60,133,76)
#51925F
(81,146,95)
#669F72
(102,159,114)
#7BAC85
(123,172,133)
#90B998
(144,185,152)
#A5C6AB
(165,198,171)
#BAD3BE
(186,211,190)
#CFE0D1
(207,224,209)
#E4EDE4
(228,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126B26 color. Also use rgb(18,107,38) instead hex code.

Text Font Color

.myTextColor { color: #126B26; }

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

This text font color is #126B26.


Background Color

.myBgColor { background-color: #126B26; }

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

This div background color is #126B26.


Border color

.myBorderColor { border: 1px solid #126B26; }

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

This div border color is #126B26.


Opacity

.myOpacity80 { color: #126B26; opacity: 0.8; }

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

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

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

This text has shadow with #126B26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126B26 on black background.


Color preview on white background

This text has color #126B26 on white background.



Black color preview on #126B26 background

This text has black color on #126B26 background.


White color preview on #126B26 background

This text has white color on #126B26 background.