COLOR #126450

HEX: #126450
RGB: (18,100,80)

Color info

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

RGB color model

#126450 color RGB value is (18,100,80).

  • red value is 18;
  • green value is 100;
  • blue value is 80.
RGB:
(18,100,80)
(7%,39%,31%)

RGB channels and saturation

R 18 of 255 = 7%
G 100 of 255 = 39%
B 80 of 255 = 31%

18
100
80

R + G + B ~ 26%. #126450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 100 + 80 = 198 (100%)
R 18 of 198 ~ 9.09%
G 100 of 198 ~ 50.51%
B 80 of 198 ~ 40.4%

%50.51
%40.4

CMYK color model

#126450 color CMYK value is (82,0,20,61).

  • cyan value is 82.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 60.78%
CMYK:
(82,0,20,61)
C82M0Y20K61 
(82%,0%,20%,61%)
(0.82/0.00/0.20/0.61)	

CMYK percentages

%82
%0
%20
%60.78

Codes

Color #126450 in popluar color models

126450
RGB1810080
HSL165°69.49%23.14%
HSB/HSV165°82.00%39.22%
CMYK82.00%0.00%20.00%
60.78%

Color #126450 in popluar number systems.

HEX126450
Decimal1810080
Binary1001011001001010000
Octal22144120

Shades and tints

Shades of #126450

#126450
(18,100,80)
#115B49
(17,91,73)
#105242
(16,82,66)
#0F493B
(15,73,59)
#0E4034
(14,64,52)
#0D372D
(13,55,45)
#0C2E26
(12,46,38)
#0B251F
(11,37,31)
#0A1C18
(10,28,24)
#091311
(9,19,17)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #126450

#126450
(18,100,80)
#27725F
(39,114,95)
#3C806E
(60,128,110)
#518E7D
(81,142,125)
#669C8C
(102,156,140)
#7BAA9B
(123,170,155)
#90B8AA
(144,184,170)
#A5C6B9
(165,198,185)
#BAD4C8
(186,212,200)
#CFE2D7
(207,226,215)
#E4F0E6
(228,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126450 color. Also use rgb(18,100,80) instead hex code.

Text Font Color

.myTextColor { color: #126450; }

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

This text font color is #126450.


Background Color

.myBgColor { background-color: #126450; }

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

This div background color is #126450.


Border color

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

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

This div border color is #126450.


Opacity

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

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

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

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

This text has shadow with #126450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126450 on black background.


Color preview on white background

This text has color #126450 on white background.



Black color preview on #126450 background

This text has black color on #126450 background.


White color preview on #126450 background

This text has white color on #126450 background.