COLOR #116446

HEX: #116446
RGB: (17,100,70)

Color info

#116446 contains mainly green and blue colors. Web safe color of #116446 is #006633 (or #063).

RGB color model

#116446 color RGB value is (17,100,70).

  • red value is 17;
  • green value is 100;
  • blue value is 70.
RGB:
(17,100,70)
(7%,39%,27%)

RGB channels and saturation

R 17 of 255 = 7%
G 100 of 255 = 39%
B 70 of 255 = 27%

17
100
70

R + G + B ~ 24%. #116446 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 100 + 70 = 187 (100%)
R 17 of 187 ~ 9.09%
G 100 of 187 ~ 53.48%
B 70 of 187 ~ 37.43%

%53.48
%37.43

CMYK color model

#116446 color CMYK value is (83,0,30,61).

  • cyan value is 83.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 60.78%
CMYK:
(83,0,30,61)
C83M0Y30K61 
(83%,0%,30%,61%)
(0.83/0.00/0.30/0.61)	

CMYK percentages

%83
%0
%30
%60.78

Codes

Color #116446 in popluar color models

116446
RGB1710070
HSL158°70.94%22.94%
HSB/HSV158°83.00%39.22%
CMYK83.00%0.00%30.00%
60.78%

Color #116446 in popluar number systems.

HEX116446
Decimal1710070
Binary1000111001001000110
Octal21144106

Shades and tints

Shades of #116446

#116446
(17,100,70)
#105B40
(16,91,64)
#0F523A
(15,82,58)
#0E4934
(14,73,52)
#0D402E
(13,64,46)
#0C3728
(12,55,40)
#0B2E22
(11,46,34)
#0A251C
(10,37,28)
#091C16
(9,28,22)
#081310
(8,19,16)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #116446

#116446
(17,100,70)
#267256
(38,114,86)
#3B8066
(59,128,102)
#508E76
(80,142,118)
#659C86
(101,156,134)
#7AAA96
(122,170,150)
#8FB8A6
(143,184,166)
#A4C6B6
(164,198,182)
#B9D4C6
(185,212,198)
#CEE2D6
(206,226,214)
#E3F0E6
(227,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #116446 color. Also use rgb(17,100,70) instead hex code.

Text Font Color

.myTextColor { color: #116446; }

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

This text font color is #116446.


Background Color

.myBgColor { background-color: #116446; }

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

This div background color is #116446.


Border color

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

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

This div border color is #116446.


Opacity

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

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

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

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

This text has shadow with #116446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #116446 on black background.


Color preview on white background

This text has color #116446 on white background.



Black color preview on #116446 background

This text has black color on #116446 background.


White color preview on #116446 background

This text has white color on #116446 background.