Color Hex Logo

#115c4d Color Hex

#115C4D
(17,92,77)
1 Favorites   0 Comments

Color spaces of #115c4d

RGB 179277
HSL0.470.690.21
HSV168°82°36°
CMYK 0.820.000.16   0.64
XYZ5.39798.30938.3405
Yxy8.30930.24480.3769
Hunter Lab28.8259-17.01953.0231
CIE-Lab34.6189-25.99442.3349

#115c4d color RGB value is (17,92,77).

#115c4d hex color red value is 17, green value is 92 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #115c4d hue: 0.47 , saturation: 0.69 and the lightness value of 115c4d is 0.21.

The process color (four color CMYK) of #115c4d color hex is 0.82, 0.00, 0.16, 0.64. Web safe color of #115c4d is #006666. Color #115c4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011100 01001101
Octal 21 134 115
Decimal 17 92 77
Hex 11 5C 4D

RGB Percentages of Color #115c4d

%9.14
%49.46
%41.40

CMYK Percentages of Color #115c4d

%82
%0
%16
%64

Triadic Colors of #115c4d

#115c4d #4d115c #5c4d11

Analogous Colors of #115c4d

#115c4d #11465c #115c28

Monochromatic Colors of #115c4d

#115c4d

Complementary Color

#115c4d #5c1120

#115c4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115c4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#115c4d Color CSS Codes

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

#115c4d Text Font Color

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

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


#115c4d Background Color

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

This div background color is #115c4d


#115c4d Border Color

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

This div border color is #115c4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,92,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #115c4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #115c4d;
  -webkit-box-shadow: 1px 1px 3px 2px #115c4d;
  box-shadow:         1px 1px 3px 2px #115c4d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115c4d


Comments

No comments written yet.

Please login to write comment.