Color Hex Logo

#113940 Color Hex

#113940
(17,57,64)
0 Favorites   0 Comments

Color spaces of #113940

RGB 175764
HSL0.520.580.16
HSV189°73°25°
CMYK 0.730.110.00   0.75
XYZ2.61973.41565.3717
Yxy3.41560.22970.2994
Hunter Lab18.4813-7.0403-4.2960
CIE-Lab21.6369-11.1941-8.4611

#113940 color RGB value is (17,57,64).

#113940 hex color red value is 17, green value is 57 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #113940 hue: 0.52 , saturation: 0.58 and the lightness value of 113940 is 0.16.

The process color (four color CMYK) of #113940 color hex is 0.73, 0.11, 0.00, 0.75. Web safe color of #113940 is #003333. Color #113940 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111001 01000000
Octal 21 71 100
Decimal 17 57 64
Hex 11 39 40

RGB Percentages of Color #113940

%12.32
%41.30
%46.38

CMYK Percentages of Color #113940

%73
%11
%0
%75

Triadic Colors of #113940

#113940 #401139 #394011

Analogous Colors of #113940

#113940 #112240 #114030

Monochromatic Colors of #113940

#113940

Complementary Color

#113940 #401811

#113940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113940 Color CSS Codes

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

#113940 Text Font Color

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

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


#113940 Background Color

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

This div background color is #113940


#113940 Border Color

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

This div border color is #113940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113940


Comments

No comments written yet.

Please login to write comment.