COLOR #114A48

HEX: #114A48
RGB: (17,74,72)

Color info

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

RGB color model

#114A48 color RGB value is (17,74,72).

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

RGB channels and saturation

R 17 of 255 = 7%
G 74 of 255 = 29%
B 72 of 255 = 28%

17
74
72

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

Portions of RGB colors in percentages

R + G + B =
17 + 74 + 72 = 163 (100%)
R 17 of 163 ~ 10.43%
G 74 of 163 ~ 45.4%
B 72 of 163 ~ 44.17%

%10.43
%45.4
%44.17

CMYK color model

#114A48 color CMYK value is (77,0,3,71).

  • cyan value is 77.03%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 70.98%
CMYK:
(77,0,3,71)
C77M0Y3K71 
(77%,0%,3%,71%)
(0.77/0.00/0.03/0.71)	

CMYK percentages

%77.03
%0
%2.7
%70.98

Codes

Color #114A48 in popluar color models

114A48
RGB177472
HSL178°62.64%17.84%
HSB/HSV178°77.03%29.02%
CMYK77.03%0.00%2.70%
70.98%

Color #114A48 in popluar number systems.

HEX114A48
Decimal177472
Binary1000110010101001000
Octal21112110

Shades and tints

Shades of #114A48

#114A48
(17,74,72)
#104442
(16,68,66)
#0F3E3C
(15,62,60)
#0E3836
(14,56,54)
#0D3230
(13,50,48)
#0C2C2A
(12,44,42)
#0B2624
(11,38,36)
#0A201E
(10,32,30)
#091A18
(9,26,24)
#081412
(8,20,18)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #114A48

#114A48
(17,74,72)
#265A58
(38,90,88)
#3B6A68
(59,106,104)
#507A78
(80,122,120)
#658A88
(101,138,136)
#7A9A98
(122,154,152)
#8FAAA8
(143,170,168)
#A4BAB8
(164,186,184)
#B9CAC8
(185,202,200)
#CEDAD8
(206,218,216)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114A48; }

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

This text font color is #114A48.


Background Color

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

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

This div background color is #114A48.


Border color

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

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

This div border color is #114A48.


Opacity

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

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

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

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

This text has shadow with #114A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114A48 on black background.


Color preview on white background

This text has color #114A48 on white background.



Black color preview on #114A48 background

This text has black color on #114A48 background.


White color preview on #114A48 background

This text has white color on #114A48 background.