COLOR #114050

HEX: #114050 RGB: (17,64,80)

Color info

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

RGB color model

#114050 color RGB value is (17,64,80).

RGB: (17,64,80) (7%, 25%, 31%)

RGB channels and saturation

R 17 of 255 = 7%
G 64 of 255 = 25%
B 80 of 255 = 31%

17
64
80

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

Portions of RGB colors in percentages

R + G + B = 17 + 64 + 80 = 161 (100%)
R 17 of 161 ~ 10.56%
G 64 of 161 ~ 39.75%
B 80 of 161 ~ 49.69'%

%10.56
%39.75
%49.69

CMYK color model

#114050 color CMYK value is (79,20,0,69).

  • cyan value is 78.75%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (79,20,0,69)
C79M20Y0K69 (79%, 20%, 0%, 69%)
(0.79 / 0.20 / 0.00 / 0.69)

CMYK percentages

%78.75
%20
%0
%68.63

Codes

Color #114050 in popluar color models

11 40 50
RGB 17 64 80
HSL 195° 64.95% 19.02%
HSB/HSV 195° 78.75% 31.37%
CMYK 78.75% 20.00% 0.00%
68.63%

Color #114050 in popluar number systems.

HEX 11 40 50
Decimal 17 64 80
Binary 10001 1000000 1010000
Octal 21 100 120

Shades and tints

Shades of #114050

#114050
(17,64,80)
#103B49
(16,59,73)
#0F3642
(15,54,66)
#0E313B
(14,49,59)
#0D2C34
(13,44,52)
#0C272D
(12,39,45)
#0B2226
(11,34,38)
#0A1D1F
(10,29,31)
#091818
(9,24,24)
#081311
(8,19,17)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #114050

#114050
(17,64,80)
#26515F
(38,81,95)
#3B626E
(59,98,110)
#50737D
(80,115,125)
#65848C
(101,132,140)
#7A959B
(122,149,155)
#8FA6AA
(143,166,170)
#A4B7B9
(164,183,185)
#B9C8C8
(185,200,200)
#CED9D7
(206,217,215)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114050 color. Also use rgb(17,64,80) instead hex code.

Text Font Color

.myTextColor { color: #114050; }

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

This text font color is #114050.

Background Color

.myBgColor { background-color: #114050; }

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

This div background color is #114050.

Border color

.myBorderColor { border: 1px solid #114050; }

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

This div border color is #114050.

Opacity

.myOpacity80 { color: #114050; opacity: 0.8; }

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

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

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

This text has shadow with #114050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #114050.

Preview

Color preview on black background

This text has color #114050 on black background.


Color preview on white background

This text has color #114050 on white background.


Black color preview on #114050 background

This text has black color on #114050 background.


White color preview on #114050 background

This text has white color on #114050 background.


Related colors

Complementary color

Complementary color for #hex is #EEBFAF.


I love getcolorcode.com

Triadic colors

1 #501140 and #405011 with #114050 are triadic colors.

2 #504011 and #401150 with #114050 are triadic colors.