Color Hex Logo

#115224 Color Hex

#115224
(17,82,36)
0 Favorites   0 Comments

Color spaces of #115224

RGB 178236
HSL0.380.660.19
HSV138°79°32°
CMYK 0.790.000.56   0.68
XYZ3.56696.28112.6935
Yxy6.28110.28440.5008
Hunter Lab25.0621-18.454211.1714
CIE-Lab30.1109-31.354221.2265

#115224 color RGB value is (17,82,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010010 00100100
Octal 21 122 44
Decimal 17 82 36
Hex 11 52 24

RGB Percentages of Color #115224

%12.59
%60.74
%26.67

CMYK Percentages of Color #115224

%79
%0
%56
%68

Triadic Colors of #115224

#115224 #241152 #522411

Analogous Colors of #115224

#115224 #115245 #1f5211

Monochromatic Colors of #115224

#115224

Complementary Color

#115224 #52113f

#115224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115224 Color CSS Codes

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

#115224 Text Font Color

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

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


#115224 Background Color

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

This div background color is #115224


#115224 Border Color

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

This div border color is #115224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115224


Comments

No comments written yet.

Please login to write comment.