Color Hex Logo

#11413f Color Hex

#11413F
(17,65,63)
0 Favorites   0 Comments

Color spaces of #11413f

RGB 176563
HSL0.490.590.16
HSV178°74°25°
CMYK 0.740.000.03   0.75
XYZ3.01874.25865.3655
Yxy4.25860.23880.3368
Hunter Lab20.6364-10.0026-0.9701
CIE-Lab24.5086-16.2635-3.4817

#11413f color RGB value is (17,65,63).

#11413f hex color red value is 17, green value is 65 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #11413f hue: 0.49 , saturation: 0.59 and the lightness value of 11413f is 0.16.

The process color (four color CMYK) of #11413f color hex is 0.74, 0.00, 0.03, 0.75. Web safe color of #11413f is #003333. Color #11413f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000001 00111111
Octal 21 101 77
Decimal 17 65 63
Hex 11 41 3F

RGB Percentages of Color #11413f

%11.72
%44.83
%43.45

CMYK Percentages of Color #11413f

%74
%0
%3
%75

Triadic Colors of #11413f

#11413f #3f1141 #413f11

Analogous Colors of #11413f

#11413f #112b41 #114127

Monochromatic Colors of #11413f

#11413f

Complementary Color

#11413f #411113

#11413f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11413f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11413f Color CSS Codes

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

#11413f Text Font Color

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

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


#11413f Background Color

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

This div background color is #11413f


#11413f Border Color

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

This div border color is #11413f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,65,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 #11413f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11413f


Comments

No comments written yet.

Please login to write comment.