COLOR #115674

HEX: #115674 RGB: (17,86,116)

Color info

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

RGB color model

#115674 color RGB value is (17,86,116).

RGB: (17,86,116) (7%, 34%, 45%)

RGB channels and saturation

R 17 of 255 = 7%
G 86 of 255 = 34%
B 116 of 255 = 45%

17
86
116

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

Portions of RGB colors in percentages

R + G + B = 17 + 86 + 116 = 219 (100%)
R 17 of 219 ~ 7.76%
G 86 of 219 ~ 39.27%
B 116 of 219 ~ 52.97'%

%39.27
%52.97

CMYK color model

#115674 color CMYK value is (85,26,0,55).

  • cyan value is 85.34%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (85,26,0,55) C85M26Y0K55 (85%,26%,0%,55%) (0.85/0.26/0.00/0.55) 

CMYK percentages

%85.34
%25.86
%0
%54.51

Codes

Color #115674 in popluar color models

11 56 74
RGB 17 86 116
HSL 198° 74.44% 26.08%
HSB/HSV 198° 85.34% 45.49%
CMYK 85.34% 25.86% 0.00%
54.51%

Color #115674 in popluar number systems.

HEX 11 56 74
Decimal 17 86 116
Binary 10001 1010110 1110100
Octal 21 126 164

Shades and tints

Shades of #115674

#115674
(17,86,116)
#104F6A
(16,79,106)
#0F4860
(15,72,96)
#0E4156
(14,65,86)
#0D3A4C
(13,58,76)
#0C3342
(12,51,66)
#0B2C38
(11,44,56)
#0A252E
(10,37,46)
#091E24
(9,30,36)
#08171A
(8,23,26)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #115674

#115674
(17,86,116)
#266580
(38,101,128)
#3B748C
(59,116,140)
#508398
(80,131,152)
#6592A4
(101,146,164)
#7AA1B0
(122,161,176)
#8FB0BC
(143,176,188)
#A4BFC8
(164,191,200)
#B9CED4
(185,206,212)
#CEDDE0
(206,221,224)
#E3ECEC
(227,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115674 color. Also use rgb(17,86,116) instead hex code.

Text Font Color

.myTextColor { color: #115674; }

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

This text font color is #115674.

Background Color

.myBgColor { background-color: #115674; }

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

This div background color is #115674.

Border color

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

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

This div border color is #115674.

Opacity

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

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

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

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

This text has shadow with #115674 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #115674.

Preview

Color preview on black background

This text has color #115674 on black background.


Color preview on white background

This text has color #115674 on white background.


Black color preview on #115674 background

This text has black color on #115674 background.


White color preview on #115674 background

This text has white color on #115674 background.


Related colors

Complementary color

Complementary color for #hex is #EEA98B.


I love getcolorcode.com

Triadic colors

1 #741156 and #567411 with #115674 are triadic colors.

2 #745611 and #561174 with #115674 are triadic colors.