COLOR #114239

HEX: #114239
RGB: (17,66,57)

Color info

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

RGB color model

#114239 color RGB value is (17,66,57).

  • red value is 17;
  • green value is 66;
  • blue value is 57.
RGB:
(17,66,57)
(7%,26%,22%)

RGB channels and saturation

R 17 of 255 = 7%
G 66 of 255 = 26%
B 57 of 255 = 22%

17
66
57

R + G + B ~ 18%. #114239 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 66 + 57 = 140 (100%)
R 17 of 140 ~ 12.14%
G 66 of 140 ~ 47.14%
B 57 of 140 ~ 40.71%

%12.14
%47.14
%40.71

CMYK color model

#114239 color CMYK value is (74,0,14,74).

  • cyan value is 74.24%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 74.12%
CMYK:
(74,0,14,74)
C74M0Y14K74 
(74%,0%,14%,74%)
(0.74/0.00/0.14/0.74)	

CMYK percentages

%74.24
%0
%13.64
%74.12

Codes

Color #114239 in popluar color models

114239
RGB176657
HSL169°59.04%16.27%
HSB/HSV169°74.24%25.88%
CMYK74.24%0.00%13.64%
74.12%

Color #114239 in popluar number systems.

HEX114239
Decimal176657
Binary100011000010111001
Octal2110271

Shades and tints

Shades of #114239

#114239
(17,66,57)
#103C34
(16,60,52)
#0F362F
(15,54,47)
#0E302A
(14,48,42)
#0D2A25
(13,42,37)
#0C2420
(12,36,32)
#0B1E1B
(11,30,27)
#0A1816
(10,24,22)
#091211
(9,18,17)
#080C0C
(8,12,12)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #114239

#114239
(17,66,57)
#26534B
(38,83,75)
#3B645D
(59,100,93)
#50756F
(80,117,111)
#658681
(101,134,129)
#7A9793
(122,151,147)
#8FA8A5
(143,168,165)
#A4B9B7
(164,185,183)
#B9CAC9
(185,202,201)
#CEDBDB
(206,219,219)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114239 color. Also use rgb(17,66,57) instead hex code.

Text Font Color

.myTextColor { color: #114239; }

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

This text font color is #114239.


Background Color

.myBgColor { background-color: #114239; }

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

This div background color is #114239.


Border color

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

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

This div border color is #114239.


Opacity

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

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

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

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

This text has shadow with #114239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114239 on black background.


Color preview on white background

This text has color #114239 on white background.



Black color preview on #114239 background

This text has black color on #114239 background.


White color preview on #114239 background

This text has white color on #114239 background.