Color Hex Logo

#113f36 Color Hex

#113F36
(17,63,54)
0 Favorites   0 Comments

Color spaces of #113f36

RGB 176354
HSL0.470.580.16
HSV168°73°25°
CMYK 0.730.000.14   0.75
XYZ2.67453.94054.1097
Yxy3.94050.24940.3674
Hunter Lab19.8507-10.68931.6206
CIE-Lab23.4738-18.06570.9699

#113f36 color RGB value is (17,63,54).

#113f36 hex color red value is 17, green value is 63 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #113f36 hue: 0.47 , saturation: 0.58 and the lightness value of 113f36 is 0.16.

The process color (four color CMYK) of #113f36 color hex is 0.73, 0.00, 0.14, 0.75. Web safe color of #113f36 is #003333. Color #113f36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111111 00110110
Octal 21 77 66
Decimal 17 63 54
Hex 11 3F 36

RGB Percentages of Color #113f36

%12.69
%47.01
%40.30

CMYK Percentages of Color #113f36

%73
%0
%14
%75

Triadic Colors of #113f36

#113f36 #36113f #3f3611

Analogous Colors of #113f36

#113f36 #11313f #113f1f

Monochromatic Colors of #113f36

#113f36

Complementary Color

#113f36 #3f111a

#113f36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113f36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113f36 Color CSS Codes

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

#113f36 Text Font Color

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

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


#113f36 Background Color

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

This div background color is #113f36


#113f36 Border Color

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

This div border color is #113f36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113f36


Comments

No comments written yet.

Please login to write comment.