COLOR #126D54

HEX: #126D54
RGB: (18,109,84)

Color info

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

RGB color model

#126D54 color RGB value is (18,109,84).

  • red value is 18;
  • green value is 109;
  • blue value is 84.
RGB:
(18,109,84)
(7%,43%,33%)

RGB channels and saturation

R 18 of 255 = 7%
G 109 of 255 = 43%
B 84 of 255 = 33%

18
109
84

R + G + B ~ 28%. #126D54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 109 + 84 = 211 (100%)
R 18 of 211 ~ 8.53%
G 109 of 211 ~ 51.66%
B 84 of 211 ~ 39.81%

%51.66
%39.81

CMYK color model

#126D54 color CMYK value is (83,0,23,57).

  • cyan value is 83.49%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 57.25%
CMYK:
(83,0,23,57)
C83M0Y23K57 
(83%,0%,23%,57%)
(0.83/0.00/0.23/0.57)	

CMYK percentages

%83.49
%0
%22.94
%57.25

Codes

Color #126D54 in popluar color models

126D54
RGB1810984
HSL164°71.65%24.90%
HSB/HSV164°83.49%42.75%
CMYK83.49%0.00%22.94%
57.25%

Color #126D54 in popluar number systems.

HEX126D54
Decimal1810984
Binary1001011011011010100
Octal22155124

Shades and tints

Shades of #126D54

#126D54
(18,109,84)
#11644D
(17,100,77)
#105B46
(16,91,70)
#0F523F
(15,82,63)
#0E4938
(14,73,56)
#0D4031
(13,64,49)
#0C372A
(12,55,42)
#0B2E23
(11,46,35)
#0A251C
(10,37,28)
#091C15
(9,28,21)
#08130E
(8,19,14)
#000000
(0,0,0)

Tints of #126D54

#126D54
(18,109,84)
#277A63
(39,122,99)
#3C8772
(60,135,114)
#519481
(81,148,129)
#66A190
(102,161,144)
#7BAE9F
(123,174,159)
#90BBAE
(144,187,174)
#A5C8BD
(165,200,189)
#BAD5CC
(186,213,204)
#CFE2DB
(207,226,219)
#E4EFEA
(228,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126D54 color. Also use rgb(18,109,84) instead hex code.

Text Font Color

.myTextColor { color: #126D54; }

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

This text font color is #126D54.


Background Color

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

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

This div background color is #126D54.


Border color

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

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

This div border color is #126D54.


Opacity

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

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

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

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

This text has shadow with #126D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126D54 on black background.


Color preview on white background

This text has color #126D54 on white background.



Black color preview on #126D54 background

This text has black color on #126D54 background.


White color preview on #126D54 background

This text has white color on #126D54 background.