Color Hex Logo

#114939 Color Hex

#114939
(17,73,57)
0 Favorites   1 Comments

Color spaces of #114939

RGB 177357
HSL0.450.620.18
HSV163°77°29°
CMYK 0.770.000.22   0.71
XYZ3.35225.17974.6940
Yxy5.17970.25350.3916
Hunter Lab22.7590-13.53663.7028
CIE-Lab27.2407-22.41134.4250

#114939 color RGB value is (17,73,57).

#114939 hex color red value is 17, green value is 73 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #114939 hue: 0.45 , saturation: 0.62 and the lightness value of 114939 is 0.18.

The process color (four color CMYK) of #114939 color hex is 0.77, 0.00, 0.22, 0.71. Web safe color of #114939 is #003333. Color #114939 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 00111001
Octal 21 111 71
Decimal 17 73 57
Hex 11 49 39

RGB Percentages of Color #114939

%11.56
%49.66
%38.78

CMYK Percentages of Color #114939

%77
%0
%22
%71

Triadic Colors of #114939

#114939 #391149 #493911

Analogous Colors of #114939

#114939 #113d49 #11491d

Monochromatic Colors of #114939

#114939

Complementary Color

#114939 #491121

#114939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114939 Color CSS Codes

.mybgcolor {background-color:#114939; } 
.myforecolor {color:#114939; }
.mybordercolor {border:3px solid #114939; }

#114939 Text Font Color

<p style="color:#114939">Text here</p>

This sample text font color is #114939
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#114939 Background Color

<div style="background-color:#114939">
Div content here</div>

This div background color is #114939


#114939 Border Color

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

This div border color is #114939


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,73,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #114939; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #114939;
  -webkit-box-shadow: 1px 1px 3px 2px #114939;
  box-shadow:         1px 1px 3px 2px #114939; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,73,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #114939">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #114939;
  -webkit-box-shadow: 1px 1px 3px 2px #114939;
  box-shadow:         1px 1px 3px 2px #114939;">
Div content here</div>

This div box has shadow with color #114939


Comments

13 Dec 2018, 17:56 Moonlitlake

Good color for grass is drawings

Please login to write comment.