Color Hex Logo

#11522c Color Hex

#11522C
(17,82,44)
0 Favorites   0 Comments

Color spaces of #11522c

RGB 178244
HSL0.400.660.19
HSV145°79°32°
CMYK 0.790.000.46   0.68
XYZ3.70316.33563.4106
Yxy6.33560.27530.4711
Hunter Lab25.1706-17.78779.5857
CIE-Lab30.2438-29.823316.6853

#11522c color RGB value is (17,82,44).

#11522c hex color red value is 17, green value is 82 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #11522c hue: 0.40 , saturation: 0.66 and the lightness value of 11522c is 0.19.

The process color (four color CMYK) of #11522c color hex is 0.79, 0.00, 0.46, 0.68. Web safe color of #11522c is #006633. Color #11522c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010010 00101100
Octal 21 122 54
Decimal 17 82 44
Hex 11 52 2C

RGB Percentages of Color #11522c

%11.89
%57.34
%30.77

CMYK Percentages of Color #11522c

%79
%0
%46
%68

Triadic Colors of #11522c

#11522c #2c1152 #522c11

Analogous Colors of #11522c

#11522c #11524d #175211

Monochromatic Colors of #11522c

#11522c

Complementary Color

#11522c #521137

#11522c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11522c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11522c Color CSS Codes

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

#11522c Text Font Color

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

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


#11522c Background Color

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

This div background color is #11522c


#11522c Border Color

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

This div border color is #11522c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11522c


Comments

No comments written yet.

Please login to write comment.