Color Hex Logo

#113947 Color Hex

#113947
(17,57,71)
0 Favorites   0 Comments

Color spaces of #113947

RGB 175771
HSL0.540.610.17
HSV196°76°28°
CMYK 0.760.200.00   0.72
XYZ2.83163.50046.4876
Yxy3.50040.22090.2731
Hunter Lab18.7094-5.7260-7.4627
CIE-Lab21.9458-8.5585-12.6918

#113947 color RGB value is (17,57,71).

#113947 hex color red value is 17, green value is 57 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #113947 hue: 0.54 , saturation: 0.61 and the lightness value of 113947 is 0.17.

The process color (four color CMYK) of #113947 color hex is 0.76, 0.20, 0.00, 0.72. Web safe color of #113947 is #003333. Color #113947 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111001 01000111
Octal 21 71 107
Decimal 17 57 71
Hex 11 39 47

RGB Percentages of Color #113947

%11.72
%39.31
%48.97

CMYK Percentages of Color #113947

%76
%20
%0
%72

Triadic Colors of #113947

#113947 #471139 #394711

Analogous Colors of #113947

#113947 #111e47 #11473a

Monochromatic Colors of #113947

#113947

Complementary Color

#113947 #471f11

#113947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113947 Color CSS Codes

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

#113947 Text Font Color

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

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


#113947 Background Color

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

This div background color is #113947


#113947 Border Color

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

This div border color is #113947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113947


Comments

No comments written yet.

Please login to write comment.