COLOR #114E42

HEX: #114E42 RGB: (17,78,66)

Color info

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

RGB color model

#114E42 color RGB value is (17,78,66).

RGB: (17,78,66) (7%, 31%, 26%)

RGB channels and saturation

R 17 of 255 = 7%
G 78 of 255 = 31%
B 66 of 255 = 26%

17
78
66

R + G + B ~ 21%. #114E42 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 78 + 66 = 161 (100%)
R 17 of 161 ~ 10.56%
G 78 of 161 ~ 48.45%
B 66 of 161 ~ 40.99'%

%10.56
%48.45
%40.99

CMYK color model

#114E42 color CMYK value is (78,0,15,69).

  • cyan value is 78.21%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 69.41%

CMYK: (78,0,15,69)
C78M0Y15K69 (78%, 0%, 15%, 69%)
(0.78 / 0.00 / 0.15 / 0.69)

CMYK percentages

%78.21
%0
%15.38
%69.41

Codes

Color #114E42 in popluar color models

11 4E 42
RGB 17 78 66
HSL 168° 64.21% 18.63%
HSB/HSV 168° 78.21% 30.59%
CMYK 78.21% 0.00% 15.38%
69.41%

Color #114E42 in popluar number systems.

HEX 11 4E 42
Decimal 17 78 66
Binary 10001 1001110 1000010
Octal 21 116 102

Shades and tints

Shades of #114E42

#114E42
(17,78,66)
#10473C
(16,71,60)
#0F4036
(15,64,54)
#0E3930
(14,57,48)
#0D322A
(13,50,42)
#0C2B24
(12,43,36)
#0B241E
(11,36,30)
#0A1D18
(10,29,24)
#091612
(9,22,18)
#080F0C
(8,15,12)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #114E42

#114E42
(17,78,66)
#265E53
(38,94,83)
#3B6E64
(59,110,100)
#507E75
(80,126,117)
#658E86
(101,142,134)
#7A9E97
(122,158,151)
#8FAEA8
(143,174,168)
#A4BEB9
(164,190,185)
#B9CECA
(185,206,202)
#CEDEDB
(206,222,219)
#E3EEEC
(227,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114E42 color. Also use rgb(17,78,66) instead hex code.

Text Font Color

.myTextColor { color: #114E42; }

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

This text font color is #114E42.

Background Color

.myBgColor { background-color: #114E42; }

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

This div background color is #114E42.

Border color

.myBorderColor { border: 1px solid #114E42; }

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

This div border color is #114E42.

Opacity

.myOpacity80 { color: #114E42; opacity: 0.8; }

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

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

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

This text has shadow with #114E42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #114E42.

Preview

Color preview on black background

This text has color #114E42 on black background.


Color preview on white background

This text has color #114E42 on white background.


Black color preview on #114E42 background

This text has black color on #114E42 background.


White color preview on #114E42 background

This text has white color on #114E42 background.


Related colors

Complementary color

Complementary color for #hex is #EEB1BD.


I love getcolorcode.com

Triadic colors

1 #42114E and #4E4211 with #114E42 are triadic colors.

2 #424E11 and #4E1142 with #114E42 are triadic colors.