Color Hex Logo

#11462e Color Hex

#11462E
(17,70,46)
0 Favorites   0 Comments

Color spaces of #11462e

RGB 177046
HSL0.420.610.17
HSV153°76°27°
CMYK 0.760.000.34   0.73
XYZ2.91454.69673.3377
Yxy4.69670.26620.4290
Hunter Lab21.6719-13.92056.0390
CIE-Lab25.8526-23.89999.5666

#11462e color RGB value is (17,70,46).

#11462e hex color red value is 17, green value is 70 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #11462e hue: 0.42 , saturation: 0.61 and the lightness value of 11462e is 0.17.

The process color (four color CMYK) of #11462e color hex is 0.76, 0.00, 0.34, 0.73. Web safe color of #11462e is #003333. Color #11462e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000110 00101110
Octal 21 106 56
Decimal 17 70 46
Hex 11 46 2E

RGB Percentages of Color #11462e

%12.78
%52.63
%34.59

CMYK Percentages of Color #11462e

%76
%0
%34
%73

Triadic Colors of #11462e

#11462e #2e1146 #462e11

Analogous Colors of #11462e

#11462e #114446 #114614

Monochromatic Colors of #11462e

#11462e

Complementary Color

#11462e #461129

#11462e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11462e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11462e Color CSS Codes

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

#11462e Text Font Color

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

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


#11462e Background Color

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

This div background color is #11462e


#11462e Border Color

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

This div border color is #11462e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,70,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11462e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11462e;
  -webkit-box-shadow: 1px 1px 3px 2px #11462e;
  box-shadow:         1px 1px 3px 2px #11462e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11462e


Comments

No comments written yet.

Please login to write comment.