COLOR #114F48

HEX: #114F48 RGB: (17,79,72)

Color info

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

RGB color model

#114F48 color RGB value is (17,79,72).

RGB: (17,79,72) (7%, 31%, 28%)

RGB channels and saturation

R 17 of 255 = 7%
G 79 of 255 = 31%
B 72 of 255 = 28%

17
79
72

R + G + B ~ 22%. #114F48 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 79 + 72 = 168 (100%)
R 17 of 168 ~ 10.12%
G 79 of 168 ~ 47.02%
B 72 of 168 ~ 42.86'%

%10.12
%47.02
%42.86

CMYK color model

#114F48 color CMYK value is (78,0,9,69).

  • cyan value is 78.48%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 69.02%
CMYK: (78,0,9,69) C78M0Y9K69 (78%,0%,9%,69%) (0.78/0.00/0.09/0.69) 

CMYK percentages

%78.48
%0
%8.86
%69.02

Codes

Color #114F48 in popluar color models

11 4F 48
RGB 17 79 72
HSL 173° 64.58% 18.82%
HSB/HSV 173° 78.48% 30.98%
CMYK 78.48% 0.00% 8.86%
69.02%

Color #114F48 in popluar number systems.

HEX 11 4F 48
Decimal 17 79 72
Binary 10001 1001111 1001000
Octal 21 117 110

Shades and tints

Shades of #114F48

#114F48
(17,79,72)
#104842
(16,72,66)
#0F413C
(15,65,60)
#0E3A36
(14,58,54)
#0D3330
(13,51,48)
#0C2C2A
(12,44,42)
#0B2524
(11,37,36)
#0A1E1E
(10,30,30)
#091718
(9,23,24)
#081012
(8,16,18)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #114F48

#114F48
(17,79,72)
#265F58
(38,95,88)
#3B6F68
(59,111,104)
#507F78
(80,127,120)
#658F88
(101,143,136)
#7A9F98
(122,159,152)
#8FAFA8
(143,175,168)
#A4BFB8
(164,191,184)
#B9CFC8
(185,207,200)
#CEDFD8
(206,223,216)
#E3EFE8
(227,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114F48; }

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

This text font color is #114F48.

Background Color

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

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

This div background color is #114F48.

Border color

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

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

This div border color is #114F48.

Opacity

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

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

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

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

This text has shadow with #114F48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #114F48.

Preview

Color preview on black background

This text has color #114F48 on black background.


Color preview on white background

This text has color #114F48 on white background.


Black color preview on #114F48 background

This text has black color on #114F48 background.


White color preview on #114F48 background

This text has white color on #114F48 background.


Related colors

Complementary color

Complementary color for #hex is #EEB0B7.


I love getcolorcode.com

Triadic colors

1 #48114F and #4F4811 with #114F48 are triadic colors.

2 #484F11 and #4F1148 with #114F48 are triadic colors.