COLOR #114339

HEX: #114339
RGB: (17,67,57)

Color info

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

RGB color model

#114339 color RGB value is (17,67,57).

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

RGB channels and saturation

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

17
67
57

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

Portions of RGB colors in percentages

R + G + B =
17 + 67 + 57 = 141 (100%)
R 17 of 141 ~ 12.06%
G 67 of 141 ~ 47.52%
B 57 of 141 ~ 40.43%

%12.06
%47.52
%40.43

CMYK color model

#114339 color CMYK value is (75,0,15,74).

  • cyan value is 74.63%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 73.73%
CMYK:
(75,0,15,74)
C75M0Y15K74 
(75%,0%,15%,74%)
(0.75/0.00/0.15/0.74)	

CMYK percentages

%74.63
%0
%14.93
%73.73

Codes

Color #114339 in popluar color models

114339
RGB176757
HSL168°59.52%16.47%
HSB/HSV168°74.63%26.27%
CMYK74.63%0.00%14.93%
73.73%

Color #114339 in popluar number systems.

HEX114339
Decimal176757
Binary100011000011111001
Octal2110371

Shades and tints

Shades of #114339

#114339
(17,67,57)
#103D34
(16,61,52)
#0F372F
(15,55,47)
#0E312A
(14,49,42)
#0D2B25
(13,43,37)
#0C2520
(12,37,32)
#0B1F1B
(11,31,27)
#0A1916
(10,25,22)
#091311
(9,19,17)
#080D0C
(8,13,12)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #114339

#114339
(17,67,57)
#26544B
(38,84,75)
#3B655D
(59,101,93)
#50766F
(80,118,111)
#658781
(101,135,129)
#7A9893
(122,152,147)
#8FA9A5
(143,169,165)
#A4BAB7
(164,186,183)
#B9CBC9
(185,203,201)
#CEDCDB
(206,220,219)
#E3EDED
(227,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114339; }

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

This text font color is #114339.


Background Color

.myBgColor { background-color: #114339; }

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

This div background color is #114339.


Border color

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

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

This div border color is #114339.


Opacity

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

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

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

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

This text has shadow with #114339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114339 on black background.


Color preview on white background

This text has color #114339 on white background.



Black color preview on #114339 background

This text has black color on #114339 background.


White color preview on #114339 background

This text has white color on #114339 background.