Color Hex Logo

#114b49 Color Hex

#114B49
(17,75,73)
0 Favorites   0 Comments

Color spaces of #114b49

RGB 177573
HSL0.490.630.18
HSV178°77°29°
CMYK 0.770.000.03   0.71
XYZ3.94985.63247.1823
Yxy5.63240.23560.3360
Hunter Lab23.7327-11.8247-1.3303
CIE-Lab28.4654-18.4742-4.1454

#114b49 color RGB value is (17,75,73).

#114b49 hex color red value is 17, green value is 75 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #114b49 hue: 0.49 , saturation: 0.63 and the lightness value of 114b49 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001011 01001001
Octal 21 113 111
Decimal 17 75 73
Hex 11 4B 49

RGB Percentages of Color #114b49

%10.30
%45.45
%44.24

CMYK Percentages of Color #114b49

%77
%0
%3
%71

Triadic Colors of #114b49

#114b49 #49114b #4b4911

Analogous Colors of #114b49

#114b49 #11304b #114b2c

Monochromatic Colors of #114b49

#114b49

Complementary Color

#114b49 #4b1113

#114b49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114b49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114b49 Color CSS Codes

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

#114b49 Text Font Color

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

This sample text font color is #114b49
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.


#114b49 Background Color

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

This div background color is #114b49


#114b49 Border Color

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

This div border color is #114b49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114b49


Comments

No comments written yet.

Please login to write comment.