Color Hex Logo

#113e3c Color Hex

#113E3C
(17,62,60)
0 Favorites   0 Comments

Color spaces of #113e3c

RGB 176260
HSL0.490.570.15
HSV177°73°24°
CMYK 0.730.000.03   0.76
XYZ2.76943.89074.8800
Yxy3.89070.24000.3371
Hunter Lab19.7249-9.4568-0.8612
CIE-Lab23.3068-15.5680-3.2720

#113e3c color RGB value is (17,62,60).

#113e3c hex color red value is 17, green value is 62 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #113e3c hue: 0.49 , saturation: 0.57 and the lightness value of 113e3c is 0.15.

The process color (four color CMYK) of #113e3c color hex is 0.73, 0.00, 0.03, 0.76. Web safe color of #113e3c is #003333. Color #113e3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111110 00111100
Octal 21 76 74
Decimal 17 62 60
Hex 11 3E 3C

RGB Percentages of Color #113e3c

%12.23
%44.60
%43.17

CMYK Percentages of Color #113e3c

%73
%0
%3
%76

Triadic Colors of #113e3c

#113e3c #3c113e #3e3c11

Analogous Colors of #113e3c

#113e3c #112a3e #113e26

Monochromatic Colors of #113e3c

#113e3c

Complementary Color

#113e3c #3e1113

#113e3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113e3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#113e3c Color CSS Codes

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

#113e3c Text Font Color

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

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


#113e3c Background Color

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

This div background color is #113e3c


#113e3c Border Color

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

This div border color is #113e3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,62,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113e3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113e3c;
  -webkit-box-shadow: 1px 1px 3px 2px #113e3c;
  box-shadow:         1px 1px 3px 2px #113e3c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113e3c


Comments

No comments written yet.

Please login to write comment.