COLOR #114F7A

HEX: #114F7A
RGB: (17,79,122)

Color info

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

RGB color model

#114F7A color RGB value is (17,79,122).

  • red value is 17;
  • green value is 79;
  • blue value is 122.
RGB:
(17,79,122)
(7%,31%,48%)

RGB channels and saturation

R 17 of 255 = 7%
G 79 of 255 = 31%
B 122 of 255 = 48%

17
79
122

R + G + B ~ 29%. #114F7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 79 + 122 = 218 (100%)
R 17 of 218 ~ 7.8%
G 79 of 218 ~ 36.24%
B 122 of 218 ~ 55.96%

%36.24
%55.96

CMYK color model

#114F7A color CMYK value is (86,35,0,52).

  • cyan value is 86.07%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(86,35,0,52)
C86M35Y0K52 
(86%,35%,0%,52%)
(0.86/0.35/0.00/0.52)	

CMYK percentages

%86.07
%35.25
%0
%52.16

Codes

Color #114F7A in popluar color models

114F7A
RGB1779122
HSL205°75.54%27.25%
HSB/HSV205°86.07%47.84%
CMYK86.07%35.25%0.00%
52.16%

Color #114F7A in popluar number systems.

HEX114F7A
Decimal1779122
Binary1000110011111111010
Octal21117172

Shades and tints

Shades of #114F7A

#114F7A
(17,79,122)
#10486F
(16,72,111)
#0F4164
(15,65,100)
#0E3A59
(14,58,89)
#0D334E
(13,51,78)
#0C2C43
(12,44,67)
#0B2538
(11,37,56)
#0A1E2D
(10,30,45)
#091722
(9,23,34)
#081017
(8,16,23)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #114F7A

#114F7A
(17,79,122)
#265F86
(38,95,134)
#3B6F92
(59,111,146)
#507F9E
(80,127,158)
#658FAA
(101,143,170)
#7A9FB6
(122,159,182)
#8FAFC2
(143,175,194)
#A4BFCE
(164,191,206)
#B9CFDA
(185,207,218)
#CEDFE6
(206,223,230)
#E3EFF2
(227,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114F7A color. Also use rgb(17,79,122) instead hex code.

Text Font Color

.myTextColor { color: #114F7A; }

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

This text font color is #114F7A.


Background Color

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

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

This div background color is #114F7A.


Border color

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

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

This div border color is #114F7A.


Opacity

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

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

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

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

This text has shadow with #114F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114F7A on black background.


Color preview on white background

This text has color #114F7A on white background.



Black color preview on #114F7A background

This text has black color on #114F7A background.


White color preview on #114F7A background

This text has white color on #114F7A background.