Color Hex Logo

#11524d Color Hex

#11524D
(17,82,77)
0 Favorites   0 Comments

Color spaces of #11524d

RGB 178277
HSL0.490.660.19
HSV175°79°32°
CMYK 0.790.000.06   0.68
XYZ4.58806.68968.0706
Yxy6.68960.23710.3457
Hunter Lab25.8643-13.5988-0.3957
CIE-Lab31.0896-20.9191-2.8238

#11524d color RGB value is (17,82,77).

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

The process color (four color CMYK) of #11524d color hex is 0.79, 0.00, 0.06, 0.68. Web safe color of #11524d is #006666. Color #11524d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010010 01001101
Octal 21 122 115
Decimal 17 82 77
Hex 11 52 4D

RGB Percentages of Color #11524d

%9.66
%46.59
%43.75

CMYK Percentages of Color #11524d

%79
%0
%6
%68

Triadic Colors of #11524d

#11524d #4d1152 #524d11

Analogous Colors of #11524d

#11524d #113752 #11522d

Monochromatic Colors of #11524d

#11524d

Complementary Color

#11524d #521116

#11524d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11524d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11524d Color CSS Codes

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

#11524d Text Font Color

<p style="color:#11524d">Text here</p>

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


#11524d Background Color

<div style="background-color:#11524d">
Div content here</div>

This div background color is #11524d


#11524d Border Color

<div style="border:3px solid #11524d">
Div here</div>

This div border color is #11524d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11524d


Comments

No comments written yet.

Please login to write comment.