COLOR #114746

HEX: #114746 RGB: (17,71,70)

Color info

#114746 contains red, green and blue colors in about the same proportion. Web safe color of #114746 is #003333 (or #033).

RGB color model

#114746 color RGB value is (17,71,70).

RGB: (17,71,70) (7%, 28%, 27%)

RGB channels and saturation

R 17 of 255 = 7%
G 71 of 255 = 28%
B 70 of 255 = 27%

17
71
70

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

Portions of RGB colors in percentages

R + G + B = 17 + 71 + 70 = 158 (100%)
R 17 of 158 ~ 10.76%
G 71 of 158 ~ 44.94%
B 70 of 158 ~ 44.3'%

%10.76
%44.94
%44.3

CMYK color model

#114746 color CMYK value is (76,0,1,72).

  • cyan value is 76.06%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 72.16%
CMYK: (76,0,1,72) C76M0Y1K72 (76%,0%,1%,72%) (0.76/0.00/0.01/0.72) 

CMYK percentages

%76.06
%0
%1.41
%72.16

Codes

Color #114746 in popluar color models

11 47 46
RGB 17 71 70
HSL 179° 61.36% 17.25%
HSB/HSV 179° 76.06% 27.84%
CMYK 76.06% 0.00% 1.41%
72.16%

Color #114746 in popluar number systems.

HEX 11 47 46
Decimal 17 71 70
Binary 10001 1000111 1000110
Octal 21 107 106

Shades and tints

Shades of #114746

#114746
(17,71,70)
#104140
(16,65,64)
#0F3B3A
(15,59,58)
#0E3534
(14,53,52)
#0D2F2E
(13,47,46)
#0C2928
(12,41,40)
#0B2322
(11,35,34)
#0A1D1C
(10,29,28)
#091716
(9,23,22)
#081110
(8,17,16)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #114746

#114746
(17,71,70)
#265756
(38,87,86)
#3B6766
(59,103,102)
#507776
(80,119,118)
#658786
(101,135,134)
#7A9796
(122,151,150)
#8FA7A6
(143,167,166)
#A4B7B6
(164,183,182)
#B9C7C6
(185,199,198)
#CED7D6
(206,215,214)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114746; }

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

This text font color is #114746.

Background Color

.myBgColor { background-color: #114746; }

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

This div background color is #114746.

Border color

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

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

This div border color is #114746.

Opacity

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

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

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

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

This text has shadow with #114746 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #114746.

Preview

Color preview on black background

This text has color #114746 on black background.


Color preview on white background

This text has color #114746 on white background.


Black color preview on #114746 background

This text has black color on #114746 background.


White color preview on #114746 background

This text has white color on #114746 background.


Related colors

Complementary color

Complementary color for #hex is #EEB8B9.


I love getcolorcode.com

Triadic colors

1 #461147 and #474611 with #114746 are triadic colors.

2 #464711 and #471146 with #114746 are triadic colors.