COLOR #114D76

HEX: #114D76
RGB: (17,77,118)

Color info

#114D76 contains mainly green and blue colors. Web safe color of #114D76 is #003366 (or #036).

RGB color model

#114D76 color RGB value is (17,77,118).

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

RGB channels and saturation

R 17 of 255 = 7%
G 77 of 255 = 30%
B 118 of 255 = 46%

17
77
118

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

Portions of RGB colors in percentages

R + G + B =
17 + 77 + 118 = 212 (100%)
R 17 of 212 ~ 8.02%
G 77 of 212 ~ 36.32%
B 118 of 212 ~ 55.66%

%36.32
%55.66

CMYK color model

#114D76 color CMYK value is (86,35,0,54).

  • cyan value is 85.59%
  • magenta value is 34.75%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(86,35,0,54)
C86M35Y0K54 
(86%,35%,0%,54%)
(0.86/0.35/0.00/0.54)	

CMYK percentages

%85.59
%34.75
%0
%53.73

Codes

Color #114D76 in popluar color models

114D76
RGB1777118
HSL204°74.81%26.47%
HSB/HSV204°85.59%46.27%
CMYK85.59%34.75%0.00%
53.73%

Color #114D76 in popluar number systems.

HEX114D76
Decimal1777118
Binary1000110011011110110
Octal21115166

Shades and tints

Shades of #114D76

#114D76
(17,77,118)
#10466C
(16,70,108)
#0F3F62
(15,63,98)
#0E3858
(14,56,88)
#0D314E
(13,49,78)
#0C2A44
(12,42,68)
#0B233A
(11,35,58)
#0A1C30
(10,28,48)
#091526
(9,21,38)
#080E1C
(8,14,28)
#070712
(7,7,18)
#000000
(0,0,0)

Tints of #114D76

#114D76
(17,77,118)
#265D82
(38,93,130)
#3B6D8E
(59,109,142)
#507D9A
(80,125,154)
#658DA6
(101,141,166)
#7A9DB2
(122,157,178)
#8FADBE
(143,173,190)
#A4BDCA
(164,189,202)
#B9CDD6
(185,205,214)
#CEDDE2
(206,221,226)
#E3EDEE
(227,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114D76; }

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

This text font color is #114D76.


Background Color

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

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

This div background color is #114D76.


Border color

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

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

This div border color is #114D76.


Opacity

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

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

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

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

This text has shadow with #114D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114D76 on black background.


Color preview on white background

This text has color #114D76 on white background.



Black color preview on #114D76 background

This text has black color on #114D76 background.


White color preview on #114D76 background

This text has white color on #114D76 background.