COLOR #114840

HEX: #114840
RGB: (17,72,64)

Color info

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

RGB color model

#114840 color RGB value is (17,72,64).

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

RGB channels and saturation

R 17 of 255 = 7%
G 72 of 255 = 28%
B 64 of 255 = 25%

17
72
64

R + G + B ~ 20%. #114840 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 72 + 64 = 153 (100%)
R 17 of 153 ~ 11.11%
G 72 of 153 ~ 47.06%
B 64 of 153 ~ 41.83%

%11.11
%47.06
%41.83

CMYK color model

#114840 color CMYK value is (76,0,11,72).

  • cyan value is 76.39%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 71.76%
CMYK:
(76,0,11,72)
C76M0Y11K72 
(76%,0%,11%,72%)
(0.76/0.00/0.11/0.72)	

CMYK percentages

%76.39
%0
%11.11
%71.76

Codes

Color #114840 in popluar color models

114840
RGB177264
HSL171°61.80%17.45%
HSB/HSV171°76.39%28.24%
CMYK76.39%0.00%11.11%
71.76%

Color #114840 in popluar number systems.

HEX114840
Decimal177264
Binary1000110010001000000
Octal21110100

Shades and tints

Shades of #114840

#114840
(17,72,64)
#10423B
(16,66,59)
#0F3C36
(15,60,54)
#0E3631
(14,54,49)
#0D302C
(13,48,44)
#0C2A27
(12,42,39)
#0B2422
(11,36,34)
#0A1E1D
(10,30,29)
#091818
(9,24,24)
#081213
(8,18,19)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #114840

#114840
(17,72,64)
#265851
(38,88,81)
#3B6862
(59,104,98)
#507873
(80,120,115)
#658884
(101,136,132)
#7A9895
(122,152,149)
#8FA8A6
(143,168,166)
#A4B8B7
(164,184,183)
#B9C8C8
(185,200,200)
#CED8D9
(206,216,217)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114840; }

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

This text font color is #114840.


Background Color

.myBgColor { background-color: #114840; }

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

This div background color is #114840.


Border color

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

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

This div border color is #114840.


Opacity

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

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

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

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

This text has shadow with #114840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114840 on black background.


Color preview on white background

This text has color #114840 on white background.



Black color preview on #114840 background

This text has black color on #114840 background.


White color preview on #114840 background

This text has white color on #114840 background.