COLOR #114E76

HEX: #114E76
RGB: (17,78,118)

Color info

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

RGB color model

#114E76 color RGB value is (17,78,118).

  • red value is 17;
  • green value is 78;
  • blue value is 118.
RGB:
(17,78,118)
(7%,31%,46%)

RGB channels and saturation

R 17 of 255 = 7%
G 78 of 255 = 31%
B 118 of 255 = 46%

17
78
118

R + G + B ~ 28%. #114E76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 78 + 118 = 213 (100%)
R 17 of 213 ~ 7.98%
G 78 of 213 ~ 36.62%
B 118 of 213 ~ 55.4%

%36.62
%55.4

CMYK color model

#114E76 color CMYK value is (86,34,0,54).

  • cyan value is 85.59%
  • magenta value is 33.90%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(86,34,0,54)
C86M34Y0K54 
(86%,34%,0%,54%)
(0.86/0.34/0.00/0.54)	

CMYK percentages

%85.59
%33.9
%0
%53.73

Codes

Color #114E76 in popluar color models

114E76
RGB1778118
HSL204°74.81%26.47%
HSB/HSV204°85.59%46.27%
CMYK85.59%33.90%0.00%
53.73%

Color #114E76 in popluar number systems.

HEX114E76
Decimal1778118
Binary1000110011101110110
Octal21116166

Shades and tints

Shades of #114E76

#114E76
(17,78,118)
#10476C
(16,71,108)
#0F4062
(15,64,98)
#0E3958
(14,57,88)
#0D324E
(13,50,78)
#0C2B44
(12,43,68)
#0B243A
(11,36,58)
#0A1D30
(10,29,48)
#091626
(9,22,38)
#080F1C
(8,15,28)
#070812
(7,8,18)
#000000
(0,0,0)

Tints of #114E76

#114E76
(17,78,118)
#265E82
(38,94,130)
#3B6E8E
(59,110,142)
#507E9A
(80,126,154)
#658EA6
(101,142,166)
#7A9EB2
(122,158,178)
#8FAEBE
(143,174,190)
#A4BECA
(164,190,202)
#B9CED6
(185,206,214)
#CEDEE2
(206,222,226)
#E3EEEE
(227,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114E76; }

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

This text font color is #114E76.


Background Color

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

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

This div background color is #114E76.


Border color

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

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

This div border color is #114E76.


Opacity

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

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

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

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

This text has shadow with #114E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114E76 on black background.


Color preview on white background

This text has color #114E76 on white background.



Black color preview on #114E76 background

This text has black color on #114E76 background.


White color preview on #114E76 background

This text has white color on #114E76 background.