COLOR #114A61

HEX: #114A61
RGB: (17,74,97)

Color info

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

RGB color model

#114A61 color RGB value is (17,74,97).

  • red value is 17;
  • green value is 74;
  • blue value is 97.
RGB:
(17,74,97)
(7%,29%,38%)

RGB channels and saturation

R 17 of 255 = 7%
G 74 of 255 = 29%
B 97 of 255 = 38%

17
74
97

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

Portions of RGB colors in percentages

R + G + B =
17 + 74 + 97 = 188 (100%)
R 17 of 188 ~ 9.04%
G 74 of 188 ~ 39.36%
B 97 of 188 ~ 51.6%

%39.36
%51.6

CMYK color model

#114A61 color CMYK value is (82,24,0,62).

  • cyan value is 82.47%
  • magenta value is 23.71%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(82,24,0,62)
C82M24Y0K62 
(82%,24%,0%,62%)
(0.82/0.24/0.00/0.62)	

CMYK percentages

%82.47
%23.71
%0
%61.96

Codes

Color #114A61 in popluar color models

114A61
RGB177497
HSL197°70.18%22.35%
HSB/HSV197°82.47%38.04%
CMYK82.47%23.71%0.00%
61.96%

Color #114A61 in popluar number systems.

HEX114A61
Decimal177497
Binary1000110010101100001
Octal21112141

Shades and tints

Shades of #114A61

#114A61
(17,74,97)
#104459
(16,68,89)
#0F3E51
(15,62,81)
#0E3849
(14,56,73)
#0D3241
(13,50,65)
#0C2C39
(12,44,57)
#0B2631
(11,38,49)
#0A2029
(10,32,41)
#091A21
(9,26,33)
#081419
(8,20,25)
#070E11
(7,14,17)
#000000
(0,0,0)

Tints of #114A61

#114A61
(17,74,97)
#265A6F
(38,90,111)
#3B6A7D
(59,106,125)
#507A8B
(80,122,139)
#658A99
(101,138,153)
#7A9AA7
(122,154,167)
#8FAAB5
(143,170,181)
#A4BAC3
(164,186,195)
#B9CAD1
(185,202,209)
#CEDADF
(206,218,223)
#E3EAED
(227,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114A61; }

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

This text font color is #114A61.


Background Color

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

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

This div background color is #114A61.


Border color

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

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

This div border color is #114A61.


Opacity

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

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

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

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

This text has shadow with #114A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114A61 on black background.


Color preview on white background

This text has color #114A61 on white background.



Black color preview on #114A61 background

This text has black color on #114A61 background.


White color preview on #114A61 background

This text has white color on #114A61 background.