COLOR #126550

HEX: #126550
RGB: (18,101,80)

Color info

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

RGB color model

#126550 color RGB value is (18,101,80).

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

RGB channels and saturation

R 18 of 255 = 7%
G 101 of 255 = 40%
B 80 of 255 = 31%

18
101
80

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

Portions of RGB colors in percentages

R + G + B =
18 + 101 + 80 = 199 (100%)
R 18 of 199 ~ 9.05%
G 101 of 199 ~ 50.75%
B 80 of 199 ~ 40.2%

%50.75
%40.2

CMYK color model

#126550 color CMYK value is (82,0,21,60).

  • cyan value is 82.18%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 60.39%
CMYK:
(82,0,21,60)
C82M0Y21K60 
(82%,0%,21%,60%)
(0.82/0.00/0.21/0.60)	

CMYK percentages

%82.18
%0
%20.79
%60.39

Codes

Color #126550 in popluar color models

126550
RGB1810180
HSL165°69.75%23.33%
HSB/HSV165°82.18%39.61%
CMYK82.18%0.00%20.79%
60.39%

Color #126550 in popluar number systems.

HEX126550
Decimal1810180
Binary1001011001011010000
Octal22145120

Shades and tints

Shades of #126550

#126550
(18,101,80)
#115C49
(17,92,73)
#105342
(16,83,66)
#0F4A3B
(15,74,59)
#0E4134
(14,65,52)
#0D382D
(13,56,45)
#0C2F26
(12,47,38)
#0B261F
(11,38,31)
#0A1D18
(10,29,24)
#091411
(9,20,17)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #126550

#126550
(18,101,80)
#27735F
(39,115,95)
#3C816E
(60,129,110)
#518F7D
(81,143,125)
#669D8C
(102,157,140)
#7BAB9B
(123,171,155)
#90B9AA
(144,185,170)
#A5C7B9
(165,199,185)
#BAD5C8
(186,213,200)
#CFE3D7
(207,227,215)
#E4F1E6
(228,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #126550; }

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

This text font color is #126550.


Background Color

.myBgColor { background-color: #126550; }

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

This div background color is #126550.


Border color

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

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

This div border color is #126550.


Opacity

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

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

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

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

This text has shadow with #126550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126550 on black background.


Color preview on white background

This text has color #126550 on white background.



Black color preview on #126550 background

This text has black color on #126550 background.


White color preview on #126550 background

This text has white color on #126550 background.