Color Hex Logo

#11362c Color Hex

#11362C
(17,54,44)
0 Favorites   0 Comments

Color spaces of #11362c

RGB 175444
HSL0.450.520.14
HSV164°69°21°
CMYK 0.690.000.19   0.79
XYZ2.00502.93942.8446
Yxy2.93940.25740.3774
Hunter Lab17.1447-9.12832.1640
CIE-Lab19.7995-16.15492.3784

#11362c color RGB value is (17,54,44).

#11362c hex color red value is 17, green value is 54 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #11362c hue: 0.45 , saturation: 0.52 and the lightness value of 11362c is 0.14.

The process color (four color CMYK) of #11362c color hex is 0.69, 0.00, 0.19, 0.79. Web safe color of #11362c is #003333. Color #11362c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110110 00101100
Octal 21 66 54
Decimal 17 54 44
Hex 11 36 2C

RGB Percentages of Color #11362c

%14.78
%46.96
%38.26

CMYK Percentages of Color #11362c

%69
%0
%19
%79

Triadic Colors of #11362c

#11362c #2c1136 #362c11

Analogous Colors of #11362c

#11362c #112e36 #11361a

Monochromatic Colors of #11362c

#11362c

Complementary Color

#11362c #36111b

#11362c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11362c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11362c Color CSS Codes

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

#11362c Text Font Color

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

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


#11362c Background Color

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

This div background color is #11362c


#11362c Border Color

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

This div border color is #11362c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,54,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11362c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11362c;
  -webkit-box-shadow: 1px 1px 3px 2px #11362c;
  box-shadow:         1px 1px 3px 2px #11362c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11362c


Comments

No comments written yet.

Please login to write comment.