COLOR #114D61

HEX: #114D61 RGB: (17,77,97)

Color info

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

RGB color model

#114D61 color RGB value is (17,77,97).

RGB: (17,77,97) (7%, 30%, 38%)

RGB channels and saturation

R 17 of 255 = 7%
G 77 of 255 = 30%
B 97 of 255 = 38%

17
77
97

R + G + B ~ 25%. #114D61 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 77 + 97 = 191 (100%)
R 17 of 191 ~ 8.9%
G 77 of 191 ~ 40.31%
B 97 of 191 ~ 50.79'%

%40.31
%50.79

CMYK color model

#114D61 color CMYK value is (82,21,0,62).

  • cyan value is 82.47%
  • magenta value is 20.62%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (82,21,0,62)
C82M21Y0K62 (82%, 21%, 0%, 62%)
(0.82 / 0.21 / 0.00 / 0.62)

CMYK percentages

%82.47
%20.62
%0
%61.96

Codes

Color #114D61 in popluar color models

11 4D 61
RGB 17 77 97
HSL 195° 70.18% 22.35%
HSB/HSV 195° 82.47% 38.04%
CMYK 82.47% 20.62% 0.00%
61.96%

Color #114D61 in popluar number systems.

HEX 11 4D 61
Decimal 17 77 97
Binary 10001 1001101 1100001
Octal 21 115 141

Shades and tints

Shades of #114D61

#114D61
(17,77,97)
#104659
(16,70,89)
#0F3F51
(15,63,81)
#0E3849
(14,56,73)
#0D3141
(13,49,65)
#0C2A39
(12,42,57)
#0B2331
(11,35,49)
#0A1C29
(10,28,41)
#091521
(9,21,33)
#080E19
(8,14,25)
#070711
(7,7,17)
#000000
(0,0,0)

Tints of #114D61

#114D61
(17,77,97)
#265D6F
(38,93,111)
#3B6D7D
(59,109,125)
#507D8B
(80,125,139)
#658D99
(101,141,153)
#7A9DA7
(122,157,167)
#8FADB5
(143,173,181)
#A4BDC3
(164,189,195)
#B9CDD1
(185,205,209)
#CEDDDF
(206,221,223)
#E3EDED
(227,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114D61 color. Also use rgb(17,77,97) instead hex code.

Text Font Color

.myTextColor { color: #114D61; }

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

This text font color is #114D61.

Background Color

.myBgColor { background-color: #114D61; }

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

This div background color is #114D61.

Border color

.myBorderColor { border: 1px solid #114D61; }

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

This div border color is #114D61.

Opacity

.myOpacity80 { color: #114D61; opacity: 0.8; }

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

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

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

This text has shadow with #114D61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #114D61.

Preview

Color preview on black background

This text has color #114D61 on black background.


Color preview on white background

This text has color #114D61 on white background.


Black color preview on #114D61 background

This text has black color on #114D61 background.


White color preview on #114D61 background

This text has white color on #114D61 background.


Related colors

Complementary color

Complementary color for #hex is #EEB29E.


I love getcolorcode.com

Triadic colors

1 #61114D and #4D6111 with #114D61 are triadic colors.

2 #614D11 and #4D1161 with #114D61 are triadic colors.