Color Hex Logo

#115742 Color Hex

#115742
(17,87,66)
0 Favorites   0 Comments

Color spaces of #115742

RGB 178766
HSL0.450.670.20
HSV162°80°34°
CMYK 0.800.000.24   0.66
XYZ4.62277.32896.3252
Yxy7.32890.25290.4010
Hunter Lab27.0719-16.89595.0976
CIE-Lab32.5442-26.73136.2386

#115742 color RGB value is (17,87,66).

#115742 hex color red value is 17, green value is 87 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #115742 hue: 0.45 , saturation: 0.67 and the lightness value of 115742 is 0.20.

The process color (four color CMYK) of #115742 color hex is 0.80, 0.00, 0.24, 0.66. Web safe color of #115742 is #006633. Color #115742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010111 01000010
Octal 21 127 102
Decimal 17 87 66
Hex 11 57 42

RGB Percentages of Color #115742

%10.00
%51.18
%38.82

CMYK Percentages of Color #115742

%80
%0
%24
%66

Triadic Colors of #115742

#115742 #421157 #574211

Analogous Colors of #115742

#115742 #114957 #11571f

Monochromatic Colors of #115742

#115742

Complementary Color

#115742 #571126

#115742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115742 Color CSS Codes

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

#115742 Text Font Color

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

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


#115742 Background Color

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

This div background color is #115742


#115742 Border Color

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

This div border color is #115742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115742


Comments

No comments written yet.

Please login to write comment.