COLOR #114C54

HEX: #114C54
RGB: (17,76,84)

Color info

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

RGB color model

#114C54 color RGB value is (17,76,84).

  • red value is 17;
  • green value is 76;
  • blue value is 84.
RGB:
(17,76,84)
(7%,30%,33%)

RGB channels and saturation

R 17 of 255 = 7%
G 76 of 255 = 30%
B 84 of 255 = 33%

17
76
84

R + G + B ~ 23%. #114C54 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 76 + 84 = 177 (100%)
R 17 of 177 ~ 9.6%
G 76 of 177 ~ 42.94%
B 84 of 177 ~ 47.46%

%9.6
%42.94
%47.46

CMYK color model

#114C54 color CMYK value is (80,10,0,67).

  • cyan value is 79.76%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(80,10,0,67)
C80M10Y0K67 
(80%,10%,0%,67%)
(0.80/0.10/0.00/0.67)	

CMYK percentages

%79.76
%9.52
%0
%67.06

Codes

Color #114C54 in popluar color models

114C54
RGB177684
HSL187°66.34%19.80%
HSB/HSV187°79.76%32.94%
CMYK79.76%9.52%0.00%
67.06%

Color #114C54 in popluar number systems.

HEX114C54
Decimal177684
Binary1000110011001010100
Octal21114124

Shades and tints

Shades of #114C54

#114C54
(17,76,84)
#10464D
(16,70,77)
#0F4046
(15,64,70)
#0E3A3F
(14,58,63)
#0D3438
(13,52,56)
#0C2E31
(12,46,49)
#0B282A
(11,40,42)
#0A2223
(10,34,35)
#091C1C
(9,28,28)
#081615
(8,22,21)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #114C54

#114C54
(17,76,84)
#265C63
(38,92,99)
#3B6C72
(59,108,114)
#507C81
(80,124,129)
#658C90
(101,140,144)
#7A9C9F
(122,156,159)
#8FACAE
(143,172,174)
#A4BCBD
(164,188,189)
#B9CCCC
(185,204,204)
#CEDCDB
(206,220,219)
#E3ECEA
(227,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114C54 color. Also use rgb(17,76,84) instead hex code.

Text Font Color

.myTextColor { color: #114C54; }

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

This text font color is #114C54.


Background Color

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

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

This div background color is #114C54.


Border color

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

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

This div border color is #114C54.


Opacity

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

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

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

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

This text has shadow with #114C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114C54 on black background.


Color preview on white background

This text has color #114C54 on white background.



Black color preview on #114C54 background

This text has black color on #114C54 background.


White color preview on #114C54 background

This text has white color on #114C54 background.