Color Hex Logo

#11493f Color Hex

#11493F
(17,73,63)
0 Favorites   0 Comments

Color spaces of #11493f

RGB 177363
HSL0.470.620.18
HSV169°77°29°
CMYK 0.770.000.14   0.71
XYZ3.51095.24315.5296
Yxy5.24310.24580.3671
Hunter Lab22.8978-12.70191.7105
CIE-Lab27.4164-20.62090.7918

#11493f color RGB value is (17,73,63).

#11493f hex color red value is 17, green value is 73 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #11493f hue: 0.47 , saturation: 0.62 and the lightness value of 11493f is 0.18.

The process color (four color CMYK) of #11493f color hex is 0.77, 0.00, 0.14, 0.71. Web safe color of #11493f is #003333. Color #11493f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 00111111
Octal 21 111 77
Decimal 17 73 63
Hex 11 49 3F

RGB Percentages of Color #11493f

%11.11
%47.71
%41.18

CMYK Percentages of Color #11493f

%77
%0
%14
%71

Triadic Colors of #11493f

#11493f #3f1149 #493f11

Analogous Colors of #11493f

#11493f #113749 #114923

Monochromatic Colors of #11493f

#11493f

Complementary Color

#11493f #49111b

#11493f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11493f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11493f Color CSS Codes

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

#11493f Text Font Color

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

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


#11493f Background Color

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

This div background color is #11493f


#11493f Border Color

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

This div border color is #11493f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11493f


Comments

No comments written yet.

Please login to write comment.