COLOR #11776E

HEX: #11776E
RGB: (17,119,110)

Color info

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

RGB color model

#11776E color RGB value is (17,119,110).

  • red value is 17;
  • green value is 119;
  • blue value is 110.
RGB:
(17,119,110)
(7%,47%,43%)

RGB channels and saturation

R 17 of 255 = 7%
G 119 of 255 = 47%
B 110 of 255 = 43%

17
119
110

R + G + B ~ 32%. #11776E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 119 + 110 = 246 (100%)
R 17 of 246 ~ 6.91%
G 119 of 246 ~ 48.37%
B 110 of 246 ~ 44.72%

%48.37
%44.72

CMYK color model

#11776E color CMYK value is (86,0,8,53).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(86,0,8,53)
C86M0Y8K53 
(86%,0%,8%,53%)
(0.86/0.00/0.08/0.53)	

CMYK percentages

%85.71
%0
%7.56
%53.33

Codes

Color #11776E in popluar color models

11776E
RGB17119110
HSL175°75.00%26.67%
HSB/HSV175°85.71%46.67%
CMYK85.71%0.00%7.56%
53.33%

Color #11776E in popluar number systems.

HEX11776E
Decimal17119110
Binary1000111101111101110
Octal21167156

Shades and tints

Shades of #11776E

#11776E
(17,119,110)
#106D64
(16,109,100)
#0F635A
(15,99,90)
#0E5950
(14,89,80)
#0D4F46
(13,79,70)
#0C453C
(12,69,60)
#0B3B32
(11,59,50)
#0A3128
(10,49,40)
#09271E
(9,39,30)
#081D14
(8,29,20)
#07130A
(7,19,10)
#000000
(0,0,0)

Tints of #11776E

#11776E
(17,119,110)
#26837B
(38,131,123)
#3B8F88
(59,143,136)
#509B95
(80,155,149)
#65A7A2
(101,167,162)
#7AB3AF
(122,179,175)
#8FBFBC
(143,191,188)
#A4CBC9
(164,203,201)
#B9D7D6
(185,215,214)
#CEE3E3
(206,227,227)
#E3EFF0
(227,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11776E color. Also use rgb(17,119,110) instead hex code.

Text Font Color

.myTextColor { color: #11776E; }

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

This text font color is #11776E.


Background Color

.myBgColor { background-color: #11776E; }

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

This div background color is #11776E.


Border color

.myBorderColor { border: 1px solid #11776E; }

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

This div border color is #11776E.


Opacity

.myOpacity80 { color: #11776E; opacity: 0.8; }

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

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

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

This text has shadow with #11776E color.

.textShadow {text-shadow: 3px 3px 1px #11776E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11776E on black background.


Color preview on white background

This text has color #11776E on white background.



Black color preview on #11776E background

This text has black color on #11776E background.


White color preview on #11776E background

This text has white color on #11776E background.